Navigation
API > API/Plugins > API/Plugins/PropertyBindingUtils
References
| Module | PropertyBindingUtils |
| Header | /Engine/Plugins/Runtime/PropertyBindingUtils/Source/PropertyBindingUtils/Public/PropertyBindingPath.h |
| Include | #include "PropertyBindingPath.h" |
Syntax
USTRUCT ()
struct FPropertyBindingPathSegment
Remarks
Struct describing a path segment in FPropertyBindingPath.
Constructors
| Type | Name | Description | |
|---|---|---|---|
FPropertyBindingPathSegment
(
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 FPropertyBindingPathSegment& RHS |
||
| bool | operator==
(
const FPropertyBindingPathSegment& RHS |