Navigation
API > API/Editor > API/Editor/PropertyEditor
References
| Module | PropertyEditor |
| Header | /Engine/Source/Editor/PropertyEditor/Public/PropertyEditorModule.h |
| Include | #include "PropertyEditorModule.h" |
Syntax
class FPropertySection
Remarks
A property section is a group of categories with a name, eg. "Rendering" might contain "Materials" and "Lighting". Categories may belong to zero or more sections.
Constructors
| Type | Name | Description | |
|---|---|---|---|
FPropertySection
(
const FPropertySection& |
|||
FPropertySection
(
FName InName, |
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | AddCategory
(
FName CategoryName |
Add a category to this section. | |
| FText | Get the display name of this section. | ||
| FName | GetName () |
Get the internal name of this property section. | |
| bool | HasAddedCategory
(
FName CategoryName |
Does this section add the given category? | |
| bool | HasRemovedCategory
(
FName CategoryName |
Does this section remove the given category? | |
| void | RemoveCategory
(
FName CategoryName |
Remove a category from this section. |