Navigation
API > API/Editor > API/Editor/PropertyEditor
Builds up a list of unique Sections while creating some information about the Sections
| Name | ISectionListBuilder |
| Type | class |
| Header File | /Engine/Source/Editor/PropertyEditor/Public/PropertyCustomizationHelpers.h |
| Include Path | #include "PropertyCustomizationHelpers.h" |
Syntax
class ISectionListBuilder
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~ISectionListBuilder() |
PropertyCustomizationHelpers.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void AddSection
(
int32 LodIndex, |
Adds a new Section to the list | PropertyCustomizationHelpers.h |