IDetailLayoutBuilder::GetStructsBeingCustomized

Gets the current struct(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 GetStructsBeingCustomized
(
    TArray< TSharedPtr< FStructOnScope > > & OutStructs
) const

Remarks

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

If this is a sub-struct customization it will return those sub struct. Otherwise the root struct 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