eqs_add_test
Add an EQS test to an existing option in Unreal Engine. Specify the query path, choose a test type (distance, pathfinding, dot, or trace), and optionally set the option index and save.
Instructions
Add an EQS test to an existing option.
Supported test_type values: distance, pathfinding, dot, and
trace. Create or choose an option with eqs_add_generator first.
KB: see knowledge_base/04_AI_SYSTEMS.md#overview Example: eqs_add_test(query_path="/Game/MCP_Test/Example")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| save | No | ||
| test_type | No | distance | |
| query_path | Yes | ||
| option_index | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |