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" |
TArray< TSharedPtr< IPropertyHandle > > AddAllExternalStructureProperties
&40;
TSharedRef< FStructOnScope > ChildStructure
&41;
Remarks
Adds all the properties of an external structure as a children An array of interfaces to the properties that were added
Parameters
| Name | Description |
|---|---|
| ChildStructure | The structure containing the properties to add |