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; AddExternalStructureProperty
&40;
TSharedRef< FStructOnScope > ChildStructure,
FName PropertyName,
const FAddPropertyParams & Params
&41;
Remarks
Adds a property from a custom structure as a child
Parameters
| Name | Description |
|---|---|
| ChildStructure | The structure to add |
| PropertyName | Optional name of a property inside the Child structure to add. If this is empty, the entire structure will be added |
| 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 |