Navigation
API > API/Plugins > API/Plugins/StateTreeModule
References
| Module | StateTreeModule |
| Header | /Engine/Plugins/Runtime/StateTree/Source/StateTreeModule/Public/StateTreePropertyRef.h |
| Include | #include "StateTreePropertyRef.h" |
Syntax
template<class TRef>
struct TStateTreePropertyRefExternalHandle
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.
Constructors
| Type | Name | Description | |
|---|---|---|---|
TStateTreePropertyRefExternalHandle
(
FStateTreePropertyRef InPropertyRef, |
|||
TStateTreePropertyRefExternalHandle
(
TStateTreePropertyRef< TRef > InPropertyRef, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| TRef * |