IDetailCategoryBuilder::AddExternalObjects

Adds an entire external object to this category.

Windows
MacOS
Linux

References

Module

PropertyEditor

Header

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

Include

#include "DetailCategoryBuilder.h"

Syntax

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

Remarks

Adds an entire external object to this category. The object should not be one of the objects already visible by this details panel

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

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