Choose your operating system:
Windows
macOS
Linux
| TSharedFromThis
|
Module |
|
Header |
/Engine/Source/Editor/DetailCustomizations/Public/PerPlatformPropertyCustomization.h |
Include |
#include "PerPlatformPropertyCustomization.h" |
template<typename PerPlatformType>
class FPerPlatformPropertyCustomization : public IPropertyTypeCustomization
Implements a details panel customization for the FPerPlatform structures.
Name | Description | |
---|---|---|
|
FPerPlatformPropertyCustomization() |
Name | Description | ||
---|---|---|---|
|
AddPlatformOverride ( |
||
|
GetPlatformOverrideNames ( |
||
|
TSharedRef< ... |
GetWidget ( |
|
|
TSharedRef< ... |
MakeInstance() |
Creates a new instance. |
|
RemovePlatformOverride ( |
Name | Description | ||
---|---|---|---|
|
CustomizeChildren ( |
Called when the children of the property should be customized or extra rows added |
|
|
CustomizeHeader ( |
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 |