Navigation
API > API/Plugins > API/Plugins/StateTreeModule > API/Plugins/StateTreeModule/FStateTreeExecutionContext
References
| Module | StateTreeModule |
| Header | /Engine/Plugins/Runtime/StateTree/Source/StateTreeModule/Public/StateTreeExecutionContext.h |
| Include | #include "StateTreeExecutionContext.h" |
Syntax
struct FStateSelectionResult
Remarks
Describes a result of States Selection.
Variables
| Type | Name | Description | |
|---|---|---|---|
| TArray< FStateTreeFrameStateSelectionEvents, TFixedAllocator< MaxExecutionFrames > > | FramesStateSelectionEvents | ||
| TArray< FStateTreeExecutionFrame, TFixedAllocator< MaxExecutionFrames > > | SelectedFrames |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FStateSelectionResult
(
TConstArrayView< FStateTreeExecutionFrame > InFrames |
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | |||
| int32 | FramesNum () |
||
| TArrayView< FStateTreeFrameStateSelectionEvents > | |||
| TArrayView< FStateTreeExecutionFrame > | |||
| bool | IsFull () |
||
| void | PopFrame () |
||
| void | PushFrame
(
FStateTreeExecutionFrame Frame |
Constants
| Name | Description |
|---|---|
| MaxExecutionFrames | Max number of execution frames handled during state selection. |