IDetailLayoutBuilder::EditCategory

Edits an existing category or creates a new one

Windows
MacOS
Linux

References

Module

PropertyEditor

Header

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

Include

#include "DetailLayoutBuilder.h"

Syntax

IDetailCategoryBuilder & EditCategory
(
    FName CategoryName,
    const FText & NewLocalizedDisplayName,
    ECategoryPriority::Type CategoryType
)

Remarks

Edits an existing category or creates a new one

Parameters

Parameter

Description

CategoryName

The name of the category

NewLocalizedDisplayName

The new display name of the category (optional)

CategoryType

Category type to define sort order. Category display order is sorted by this type (optional)

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss