Navigation
API > API/Editor > API/Editor/PropertyEditor > API/Editor/PropertyEditor/IDetailChildrenBuilder
References
| Module | PropertyEditor |
| Header | /Engine/Source/Editor/PropertyEditor/Public/IDetailChildrenBuilder.h |
| Include | #include "IDetailChildrenBuilder.h" |
IDetailPropertyRow &42; AddExternalStructure
&40;
TSharedRef< FStructOnScope > ChildStructure,
FName UniqueIdName
&41;
Remarks
Adds a custom structure as a child
Parameters
| Name | Description |
|---|---|
| ChildStructure | The structure to add |
| UniqueIdName | Optional identifier that uniquely identifies this structure among other structures of the same type. If this is empty, saving and restoring expansion state of this structure may not work |