IDetailLayoutBuilder::EditDefaultProperty

Allows for the customization of a property row for a property that already exists on a class being edited in the details panel The property will remain in the default location but the widget or other attributes for the property can be changed Note This cannot be used to customize other customizations

Windows
MacOS
Linux

References

Module

PropertyEditor

Header

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

Include

#include "DetailLayoutBuilder.h"

Syntax

IDetailPropertyRow * EditDefaultProperty
(
    TSharedPtr< IPropertyHandle > InPropertyHandle
)

Remarks

Allows for the customization of a property row for a property that already exists on a class being edited in the details panel The property will remain in the default location but the widget or other attributes for the property can be changed Note This cannot be used to customize other customizations

Returns

The property row to edit or nullptr if the property row does not exist

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