Navigation
API > API/Editor > API/Editor/PropertyEditor > API/Editor/PropertyEditor/IDetailLayoutBuilder
Description
Gets the current object(s) being customized by this builder
If this is a sub-object customization it will return those sub objects. Otherwise the root objects will be returned.
| Name | GetObjectsBeingCustomized |
| Type | function |
| Header File | /Engine/Source/Editor/PropertyEditor/Public/DetailLayoutBuilder.h |
| Include Path | #include "DetailLayoutBuilder.h" |
void GetObjectsBeingCustomized
(
TArray < TWeakObjectPtr < UObject > > & OutObjects
) const