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 FStateTreePropertyPathSegment
Remarks
Struct describing a path segment in FStateTreePropertyPath.
Constructors
| Type | Name | Description | |
|---|---|---|---|
FStateTreePropertyPathSegment
(
const FName InName, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| int32 | |||
| const UStruct * | |||
| FName | GetName () |
||
| FGuid | |||
| void | SetArrayIndex
(
const int32 InArrayIndex |
||
| void | SetInstanceStruct
(
const UStruct* InInstanceStruct |
||
| void | SetName
(
const FName InName |
||
| void | SetPropertyGuid
(
const FGuid NewGuid |
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator!=
(
const FStateTreePropertyPathSegment& RHS |
||
| bool | operator==
(
const FStateTreePropertyPathSegment& RHS |