Navigation
API > API/Editor > API/Editor/PropertyEditor > API/Editor/PropertyEditor/FPropertyEditorModule
References
| Module | PropertyEditor |
| Header | /Engine/Source/Editor/PropertyEditor/Public/PropertyEditorModule.h |
| Include | #include "PropertyEditorModule.h" |
| Source | /Engine/Source/Editor/PropertyEditor/Private/PropertyEditorModule.cpp |
virtual TSharedRef< FPropertySection > FindOrCreateSection
&40;
FName ClassName,
FName SectionName,
FText DisplayName
&41;
Remarks
Find an existing section or create a section for a class. A new section, or the existing one.
Parameters
| Name | 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. |