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 TStateTreePropertyRef
Remarks
TStateTreePropertyRef is a type-safe FStateTreePropertyRef wrapper against a single given type.
When used as a property, this automatically defines PropertyRef property meta-data. Example:
// Reference to float
TStateTreePropertyRef
// Reference to FTestStructBase
TStateTreePropertyRef
// Reference to TArray
TStateTreePropertyRef
// Reference to FTestStructBase or TArray
TStateTreePropertyRef
Functions
| Type | Name | Description | |
|---|---|---|---|
| FStateTreePropertyRef | Used internally. | ||
| TRef * | GetMutablePtr
(
FStateTreeExecutionContext& Context |
||
| TTuple< TRef *, TArray< TRef > * > | GetMutablePtrTuple
(
FStateTreeExecutionContext& Context |