Navigation
API > API/Plugins > API/Plugins/StateTreeModule
Inheritance Hierarchy
- FStateTreePropertyRefExternalHandle
- TStateTreePropertyRefExternalHandle
References
| Module | StateTreeModule |
| Header | /Engine/Plugins/Runtime/StateTree/Source/StateTreeModule/Public/StateTreePropertyRef.h |
| Include | #include "StateTreePropertyRef.h" |
Syntax
struct FStateTreePropertyRefExternalHandle
Remarks
External Handle allows to wrap-up property reference to make it accessible without having an access to StateTreeExecutionContext. Useful for capturing property reference in callbacks.
Variables
| Type | Name | Description | |
|---|---|---|---|
| FStateTreePropertyRef | PropertyRef | ||
| FStateTreeStateHandle | RootState | ||
| TWeakPtr< FStateTreeInstanceStorage > | WeakInstanceStorage | ||
| TWeakObjectPtr< const UStateTree > | WeakStateTree |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FStateTreePropertyRefExternalHandle
(
FStateTreePropertyRef InPropertyRef, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| TRef * | |||
| TTuple< TRef *... > |