gameplay_pattern_search
Find reusable gameplay patterns in indexed Unreal Engine assets—including overlap logic, key-door flows, prompt widgets, objective chains, and interactables—to accelerate development.
Instructions
Find reusable gameplay patterns in indexed Blueprints, widgets, and level actors using deterministic heuristics. Patterns include overlap logic, key-door flows, prompt widgets, objective chains, and interactables.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fresh | No | Read fresh project data instead of using the cached index. | |
| limit | No | Max matches, default 50. | |
| query | No | Optional extra text filter over matches. | |
| pattern | No | Optional specific pattern to search for. | |
| path_prefix | No | Content path prefix used only when fresh is true. |