Navigation
API > API/Plugins > API/Plugins/StateTreeModule
Single type safe 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.
| Name | TStateTreePropertyRefExternalHandle |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/StateTree/Source/StateTreeModule/Public/StateTreePropertyRef.h |
| Include Path | #include "StateTreePropertyRef.h" |
Syntax
template<class TRef>
struct TStateTreePropertyRefExternalHandle : public FStateTreePropertyRefExternalHandle
Inheritance Hierarchy
- FStateTreePropertyRefExternalHandle → TStateTreePropertyRefExternalHandle
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TStateTreePropertyRefExternalHandle
(
TStateTreePropertyRef< TRef > InPropertyRef, |
StateTreePropertyRef.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FStateTreePropertyRefExternalHandle
(
FStateTreePropertyRef InPropertyRef, |
StateTreePropertyRef.h | ||
TRef * GetMutablePtr() |
StateTreePropertyRef.h | ||
| StateTreePropertyRef.h |