Navigation
API > API/Editor > API/Editor/PropertyEditor > API/Editor/PropertyEditor/IDetailChildrenBuilder
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TArray< TSharedPtr< IPropertyHandle > > AddAllExternalStructureProperties
(
TSharedRef< FStructOnScope > ChildStructure |
Adds all the properties of an external structure as a children | IDetailChildrenBuilder.h | |
TArray< TSharedPtr< IPropertyHandle > > AddAllExternalStructureProperties
(
TSharedPtr< IStructureDataProvider > ChildStructure |
IDetailChildrenBuilder.h |
AddAllExternalStructureProperties(TSharedRef< FStructOnScope >)
Description
Adds all the properties of an external structure as a children
| Name | AddAllExternalStructureProperties |
| Type | function |
| Header File | /Engine/Source/Editor/PropertyEditor/Public/IDetailChildrenBuilder.h |
| Include Path | #include "IDetailChildrenBuilder.h" |
TArray < TSharedPtr < IPropertyHandle > > AddAllExternalStructureProperties
(
TSharedRef < FStructOnScope > ChildStructure
)
An array of interfaces to the properties that were added
Parameters
| Name | Remarks |
|---|---|
| ChildStructure | The structure containing the properties to add |
AddAllExternalStructureProperties(TSharedPtr< IStructureDataProvider >)
| Name | AddAllExternalStructureProperties |
| Type | function |
| Header File | /Engine/Source/Editor/PropertyEditor/Public/IDetailChildrenBuilder.h |
| Include Path | #include "IDetailChildrenBuilder.h" |
TArray < TSharedPtr < IPropertyHandle > > AddAllExternalStructureProperties
(
TSharedPtr < IStructureDataProvider > ChildStructure
)