IDetailLayoutBuilder::GetObjectsBeingCustomized

Gets the current object(s) being customized by this builder

Windows
MacOS
Linux

References

Module

PropertyEditor

Header

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

Include

#include "DetailLayoutBuilder.h"

Syntax

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.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss