Navigation
API > API/Editor > API/Editor/PropertyEditor > API/Editor/PropertyEditor/IDetailLayoutBuilder
References
| Module | PropertyEditor |
| Header | /Engine/Source/Editor/PropertyEditor/Public/DetailLayoutBuilder.h |
| Include | #include "DetailLayoutBuilder.h" |
void GetObjectsBeingCustomized
(
TArray < TWeakObjectPtr< UObject > > & OutObjects
) const
Remarks
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.