Navigation
API > API/Editor > API/Editor/PropertyEditor > API/Editor/PropertyEditor/IDetailCategoryBuilder
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TArray< TSharedPtr< IPropertyHandle > > AddAllExternalStructureProperties
(
TSharedRef< FStructOnScope > StructData, |
Adds all properties for the specified external structure to this category | DetailCategoryBuilder.h | |
TArray< TSharedPtr< IPropertyHandle > > AddAllExternalStructureProperties
(
TSharedPtr< IStructureDataProvider > StructProvider, |
DetailCategoryBuilder.h |
AddAllExternalStructureProperties(TSharedRef< FStructOnScope >, EPropertyLocation::Type, TArray< IDetailPropertyRow > )
Description
Adds all properties for the specified external structure to this category
| Name | AddAllExternalStructureProperties |
| Type | function |
| Header File | /Engine/Source/Editor/PropertyEditor/Public/DetailCategoryBuilder.h |
| Include Path | #include "DetailCategoryBuilder.h" |
TArray < TSharedPtr < IPropertyHandle > > AddAllExternalStructureProperties
(
TSharedRef < FStructOnScope > StructData,
EPropertyLocation::Type Location,
TArray < IDetailPropertyRow * > * OutPropertiesRow
)
Array of all properties added to this category
Parameters
| Name | Remarks |
|---|---|
| StructData | External struct data to add to the root |
| Location | The location within the category where the properties are to be shown |
| PropertiesRow | Optional pointer to an array that will contains the IDetailPropertyRow of the properties added |
AddAllExternalStructureProperties(TSharedPtr< IStructureDataProvider >, EPropertyLocation::Type, TArray< IDetailPropertyRow > )
| Name | AddAllExternalStructureProperties |
| Type | function |
| Header File | /Engine/Source/Editor/PropertyEditor/Public/DetailCategoryBuilder.h |
| Include Path | #include "DetailCategoryBuilder.h" |
TArray < TSharedPtr < IPropertyHandle > > AddAllExternalStructureProperties
(
TSharedPtr < IStructureDataProvider > StructProvider,
EPropertyLocation::Type Location,
TArray < IDetailPropertyRow * > * OutPropertiesRow
)