Navigation
API > API/Editor > API/Editor/DetailCustomizations
Inheritance Hierarchy
- TSharedFromThis< IPropertyTypeCustomization >
- IPropertyTypeCustomization
- FPerPlatformPropertyCustomization
References
| Module | DetailCustomizations |
| Header | /Engine/Source/Editor/DetailCustomizations/Public/PerPlatformPropertyCustomization.h |
| Include | #include "PerPlatformPropertyCustomization.h" |
Syntax
template<typename PerPlatformType>
class FPerPlatformPropertyCustomization : public IPropertyTypeCustomization
Remarks
Implements a details panel customization for the FPerPlatform structures.
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | AddPlatformOverride
(
FName PlatformGroupName, |
||
| TArray< FName > | GetPlatformOverrideNames
(
TSharedRef< IPropertyHandle > StructPropertyHandle |
||
| TSharedRef< SWidget > | GetWidget
(
FName PlatformGroupName, |
||
| TSharedRef< IPropertyTypeCustomization > | MakeInstance () |
Creates a new instance. | |
| bool | RemovePlatformOverride
(
FName PlatformGroupName, |
Overridden from IPropertyTypeCustomization
| Type | Name | Description | |
|---|---|---|---|
| void | CustomizeChildren
(
TSharedRef< IPropertyHandle > StructPropertyHandle, |
Called when the children of the property should be customized or extra rows added | |
| void | CustomizeHeader
(
TSharedRef< IPropertyHandle > StructPropertyHandle, |
Called when the header of the property (the row in the details panel where the property is shown) If nothing is added to the row, the header is not displayed |