Navigation
API > API/Editor > API/Editor/PropertyEditor > API/Editor/PropertyEditor/IDetailLayoutBuilder
Description
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.
| Name | GetStructsBeingCustomized |
| Type | function |
| Header File | /Engine/Source/Editor/PropertyEditor/Public/DetailLayoutBuilder.h |
| Include Path | #include "DetailLayoutBuilder.h" |
void GetStructsBeingCustomized
(
TArray < TSharedPtr < FStructOnScope > > & OutStructs
) const