Navigation
API > API/Editor > API/Editor/DetailCustomizations
Implements a details panel customization for the FPerPlatform structures.
| Name | FPerPlatformPropertyCustomization |
| Type | class |
| Header File | /Engine/Source/Editor/DetailCustomizations/Public/PerPlatformPropertyCustomization.h |
| Include Path | #include "PerPlatformPropertyCustomization.h" |
Syntax
template<typename PerPlatformType>
class FPerPlatformPropertyCustomization : public IPropertyTypeCustomization
Implements Interfaces
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FPerPlatformPropertyCustomization() |
PerPlatformPropertyCustomization.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| PropertyUtilities | TWeakPtr< IPropertyUtilities > | Cached utils used for resetting customization when layout changes | PerPlatformPropertyCustomization.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void CustomizeChildren
(
TSharedRef< IPropertyHandle > StructPropertyHandle, |
PerPlatformPropertyCustomization.h | ||
virtual void CustomizeHeader
(
TSharedRef< IPropertyHandle > StructPropertyHandle, |
PerPlatformPropertyCustomization.h |
Protected
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool AddPlatformOverride
(
FName PlatformGroupName, |
PerPlatformPropertyCustomization.h | ||
TArray< FName > GetPlatformOverrideNames
(
TSharedRef< IPropertyHandle > StructPropertyHandle |
PerPlatformPropertyCustomization.h | ||
TSharedRef< SWidget > GetWidget
(
FName PlatformGroupName, |
PerPlatformPropertyCustomization.h | ||
bool RemovePlatformOverride
(
FName PlatformGroupName, |
PerPlatformPropertyCustomization.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static TSharedRef< IPropertyTypeCustomization > MakeInstance() |
Creates a new instance. | PerPlatformPropertyCustomization.h |