Navigation
API > API/Editor > API/Editor/PropertyEditor > API/Editor/PropertyEditor/IDetailCategoryBuilder
References
| Module | PropertyEditor |
| Header | /Engine/Source/Editor/PropertyEditor/Public/DetailCategoryBuilder.h |
| Include | #include "DetailCategoryBuilder.h" |
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 A property row for customizing the property or NULL if the property could not be found
Parameters
| Name | 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 |