IDetailLayoutBuilder::AddPropertyToCategory

Adds the property to its given category automatically.

Windows
MacOS
Linux

References

Module

PropertyEditor

Header

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

Include

#include "DetailLayoutBuilder.h"

Syntax

IDetailPropertyRow & AddPropertyToCategory
(
    TSharedPtr< IPropertyHandle > InPropertyHandle
)

Remarks

Adds the property to its given category automatically. Useful in detail customizations which want to preserve categories.

Returns

the property row with which the property was added.

Parameters

Parameter

Description

InPropertyHandle

The handle to the property that you want to add to its own category.

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