IDetailChildrenBuilder::AddProperty

Adds a property to the struct

Windows
MacOS
Linux

References

Module

PropertyEditor

Header

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

Include

#include "IDetailChildrenBuilder.h"

Syntax

IDetailPropertyRow & AddProperty
(
    TSharedRef< IPropertyHandle > PropertyHandle
)

Remarks

Adds a property to the struct

Returns

An interface to the property row that can be used to customize the appearance of the property

Parameters

Parameter

Description

PropertyHandle

The handle to the property to add

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