Navigation
API > API/Editor > API/Editor/DetailCustomizations
| Name | FPerPlatformPropertyCustomNodeBuilderArgs |
| Type | struct |
| Header File | /Engine/Source/Editor/DetailCustomizations/Public/PerPlatformPropertyCustomization.h |
| Include Path | #include "PerPlatformPropertyCustomization.h" |
Syntax
struct FPerPlatformPropertyCustomNodeBuilderArgs
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| FilterText | FText | Used for search box queries | PerPlatformPropertyCustomization.h | |
| IsEnabled | TAttribute< bool > | Is overriding per-property enabled | PerPlatformPropertyCustomization.h | |
| Name | FName | Used to identify the builder through GetName() | PerPlatformPropertyCustomization.h | |
| OnAddPlatformOverride | FOnPlatformOverrideAction | PerPlatformPropertyCustomization.h | ||
| OnGenerateNameWidget | FOnGetContent | Callback to generate the name widget. | PerPlatformPropertyCustomization.h | |
| OnGenerateWidgetForPlatformRow | FOnGenerateWidget | Callback to generate a widget for a specific platform row | PerPlatformPropertyCustomization.h | |
| OnRemovePlatformOverride | FOnPlatformOverrideAction | PerPlatformPropertyCustomization.h | ||
| PlatformOverrideNames | TAttribute< TArray< FName > > | List of platforms that can override the default value | PerPlatformPropertyCustomization.h |