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&40;&41;
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, |
Use constructor with FStateTreePropertyPath instead. | ||
FStateTreePropertyPathBinding
(
const FStateTreeIndex16 InCompiledSourceStructIndex, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| FStateTreeIndex16 | |||
| FStateTreePropertyPath & | |||
| FStateTreePropertyPath & | |||
| const FStateTreePropertyPath & | |||
| const FStateTreePropertyPath & | |||
| void | PostSerialize
(
const FArchive& Ar |
Deprecated Variables
| Type | Name | Description | |
|---|---|---|---|
| PRAGMA_DISABLE_DEPRECATION_WARNINGSFStateTreeEditorPropertyPath | SourcePath_DEPRECATED | ||
| FStateTreeEditorPropertyPath | TargetPath_DEPRECATED |
Deprecated Functions
| Type | Name | Description | |
|---|---|---|---|
FStateTreePropertyPathBinding
(
const FStateTreeEditorPropertyPath& InSourcePath, |
Use constructor with FStateTreePropertyPath instead. |