Navigation
API > API/Plugins > API/Plugins/StateTreeModule > API/Plugins/StateTreeModule/FStateTreeExecutionContext
Helper struct to track when it is allowed to request transitions.
| Name | FAllowDirectTransitionsScope |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/StateTree/Source/StateTreeModule/Public/StateTreeExecutionContext.h |
| Include Path | #include "StateTreeExecutionContext.h" |
Syntax
struct FAllowDirectTransitionsScope
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FAllowDirectTransitionsScope
(
FStateTreeExecutionContext& InContext |
StateTreeExecutionContext.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
~FAllowDirectTransitionsScope() |
StateTreeExecutionContext.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bSavedAllowDirectTransitions | bool | StateTreeExecutionContext.h | ||
| Context | FStateTreeExecutionContext & | StateTreeExecutionContext.h |