Navigation
API > API/Editor > API/Editor/PropertyEditor > API/Editor/PropertyEditor/FClassSectionMapping
Description
Find or add a section of the given name. Optionally, you can specify an order for the section to be displayed in. Lower values are displayed first. Note that the default "All" section will always be displayed last.
| Name | FindOrAddSection |
| Type | function |
| Header File | /Engine/Source/Editor/PropertyEditor/Public/PropertyEditorModule.h |
| Include Path | #include "PropertyEditorModule.h" |
| Source | /Engine/Source/Editor/PropertyEditor/Private/PropertyEditorModule.cpp |
TSharedRef < FPropertySection > FindOrAddSection
(
FName SectionName,
FText DisplayName,
const int32 Order
)