IDetailCategoryBuilder::AddExternalObjectProperty

Adds an external object property that is not a property on the object(s) being customized

Windows
MacOS
Linux

References

Module

PropertyEditor

Header

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

Include

#include "DetailCategoryBuilder.h"

Syntax

IDetailPropertyRow * AddExternalObjectProperty
(
    const TArray< UObject * > & Objects,
    FName PropertyName,
    EPropertyLocation::Type Location,
    const FAddPropertyParams & Params
)

Remarks

Adds an external object property that is not a property on the object(s) being customized

Returns

A property row for customizing the property or NULL if the property could not be found

Parameters

Parameter

Description

Objects

List of objects that contain the property

PropertyName

Optional name of the property to view. If this is empty, the entire set of properties on the objects are added

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