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
template<class TRef>
struct TStateTreePropertyRefExternalHandle : public FStateTreePropertyRefExternalHandle
Remarks
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.
Constructors
| Type | Name | Description | |
|---|---|---|---|
TStateTreePropertyRefExternalHandle
(
TStateTreePropertyRef< TRef > InPropertyRef, |
Functions
| Type | Name | Description | |
|---|---|---|---|
FStateTreePropertyRefExternalHandle
(
FStateTreePropertyRef InPropertyRef, |
|||
| TRef * | |||
| TTuple< TRef *, TArray< TRef > * > |