Navigation
API > API/Plugins > API/Plugins/StateTreeModule
References
| Module | StateTreeModule |
| Header | /Engine/Plugins/Runtime/StateTree/Source/StateTreeModule/Public/StateTreeExecutionTypes.h |
| Include | #include "StateTreeExecutionTypes.h" |
Syntax
USTRUCT ()
struct FStateTreeTransitionDelayedState
Remarks
Describes current state of a delayed transition.
Variables
| Type | Name | Description | |
|---|---|---|---|
| FStateTreeSharedEvent | CapturedEvent | ||
| uint32 | CapturedEventHash | ||
| TObjectPtr< const UStateTree > | StateTree | ||
| float | TimeLeft | ||
| FStateTreeIndex16 | TransitionIndex |