Navigation
API > API/Plugins > API/Plugins/MassAIBehavior > API/Plugins/MassAIBehavior/FMassLookAtFragment
| Name | EOverrideState |
| Type | enum |
| Header File | /Engine/Plugins/AI/MassAI/Source/MassAIBehavior/Public/MassLookAtFragments.h |
| Include Path | #include "MassLookAtFragments.h" |
Syntax
enum EOverrideState
{
AllDisabled,
ActiveOverrideOnly,
ActiveSystemicOnly,
OverridenSystemic,
PendingSystemicReactivation,
}
Values
| Name | Remarks |
|---|---|
| AllDisabled | No active task and no active override |
| ActiveOverrideOnly | No active task, only an active override |
| ActiveSystemicOnly | Active task only, no active override |
| OverridenSystemic | Active task overriden |
| PendingSystemicReactivation | Intermediate state used from 'OverridenSystemic' after removing last override request to allow active task to reapply its values and transition to 'ActiveSystemicOnly' |