Navigation
API > API/Editor > API/Editor/PropertyEditor > API/Editor/PropertyEditor/IPropertyHandle > API/Editor/PropertyEditor/IPropertyHandle/AddChildStructure
References
| Module | PropertyEditor |
| Header | /Engine/Source/Editor/PropertyEditor/Public/PropertyHandle.h |
| Include | #include "PropertyHandle.h" |
TArray< TSharedPtr< IPropertyHandle > > AddChildStructure
&40;
TSharedRef< FStructOnScope > ChildStructure
&41;
Remarks
Adds a child structure An array of interfaces to the properties that were added
Parameters
| Name | Description |
|---|---|
| ChildStructure | The structure to add |