Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Editor/PropertyEditor/Public/PropertyEditorModule.h |
Include |
#include "PropertyEditorModule.h" |
Source |
/Engine/Source/Editor/PropertyEditor/Private/PropertyEditorModule.cpp |
virtual TSharedRef< FPropertySection > FindOrCreateSection
(
FName ClassName,
FName SectionName,
FText DisplayName
)
Find an existing section or create a section for a class.
A new section, or the existing one.
Parameter |
Description |
---|---|
ClassName |
The class to add a section mapping for. |
SectionName |
The section to find or create. |
DisplayName |
The display name to use for the section. If the section already exists for this class, the display name will not be replaced. |