IDetailCategoryBuilder::AddProperty

Adds a property, shown in the default way to the category

Windows
MacOS
Linux

References

Module

PropertyEditor

Header

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

Include

#include "DetailCategoryBuilder.h"

Syntax

IDetailPropertyRow & AddProperty
(
    TSharedPtr< IPropertyHandle > PropertyHandle,
    EPropertyLocation::Type Location
)

Remarks

Adds a property, shown in the default way to the category

Parameters

Parameter

Description

PropertyHandle

The handle to the property to add

Location

The location within the category where the property is shown

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