Navigation
API > API/Plugins > API/Plugins/StateTreeModule
References
| Module | StateTreeModule |
| Header | /Engine/Plugins/Runtime/StateTree/Source/StateTreeModule/Public/StateTreePropertyBindings.h |
| Include | #include "StateTreePropertyBindings.h" |
Syntax
USTRUCT ()
struct FStateTreePropertyPathBinding
Remarks
Representation of a property binding in StateTree
Constructors
| Type | Name | Description | |
|---|---|---|---|
| PRAGMA_DISABLE_DEPRECATION_WARNINGS | |||
FStateTreePropertyPathBinding
(
const FStateTreePropertyPath& InSourcePath, |
|||
FStateTreePropertyPathBinding
(
const FStateTreeEditorPropertyPath& InSourcePath, |
|||
FStateTreePropertyPathBinding
(
const FStateTreeDataHandle InSourceDataHandle, |
|||
FStateTreePropertyPathBinding
(
FConstStructView InFunctionNodeStruct, |
|||
FStateTreePropertyPathBinding
(
const FStateTreeIndex16 InCompiledSourceStructIndex, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| FStateTreeIndex16 | |||
| FStructView | |||
| FStateTreePropertyPath & | |||
| FStateTreePropertyPath & | |||
| FConstStructView | |||
| FStateTreeDataHandle | |||
| const FStateTreePropertyPath & | |||
| const FStateTreePropertyPath & | |||
| PRAGMA_ENABLE_DEPRECATION_WARNINGS void | PostSerialize
(
const FArchive& Ar |
||
| void | SetSourceDataHandle
(
const FStateTreeDataHandle NewSourceDataHandle |