| 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 |
|