Navigation
API > API/Editor > API/Editor/PropertyEditor
References
| Module | PropertyEditor |
| Header | /Engine/Source/Editor/PropertyEditor/Public/PropertyEditorModule.h |
| Include | #include "PropertyEditorModule.h" |
Syntax
class FClassSectionMapping
Remarks
A mapping of categories to section names for a given class.
Constructors
| Type | Name | Description | |
|---|---|---|---|
FClassSectionMapping
(
FName ClassName |
|||
FClassSectionMapping
(
const FClassSectionMapping& |
Functions
| Type | Name | Description | |
|---|---|---|---|
| TSharedRef< FPropertySection > | FindOrAddSection
(
FName SectionName, |
Find or add a section of the given name. | |
| TSharedPtr< FPropertySection > | FindSection
(
FName SectionName |
Find or add a section of the given name. | |
| bool | GetSectionsForCategory
(
FName CategoryName, |
Get the sections that the given category belongs to and append them to OutSections. | |
| void | RemoveSection
(
FName SectionName |
Remove a section of the given name. |