FPropertyEditorModule::FindOrCreateSection

Find an existing section or create a section for a class.

Choose your operating system:

Windows

macOS

Linux

References

Module

PropertyEditor

Header

/Engine/Source/Editor/PropertyEditor/Public/PropertyEditorModule.h

Include

#include "PropertyEditorModule.h"

Source

/Engine/Source/Editor/PropertyEditor/Private/PropertyEditorModule.cpp

Syntax

virtual TSharedRef< FPropertySection > FindOrCreateSection
(
    FName ClassName,
    FName SectionName,
    FText DisplayName
)

Remarks

Find an existing section or create a section for a class.

Returns

A new section, or the existing one.

Parameters

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.