Navigation
API > API/Editor > API/Editor/PropertyEditor
References
| Module | PropertyEditor |
| Header | /Engine/Source/Editor/PropertyEditor/Public/PropertyEditorDelegates.h |
| Include | #include "PropertyEditorDelegates.h" |
Syntax
struct FPropertyAndParent
Variables
| Type | Name | Description | |
|---|---|---|---|
| int32 | ArrayIndex | The array index of this property if applicable, otherwise INDEX_NONE. | |
| TArray< TWeakObjectPtr< UObject > > | Objects | The objects for these properties | |
| TArray< int32 > | ParentArrayIndices | Array indices in parent properties where applicable, otherwise INDEX_NONE. | |
| TArray< const FProperty * > | ParentProperties | The entire chain of parent properties, all the way to the property root. | |
| const FProperty & | Property | The property always exists |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FPropertyAndParent
(
const TSharedRef< IPropertyHandle >& InPropertyHandle |
|||
FPropertyAndParent
(
const TSharedRef< FPropertyNode >& InPropertyNode |