Navigation
API > API/Plugins > API/Plugins/GameplayInteractionsModule
References
| Module | GameplayInteractionsModule |
| Header | /Engine/Plugins/Runtime/GameplayInteractions/Source/GameplayInteractionsModule/Public/GameplayInteractionsTypes.h |
| Include | #include "GameplayInteractionsTypes.h" |
Syntax
enum EGameplayInteractionTaskTrigger
{
OnEnterState,
OnExitState,
OnExitStateFailed,
OnExitStateSucceeded,
}
Values
| Name | Description |
|---|---|
| OnEnterState | Execute when state becomes active. |
| OnExitState | Execute when state becomes inactive. |
| OnExitStateFailed | Execute if the state fails. |
| OnExitStateSucceeded | Execute if the state succeeds. |
Remarks
Value specifying when a State Tree task based action should be triggered.