Navigation
API > API/Editor > API/Editor/PropertyEditor > API/Editor/PropertyEditor/FPropertySection
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FPropertySection
(
const FPropertySection& |
PropertyEditorModule.h | ||
FPropertySection
(
FName InName, |
PropertyEditorModule.h |
FPropertySection(const FPropertySection &)
| Name | FPropertySection |
| Type | function |
| Header File | /Engine/Source/Editor/PropertyEditor/Public/PropertyEditorModule.h |
| Include Path | #include "PropertyEditorModule.h" |
FPropertySection
(
const FPropertySection &
)
FPropertySection(FName, FText)
| Name | FPropertySection |
| Type | function |
| Header File | /Engine/Source/Editor/PropertyEditor/Public/PropertyEditorModule.h |
| Include Path | #include "PropertyEditorModule.h" |
FPropertySection
(
FName InName,
FText InDisplayName
)
Parameters
| Name | Remarks |
|---|---|
| InName | The internal name of this section. |
| InDisplayName | The localizable display name to show to the user. |