Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Editor/PropertyEditor/Public/PropertyEditorModule.h |
Include |
#include "PropertyEditorModule.h" |
class FPropertySection
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.
Name | Description | |
---|---|---|
|
FPropertySection ( |
|
|
FPropertySection |
Name | Description | |
---|---|---|
|
~FPropertySection() |
Name | Description | ||
---|---|---|---|
|
AddCategory ( |
Add a category to this section. |
|
|
GetDisplayName() |
Get the display name of this section. |
|
|
GetName() |
Get the internal name of this property section. |
|
|
HasAddedCategory ( |
Does this section add the given category? |
|
|
HasRemovedCategory ( |
Does this section remove the given category? |
|
|
RemoveCategory ( |
Remove a category from this section. |