Navigation
API > API/Editor > API/Editor/UnrealEd
References
| Module | UnrealEd |
| Header | /Engine/Source/Editor/UnrealEd/Public/IPropertyAccessEditor.h |
| Include | #include "IPropertyAccessEditor.h" |
Syntax
struct FBindingChainElement
Remarks
An element in a binding chain
Variables
| Type | Name | Description | |
|---|---|---|---|
| int32 | ArrayIndex | Optional array index if this element refers to an array | |
| FFieldVariant | Field | Field that this this chain element refers to |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FBindingChainElement
(
UFunction* InFunction |
|||
FBindingChainElement
(
FProperty* InProperty, |