Navigation
API > API/Plugins > API/Plugins/MassAIBehavior > API/Plugins/MassAIBehavior/Tasks
References
| Module | MassAIBehavior |
| Header | /Engine/Plugins/AI/MassAI/Source/MassAIBehavior/Public/Tasks/MassLookAtTask.h |
| Include | #include "Tasks/MassLookAtTask.h" |
Syntax
USTRUCT&40;&41;
struct FMassLookAtTaskInstanceData
Remarks
Task to assign a LookAt target for mass processing
Variables
| Type | Name | Description | |
|---|---|---|---|
| float | Duration | Delay before the task ends. | |
| FMassEntityHandle | TargetEntity | Entity to set as the target for the LookAt behavior. | |
| float | Time | Accumulated time used to stop task if duration is set |