IDetailLayoutBuilder::GetCategoryNames

Gets the current set of existing category names.

Windows
MacOS
Linux

References

Module

PropertyEditor

Header

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

Include

#include "DetailLayoutBuilder.h"

Syntax

void GetCategoryNames
(
    TArray< FName > & OutCategoryNames
) const

Remarks

Gets the current set of existing category names. This includes both categories derived from properties and categories added via EditCategory.

Parameters

Parameter

Description

OutCategoryNames

The array of category names

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