eqs_add_generator
Add or replace EQS option generators in Unreal Engine, supporting grid, circle, donut, location, and actor-class types. Use index -1 to create a new option.
Instructions
Add or replace an EQS option generator.
Supported generator_type values: simple_grid, circle, donut,
current_location, and actors_of_class. Passing option_index=-1
creates a new option.
KB: see knowledge_base/04_AI_SYSTEMS.md#overview Example: eqs_add_generator(query_path="/Game/MCP_Test/Example")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| save | No | ||
| query_path | Yes | ||
| option_index | No | ||
| generator_type | No | simple_grid |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |