eqs_create_query
Creates an EQS query asset in Unreal Engine that serves as the starting point for AI environment queries, with follow-up steps to add generators and tests for selecting and scoring locations or actors.
Instructions
Create an Environment Query System (EQS) query asset.
Use follow-up eqs_add_generator and eqs_add_test calls to define
what locations or actors the query considers and how it scores them.
KB: see knowledge_base/04_AI_SYSTEMS.md#overview Example: eqs_create_query(query_name="ExampleName")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| save | No | ||
| overwrite | No | ||
| query_name | Yes | ||
| folder_path | No | /Game/AI |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |