Navigation
API > API/Editor > API/Editor/PropertyEditor > API/Editor/PropertyEditor/IDetailCategoryBuilder
References
| Module | PropertyEditor |
| Header | /Engine/Source/Editor/PropertyEditor/Public/DetailCategoryBuilder.h |
| Include | #include "DetailCategoryBuilder.h" |
IDetailPropertyRow &42; AddExternalStructureProperty
&40;
TSharedPtr< FStructOnScope > StructData,
FName PropertyName,
EPropertyLocation::Type Location,
const FAddPropertyParams & Params
&41;
Remarks
Adds an external property, that is contained within a UStruct, that is not a property on the object(s) being customized A property row for customizing the property or NULL if the property could not be found
Parameters
| Name | Description |
|---|---|
| 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 |