Navigation
API > API/Runtime > API/Runtime/AIModule > API/Runtime/AIModule/Navigation
References
| Module | AIModule |
| Header | /Engine/Source/Runtime/AIModule/Classes/Navigation/CrowdManager.h |
| Include | #include "Navigation/CrowdManager.h" |
Syntax
struct FCrowdAgentData
Variables
| Type | Name | Description | |
|---|---|---|---|
| int32 | AgentIndex | Index of agent in detour crowd | |
| uint32: 1 | bIsSimulated | Is this agent fully simulated by crowd? | |
| uint32: 1 | bWantsPathOptimization | If set, agent wants path optimizations | |
| float | PathOptRemainingTime | Remaining time for next path optimization | |
| NavNodeRef | PrevPoly | Poly ref that agent is standing on from previous update |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | ClearFilter () |
||
| bool | IsValid () |