Navigation
API > API/Plugins > API/Plugins/MassAIBehavior > API/Plugins/MassAIBehavior/Tasks
References
| Module | MassAIBehavior |
| Header | /Engine/Plugins/AI/MassAI/Source/MassAIBehavior/Public/Tasks/MassFindSmartObjectTask.h |
| Include | #include "Tasks/MassFindSmartObjectTask.h" |
Syntax
USTRUCT&40;&41;
struct FMassFindSmartObjectTaskInstanceData
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bHasCandidateSlots | ||
| FMassSmartObjectCandidateSlots | FoundCandidateSlots | Result of the candidates search request | |
| FZoneGraphLaneHandle | LastLane | Last lane where the smart objects were searched. | |
| double | NextUpdate | Next update time; task will not do anything when Tick gets called before that time | |
| FMassSmartObjectRequestID | SearchRequestID | The identifier of the search request send by the task to find candidates |