Navigation
API > API/Editor > API/Editor/PropertyEditor
Inheritance Hierarchy
- IDetailCustomNodeBuilder
- FDetailArrayBuilder
References
| Module | PropertyEditor |
| Header | /Engine/Source/Editor/PropertyEditor/Public/PropertyCustomizationHelpers.h |
| Include | #include "PropertyCustomizationHelpers.h" |
Syntax
class FDetailArrayBuilder : public IDetailCustomNodeBuilder
Constructors
| Type | Name | Description | |
|---|---|---|---|
FDetailArrayBuilder
(
TSharedRef< IPropertyHandle > InBaseProperty, |
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | OnGenerateArrayElementWidget
(
FOnGenerateArrayElementWidget InOnGenerateArrayElementWidget |
||
| void | |||
| void | |||
| void | SetDisplayName
(
const FText& InDisplayName |
Overridden from IDetailCustomNodeBuilder
| Type | Name | Description | |
|---|---|---|---|
| void | GenerateChildContent
(
IDetailChildrenBuilder& ChildrenBuilder |
Called to generate child content of this node | |
| void | GenerateHeaderRowContent
(
FDetailWidgetRow& NodeRow |
Called to generate content in the header of this node ( the actual node content ). | |
| FName | GetName () |
||
| TSharedPtr< IPropertyHandle > | |||
| bool | |||
| bool | RequiresTick () |
||
| void | SetOnRebuildChildren
(
FSimpleDelegate InOnRegenerateChildren |
Sets a delegate that should be used when the custom node needs to rebuild children | |
| void | Tick
(
float DeltaTime |
Called each tick if RequiresTick is true |