Navigation
API > API/Editor > API/Editor/PropertyEditor > API/Editor/PropertyEditor/IDetailCategoryBuilder
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
IDetailPropertyRow * AddExternalStructureProperty
(
TSharedPtr< FStructOnScope > StructData, |
Adds an external property, that is contained within a UStruct, that is not a property on the object(s) being customized | DetailCategoryBuilder.h | |
IDetailPropertyRow * AddExternalStructureProperty
(
TSharedPtr< IStructureDataProvider > StructData, |
DetailCategoryBuilder.h |
AddExternalStructureProperty(TSharedPtr< FStructOnScope >, FName, EPropertyLocation::Type, const FAddPropertyParams &)
Description
Adds an external property, that is contained within a UStruct, that is not a property on the object(s) being customized
| Name | AddExternalStructureProperty |
| Type | function |
| Header File | /Engine/Source/Editor/PropertyEditor/Public/DetailCategoryBuilder.h |
| Include Path | #include "DetailCategoryBuilder.h" |
IDetailPropertyRow * AddExternalStructureProperty
(
TSharedPtr < FStructOnScope > StructData,
FName PropertyName,
EPropertyLocation::Type Location,
const FAddPropertyParams & Params
)
A property row for customizing the property or NULL if the property could not be found
Parameters
| Name | Remarks |
|---|---|
| StructData | Struct data to find the property within |
| PropertyName | The name of the property to view. If this is empty the entire structure is added |
| Location | The location within the category where the property is shown |
AddExternalStructureProperty(TSharedPtr< IStructureDataProvider >, FName, EPropertyLocation::Type, const FAddPropertyParams &)
| Name | AddExternalStructureProperty |
| Type | function |
| Header File | /Engine/Source/Editor/PropertyEditor/Public/DetailCategoryBuilder.h |
| Include Path | #include "DetailCategoryBuilder.h" |
IDetailPropertyRow * AddExternalStructureProperty
(
TSharedPtr < IStructureDataProvider > StructData,
FName PropertyName,
EPropertyLocation::Type Location,
const FAddPropertyParams & Params
)