777 lines
67 KiB
C++
777 lines
67 KiB
C++
// Copyright Epic Games, Inc. All Rights Reserved.
|
|
/*===========================================================================
|
|
Generated code exported from UnrealHeaderTool.
|
|
DO NOT modify this manually! Edit the corresponding .h files instead!
|
|
===========================================================================*/
|
|
|
|
#include "UObject/GeneratedCppIncludes.h"
|
|
#include "Engine/UserInterfaceSettings.h"
|
|
#include "Curves/CurveFloat.h"
|
|
#include "UObject/SoftObjectPath.h"
|
|
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
|
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
|
|
void EmptyLinkFunctionForGeneratedCodeUserInterfaceSettings() {}
|
|
|
|
// ********** Begin Cross Module References ********************************************************
|
|
COREUOBJECT_API UClass* Z_Construct_UClass_UClass_NoRegister();
|
|
COREUOBJECT_API UClass* Z_Construct_UClass_UObject_NoRegister();
|
|
COREUOBJECT_API UEnum* Z_Construct_UEnum_CoreUObject_EMouseCursor();
|
|
COREUOBJECT_API UScriptStruct* Z_Construct_UScriptStruct_FIntPoint();
|
|
COREUOBJECT_API UScriptStruct* Z_Construct_UScriptStruct_FSoftClassPath();
|
|
COREUOBJECT_API UScriptStruct* Z_Construct_UScriptStruct_FVector2D();
|
|
DEVELOPERSETTINGS_API UClass* Z_Construct_UClass_UDeveloperSettings();
|
|
ENGINE_API UClass* Z_Construct_UClass_UDPICustomScalingRule_NoRegister();
|
|
ENGINE_API UClass* Z_Construct_UClass_UUserInterfaceSettings();
|
|
ENGINE_API UClass* Z_Construct_UClass_UUserInterfaceSettings_NoRegister();
|
|
ENGINE_API UEnum* Z_Construct_UEnum_Engine_EFontDPI();
|
|
ENGINE_API UEnum* Z_Construct_UEnum_Engine_ERenderFocusRule();
|
|
ENGINE_API UEnum* Z_Construct_UEnum_Engine_EUIScalingRule();
|
|
ENGINE_API UScriptStruct* Z_Construct_UScriptStruct_FHardwareCursorReference();
|
|
ENGINE_API UScriptStruct* Z_Construct_UScriptStruct_FRuntimeFloatCurve();
|
|
UPackage* Z_Construct_UPackage__Script_Engine();
|
|
// ********** End Cross Module References **********************************************************
|
|
|
|
// ********** Begin Enum ERenderFocusRule **********************************************************
|
|
static FEnumRegistrationInfo Z_Registration_Info_UEnum_ERenderFocusRule;
|
|
static UEnum* ERenderFocusRule_StaticEnum()
|
|
{
|
|
if (!Z_Registration_Info_UEnum_ERenderFocusRule.OuterSingleton)
|
|
{
|
|
Z_Registration_Info_UEnum_ERenderFocusRule.OuterSingleton = GetStaticEnum(Z_Construct_UEnum_Engine_ERenderFocusRule, (UObject*)Z_Construct_UPackage__Script_Engine(), TEXT("ERenderFocusRule"));
|
|
}
|
|
return Z_Registration_Info_UEnum_ERenderFocusRule.OuterSingleton;
|
|
}
|
|
template<> ENGINE_NON_ATTRIBUTED_API UEnum* StaticEnum<ERenderFocusRule>()
|
|
{
|
|
return ERenderFocusRule_StaticEnum();
|
|
}
|
|
struct Z_Construct_UEnum_Engine_ERenderFocusRule_Statics
|
|
{
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Enum_MetaDataParams[] = {
|
|
{ "Always.Comment", "/** Focus Brush will always be rendered for widgets that have user focus. */" },
|
|
{ "Always.Name", "ERenderFocusRule::Always" },
|
|
{ "Always.ToolTip", "Focus Brush will always be rendered for widgets that have user focus." },
|
|
{ "Comment", "/** When to render the Focus Brush for widgets that have user focus. Based on the EFocusCause. */" },
|
|
{ "ModuleRelativePath", "Classes/Engine/UserInterfaceSettings.h" },
|
|
{ "NavigationOnly.Comment", "/** Focus Brush will be rendered for widgets that have user focus only if the focus was set by navigation. */" },
|
|
{ "NavigationOnly.Name", "ERenderFocusRule::NavigationOnly" },
|
|
{ "NavigationOnly.ToolTip", "Focus Brush will be rendered for widgets that have user focus only if the focus was set by navigation." },
|
|
{ "Never.Comment", "/** Focus Brush will not be rendered. */" },
|
|
{ "Never.Name", "ERenderFocusRule::Never" },
|
|
{ "Never.ToolTip", "Focus Brush will not be rendered." },
|
|
{ "NonPointer.Comment", "/** Focus Brush will be rendered for widgets that have user focus not set based on pointer causes. */" },
|
|
{ "NonPointer.Name", "ERenderFocusRule::NonPointer" },
|
|
{ "NonPointer.ToolTip", "Focus Brush will be rendered for widgets that have user focus not set based on pointer causes." },
|
|
{ "ToolTip", "When to render the Focus Brush for widgets that have user focus. Based on the EFocusCause." },
|
|
};
|
|
#endif // WITH_METADATA
|
|
static constexpr UECodeGen_Private::FEnumeratorParam Enumerators[] = {
|
|
{ "ERenderFocusRule::Always", (int64)ERenderFocusRule::Always },
|
|
{ "ERenderFocusRule::NonPointer", (int64)ERenderFocusRule::NonPointer },
|
|
{ "ERenderFocusRule::NavigationOnly", (int64)ERenderFocusRule::NavigationOnly },
|
|
{ "ERenderFocusRule::Never", (int64)ERenderFocusRule::Never },
|
|
};
|
|
static const UECodeGen_Private::FEnumParams EnumParams;
|
|
}; // struct Z_Construct_UEnum_Engine_ERenderFocusRule_Statics
|
|
const UECodeGen_Private::FEnumParams Z_Construct_UEnum_Engine_ERenderFocusRule_Statics::EnumParams = {
|
|
(UObject*(*)())Z_Construct_UPackage__Script_Engine,
|
|
nullptr,
|
|
"ERenderFocusRule",
|
|
"ERenderFocusRule",
|
|
Z_Construct_UEnum_Engine_ERenderFocusRule_Statics::Enumerators,
|
|
RF_Public|RF_Transient|RF_MarkAsNative,
|
|
UE_ARRAY_COUNT(Z_Construct_UEnum_Engine_ERenderFocusRule_Statics::Enumerators),
|
|
EEnumFlags::None,
|
|
(uint8)UEnum::ECppForm::EnumClass,
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UEnum_Engine_ERenderFocusRule_Statics::Enum_MetaDataParams), Z_Construct_UEnum_Engine_ERenderFocusRule_Statics::Enum_MetaDataParams)
|
|
};
|
|
UEnum* Z_Construct_UEnum_Engine_ERenderFocusRule()
|
|
{
|
|
if (!Z_Registration_Info_UEnum_ERenderFocusRule.InnerSingleton)
|
|
{
|
|
UECodeGen_Private::ConstructUEnum(Z_Registration_Info_UEnum_ERenderFocusRule.InnerSingleton, Z_Construct_UEnum_Engine_ERenderFocusRule_Statics::EnumParams);
|
|
}
|
|
return Z_Registration_Info_UEnum_ERenderFocusRule.InnerSingleton;
|
|
}
|
|
// ********** End Enum ERenderFocusRule ************************************************************
|
|
|
|
// ********** Begin Enum EUIScalingRule ************************************************************
|
|
static FEnumRegistrationInfo Z_Registration_Info_UEnum_EUIScalingRule;
|
|
static UEnum* EUIScalingRule_StaticEnum()
|
|
{
|
|
if (!Z_Registration_Info_UEnum_EUIScalingRule.OuterSingleton)
|
|
{
|
|
Z_Registration_Info_UEnum_EUIScalingRule.OuterSingleton = GetStaticEnum(Z_Construct_UEnum_Engine_EUIScalingRule, (UObject*)Z_Construct_UPackage__Script_Engine(), TEXT("EUIScalingRule"));
|
|
}
|
|
return Z_Registration_Info_UEnum_EUIScalingRule.OuterSingleton;
|
|
}
|
|
template<> ENGINE_NON_ATTRIBUTED_API UEnum* StaticEnum<EUIScalingRule>()
|
|
{
|
|
return EUIScalingRule_StaticEnum();
|
|
}
|
|
struct Z_Construct_UEnum_Engine_EUIScalingRule_Statics
|
|
{
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Enum_MetaDataParams[] = {
|
|
{ "Comment", "/** The Side to use when scaling the UI. */" },
|
|
{ "Custom.Comment", "/** Custom - Allows custom rule interpretation. */" },
|
|
{ "Custom.Name", "EUIScalingRule::Custom" },
|
|
{ "Custom.ToolTip", "Custom - Allows custom rule interpretation." },
|
|
{ "Horizontal.Comment", "/** Evaluates the scale curve based on the X axis of the viewport. */" },
|
|
{ "Horizontal.Name", "EUIScalingRule::Horizontal" },
|
|
{ "Horizontal.ToolTip", "Evaluates the scale curve based on the X axis of the viewport." },
|
|
{ "LongestSide.Comment", "/** Evaluates the scale curve based on the longest side of the viewport. */" },
|
|
{ "LongestSide.Name", "EUIScalingRule::LongestSide" },
|
|
{ "LongestSide.ToolTip", "Evaluates the scale curve based on the longest side of the viewport." },
|
|
{ "ModuleRelativePath", "Classes/Engine/UserInterfaceSettings.h" },
|
|
{ "ScaleToFit.Comment", "/** ScaleToFit - Does not use scale curve. Emulates behavior of scale box by using DesignScreenSize and scaling the content relatively to it. */" },
|
|
{ "ScaleToFit.Name", "EUIScalingRule::ScaleToFit" },
|
|
{ "ScaleToFit.ToolTip", "ScaleToFit - Does not use scale curve. Emulates behavior of scale box by using DesignScreenSize and scaling the content relatively to it." },
|
|
{ "ShortestSide.Comment", "/** Evaluates the scale curve based on the shortest side of the viewport. */" },
|
|
{ "ShortestSide.Name", "EUIScalingRule::ShortestSide" },
|
|
{ "ShortestSide.ToolTip", "Evaluates the scale curve based on the shortest side of the viewport." },
|
|
{ "ToolTip", "The Side to use when scaling the UI." },
|
|
{ "Vertical.Comment", "/** Evaluates the scale curve based on the Y axis of the viewport. */" },
|
|
{ "Vertical.Name", "EUIScalingRule::Vertical" },
|
|
{ "Vertical.ToolTip", "Evaluates the scale curve based on the Y axis of the viewport." },
|
|
};
|
|
#endif // WITH_METADATA
|
|
static constexpr UECodeGen_Private::FEnumeratorParam Enumerators[] = {
|
|
{ "EUIScalingRule::ShortestSide", (int64)EUIScalingRule::ShortestSide },
|
|
{ "EUIScalingRule::LongestSide", (int64)EUIScalingRule::LongestSide },
|
|
{ "EUIScalingRule::Horizontal", (int64)EUIScalingRule::Horizontal },
|
|
{ "EUIScalingRule::Vertical", (int64)EUIScalingRule::Vertical },
|
|
{ "EUIScalingRule::ScaleToFit", (int64)EUIScalingRule::ScaleToFit },
|
|
{ "EUIScalingRule::Custom", (int64)EUIScalingRule::Custom },
|
|
};
|
|
static const UECodeGen_Private::FEnumParams EnumParams;
|
|
}; // struct Z_Construct_UEnum_Engine_EUIScalingRule_Statics
|
|
const UECodeGen_Private::FEnumParams Z_Construct_UEnum_Engine_EUIScalingRule_Statics::EnumParams = {
|
|
(UObject*(*)())Z_Construct_UPackage__Script_Engine,
|
|
nullptr,
|
|
"EUIScalingRule",
|
|
"EUIScalingRule",
|
|
Z_Construct_UEnum_Engine_EUIScalingRule_Statics::Enumerators,
|
|
RF_Public|RF_Transient|RF_MarkAsNative,
|
|
UE_ARRAY_COUNT(Z_Construct_UEnum_Engine_EUIScalingRule_Statics::Enumerators),
|
|
EEnumFlags::None,
|
|
(uint8)UEnum::ECppForm::EnumClass,
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UEnum_Engine_EUIScalingRule_Statics::Enum_MetaDataParams), Z_Construct_UEnum_Engine_EUIScalingRule_Statics::Enum_MetaDataParams)
|
|
};
|
|
UEnum* Z_Construct_UEnum_Engine_EUIScalingRule()
|
|
{
|
|
if (!Z_Registration_Info_UEnum_EUIScalingRule.InnerSingleton)
|
|
{
|
|
UECodeGen_Private::ConstructUEnum(Z_Registration_Info_UEnum_EUIScalingRule.InnerSingleton, Z_Construct_UEnum_Engine_EUIScalingRule_Statics::EnumParams);
|
|
}
|
|
return Z_Registration_Info_UEnum_EUIScalingRule.InnerSingleton;
|
|
}
|
|
// ********** End Enum EUIScalingRule **************************************************************
|
|
|
|
// ********** Begin Enum EFontDPI ******************************************************************
|
|
static FEnumRegistrationInfo Z_Registration_Info_UEnum_EFontDPI;
|
|
static UEnum* EFontDPI_StaticEnum()
|
|
{
|
|
if (!Z_Registration_Info_UEnum_EFontDPI.OuterSingleton)
|
|
{
|
|
Z_Registration_Info_UEnum_EFontDPI.OuterSingleton = GetStaticEnum(Z_Construct_UEnum_Engine_EFontDPI, (UObject*)Z_Construct_UPackage__Script_Engine(), TEXT("EFontDPI"));
|
|
}
|
|
return Z_Registration_Info_UEnum_EFontDPI.OuterSingleton;
|
|
}
|
|
template<> ENGINE_NON_ATTRIBUTED_API UEnum* StaticEnum<EFontDPI>()
|
|
{
|
|
return EFontDPI_StaticEnum();
|
|
}
|
|
struct Z_Construct_UEnum_Engine_EFontDPI_Statics
|
|
{
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Enum_MetaDataParams[] = {
|
|
{ "Comment", "/** The most used DPI value. */" },
|
|
{ "Custom.Hidden", "" },
|
|
{ "Custom.Name", "EFontDPI::Custom" },
|
|
{ "ModuleRelativePath", "Classes/Engine/UserInterfaceSettings.h" },
|
|
{ "Standard.Comment", "/** Best for working with with web-based design tools like Figma. */" },
|
|
{ "Standard.DisplayName", "72 DPI (Default)" },
|
|
{ "Standard.Name", "EFontDPI::Standard" },
|
|
{ "Standard.ToolTip", "Best for working with with web-based design tools like Figma." },
|
|
{ "ToolTip", "The most used DPI value." },
|
|
{ "Unreal.Comment", "/** Resolution used internally by Unreal Engine. */" },
|
|
{ "Unreal.DisplayName", "96 DPI (Unreal Engine)" },
|
|
{ "Unreal.Name", "EFontDPI::Unreal" },
|
|
{ "Unreal.ToolTip", "Resolution used internally by Unreal Engine." },
|
|
};
|
|
#endif // WITH_METADATA
|
|
static constexpr UECodeGen_Private::FEnumeratorParam Enumerators[] = {
|
|
{ "EFontDPI::Standard", (int64)EFontDPI::Standard },
|
|
{ "EFontDPI::Unreal", (int64)EFontDPI::Unreal },
|
|
{ "EFontDPI::Custom", (int64)EFontDPI::Custom },
|
|
};
|
|
static const UECodeGen_Private::FEnumParams EnumParams;
|
|
}; // struct Z_Construct_UEnum_Engine_EFontDPI_Statics
|
|
const UECodeGen_Private::FEnumParams Z_Construct_UEnum_Engine_EFontDPI_Statics::EnumParams = {
|
|
(UObject*(*)())Z_Construct_UPackage__Script_Engine,
|
|
nullptr,
|
|
"EFontDPI",
|
|
"EFontDPI",
|
|
Z_Construct_UEnum_Engine_EFontDPI_Statics::Enumerators,
|
|
RF_Public|RF_Transient|RF_MarkAsNative,
|
|
UE_ARRAY_COUNT(Z_Construct_UEnum_Engine_EFontDPI_Statics::Enumerators),
|
|
EEnumFlags::None,
|
|
(uint8)UEnum::ECppForm::EnumClass,
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UEnum_Engine_EFontDPI_Statics::Enum_MetaDataParams), Z_Construct_UEnum_Engine_EFontDPI_Statics::Enum_MetaDataParams)
|
|
};
|
|
UEnum* Z_Construct_UEnum_Engine_EFontDPI()
|
|
{
|
|
if (!Z_Registration_Info_UEnum_EFontDPI.InnerSingleton)
|
|
{
|
|
UECodeGen_Private::ConstructUEnum(Z_Registration_Info_UEnum_EFontDPI.InnerSingleton, Z_Construct_UEnum_Engine_EFontDPI_Statics::EnumParams);
|
|
}
|
|
return Z_Registration_Info_UEnum_EFontDPI.InnerSingleton;
|
|
}
|
|
// ********** End Enum EFontDPI ********************************************************************
|
|
|
|
// ********** Begin ScriptStruct FHardwareCursorReference ******************************************
|
|
struct Z_Construct_UScriptStruct_FHardwareCursorReference_Statics
|
|
{
|
|
static inline consteval int32 GetStructSize() { return sizeof(FHardwareCursorReference); }
|
|
static inline consteval int16 GetStructAlignment() { return alignof(FHardwareCursorReference); }
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
|
|
{ "Comment", "/**\n * \n */" },
|
|
{ "ModuleRelativePath", "Classes/Engine/UserInterfaceSettings.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_CursorPath_MetaData[] = {
|
|
{ "Category", "Hardware Cursor" },
|
|
{ "Comment", "/**\n\x09 * Specify the partial game content path to the hardware cursor. For example,\n\x09 * DO: Slate/DefaultPointer\n\x09 * DONT: Slate/DefaultPointer.cur\n\x09 *\n\x09 * NOTE: Having a 'Slate' directory in your game content folder will always be cooked, if\n\x09 * you're trying to decide where to locate these cursor files.\n\x09 * \n\x09 * The hardware cursor system will search for platform specific formats first if you want to \n\x09 * take advantage of those capabilities.\n\x09 *\n\x09 * Windows:\n\x09 * .ani -> .cur -> .png\n\x09 *\n\x09 * Mac:\n\x09 * .tiff -> .png\n\x09 *\n\x09 * Linux:\n\x09 * .png\n\x09 *\n\x09 * Multi-Resolution Png Fallback\n\x09 * Because there's not a universal multi-resolution format for cursors there's a pattern we look for\n\x09 * on all platforms where pngs are all that is found instead of cur/ani/tiff.\n\x09 *\n\x09 * Pointer.png\n\x09 * Pointer@1.25x.png\n\x09 * Pointer@1.5x.png\n\x09 * Pointer@1.75x.png\n\x09 * Pointer@2x.png\n\x09 * ...etc\n\x09 */" },
|
|
{ "ModuleRelativePath", "Classes/Engine/UserInterfaceSettings.h" },
|
|
{ "ToolTip", "Specify the partial game content path to the hardware cursor. For example,\n DO: Slate/DefaultPointer\n DONT: Slate/DefaultPointer.cur\n\nNOTE: Having a 'Slate' directory in your game content folder will always be cooked, if\n you're trying to decide where to locate these cursor files.\n\nThe hardware cursor system will search for platform specific formats first if you want to\ntake advantage of those capabilities.\n\nWindows:\n .ani -> .cur -> .png\n\nMac:\n .tiff -> .png\n\nLinux:\n .png\n\nMulti-Resolution Png Fallback\n Because there's not a universal multi-resolution format for cursors there's a pattern we look for\n on all platforms where pngs are all that is found instead of cur/ani/tiff.\n\n Pointer.png\n Pointer@1.25x.png\n Pointer@1.5x.png\n Pointer@1.75x.png\n Pointer@2x.png\n ...etc" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_HotSpot_MetaData[] = {
|
|
{ "Category", "Hardware Cursor" },
|
|
{ "ClampMax", "1" },
|
|
{ "ClampMin", "0" },
|
|
{ "Comment", "/**\n\x09 * HotSpot needs to be in normalized (0..1) coordinates since it may apply to different resolution images.\n\x09 * NOTE: This HotSpot is only used on formats that do not provide their own hotspot, e.g. Tiff, PNG.\n\x09 */" },
|
|
{ "ModuleRelativePath", "Classes/Engine/UserInterfaceSettings.h" },
|
|
{ "ToolTip", "HotSpot needs to be in normalized (0..1) coordinates since it may apply to different resolution images.\nNOTE: This HotSpot is only used on formats that do not provide their own hotspot, e.g. Tiff, PNG." },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin ScriptStruct FHardwareCursorReference constinit property declarations **********
|
|
static const UECodeGen_Private::FNamePropertyParams NewProp_CursorPath;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_HotSpot;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End ScriptStruct FHardwareCursorReference constinit property declarations ************
|
|
static void* NewStructOps()
|
|
{
|
|
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FHardwareCursorReference>();
|
|
}
|
|
static const UECodeGen_Private::FStructParams StructParams;
|
|
}; // struct Z_Construct_UScriptStruct_FHardwareCursorReference_Statics
|
|
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FHardwareCursorReference;
|
|
class UScriptStruct* FHardwareCursorReference::StaticStruct()
|
|
{
|
|
if (!Z_Registration_Info_UScriptStruct_FHardwareCursorReference.OuterSingleton)
|
|
{
|
|
Z_Registration_Info_UScriptStruct_FHardwareCursorReference.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FHardwareCursorReference, (UObject*)Z_Construct_UPackage__Script_Engine(), TEXT("HardwareCursorReference"));
|
|
}
|
|
return Z_Registration_Info_UScriptStruct_FHardwareCursorReference.OuterSingleton;
|
|
}
|
|
|
|
// ********** Begin ScriptStruct FHardwareCursorReference Property Definitions *********************
|
|
const UECodeGen_Private::FNamePropertyParams Z_Construct_UScriptStruct_FHardwareCursorReference_Statics::NewProp_CursorPath = { "CursorPath", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FHardwareCursorReference, CursorPath), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_CursorPath_MetaData), NewProp_CursorPath_MetaData) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FHardwareCursorReference_Statics::NewProp_HotSpot = { "HotSpot", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FHardwareCursorReference, HotSpot), Z_Construct_UScriptStruct_FVector2D, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_HotSpot_MetaData), NewProp_HotSpot_MetaData) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FHardwareCursorReference_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FHardwareCursorReference_Statics::NewProp_CursorPath,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FHardwareCursorReference_Statics::NewProp_HotSpot,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FHardwareCursorReference_Statics::PropPointers) < 2048);
|
|
// ********** End ScriptStruct FHardwareCursorReference Property Definitions ***********************
|
|
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FHardwareCursorReference_Statics::StructParams = {
|
|
(UObject* (*)())Z_Construct_UPackage__Script_Engine,
|
|
nullptr,
|
|
&NewStructOps,
|
|
"HardwareCursorReference",
|
|
Z_Construct_UScriptStruct_FHardwareCursorReference_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FHardwareCursorReference_Statics::PropPointers),
|
|
sizeof(FHardwareCursorReference),
|
|
alignof(FHardwareCursorReference),
|
|
RF_Public|RF_Transient|RF_MarkAsNative,
|
|
EStructFlags(0x00000001),
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FHardwareCursorReference_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FHardwareCursorReference_Statics::Struct_MetaDataParams)
|
|
};
|
|
UScriptStruct* Z_Construct_UScriptStruct_FHardwareCursorReference()
|
|
{
|
|
if (!Z_Registration_Info_UScriptStruct_FHardwareCursorReference.InnerSingleton)
|
|
{
|
|
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FHardwareCursorReference.InnerSingleton, Z_Construct_UScriptStruct_FHardwareCursorReference_Statics::StructParams);
|
|
}
|
|
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FHardwareCursorReference.InnerSingleton);
|
|
}
|
|
// ********** End ScriptStruct FHardwareCursorReference ********************************************
|
|
|
|
// ********** Begin Class UUserInterfaceSettings Function ShouldDisplayDistanceFieldFontSettings ***
|
|
struct Z_Construct_UFunction_UUserInterfaceSettings_ShouldDisplayDistanceFieldFontSettings_Statics
|
|
{
|
|
struct UserInterfaceSettings_eventShouldDisplayDistanceFieldFontSettings_Parms
|
|
{
|
|
bool ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "ModuleRelativePath", "Classes/Engine/UserInterfaceSettings.h" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function ShouldDisplayDistanceFieldFontSettings constinit property declarations
|
|
static void NewProp_ReturnValue_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function ShouldDisplayDistanceFieldFontSettings constinit property declarations **
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function ShouldDisplayDistanceFieldFontSettings Property Definitions ***********
|
|
void Z_Construct_UFunction_UUserInterfaceSettings_ShouldDisplayDistanceFieldFontSettings_Statics::NewProp_ReturnValue_SetBit(void* Obj)
|
|
{
|
|
((UserInterfaceSettings_eventShouldDisplayDistanceFieldFontSettings_Parms*)Obj)->ReturnValue = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UUserInterfaceSettings_ShouldDisplayDistanceFieldFontSettings_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(UserInterfaceSettings_eventShouldDisplayDistanceFieldFontSettings_Parms), &Z_Construct_UFunction_UUserInterfaceSettings_ShouldDisplayDistanceFieldFontSettings_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UUserInterfaceSettings_ShouldDisplayDistanceFieldFontSettings_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UUserInterfaceSettings_ShouldDisplayDistanceFieldFontSettings_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UUserInterfaceSettings_ShouldDisplayDistanceFieldFontSettings_Statics::PropPointers) < 2048);
|
|
// ********** End Function ShouldDisplayDistanceFieldFontSettings Property Definitions *************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UUserInterfaceSettings_ShouldDisplayDistanceFieldFontSettings_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UUserInterfaceSettings, nullptr, "ShouldDisplayDistanceFieldFontSettings", Z_Construct_UFunction_UUserInterfaceSettings_ShouldDisplayDistanceFieldFontSettings_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UUserInterfaceSettings_ShouldDisplayDistanceFieldFontSettings_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UUserInterfaceSettings_ShouldDisplayDistanceFieldFontSettings_Statics::UserInterfaceSettings_eventShouldDisplayDistanceFieldFontSettings_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x00042401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UUserInterfaceSettings_ShouldDisplayDistanceFieldFontSettings_Statics::Function_MetaDataParams), Z_Construct_UFunction_UUserInterfaceSettings_ShouldDisplayDistanceFieldFontSettings_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UUserInterfaceSettings_ShouldDisplayDistanceFieldFontSettings_Statics::UserInterfaceSettings_eventShouldDisplayDistanceFieldFontSettings_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UUserInterfaceSettings_ShouldDisplayDistanceFieldFontSettings()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UUserInterfaceSettings_ShouldDisplayDistanceFieldFontSettings_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UUserInterfaceSettings::execShouldDisplayDistanceFieldFontSettings)
|
|
{
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(bool*)Z_Param__Result=UUserInterfaceSettings::ShouldDisplayDistanceFieldFontSettings();
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UUserInterfaceSettings Function ShouldDisplayDistanceFieldFontSettings *****
|
|
|
|
// ********** Begin Class UUserInterfaceSettings ***************************************************
|
|
FClassRegistrationInfo Z_Registration_Info_UClass_UUserInterfaceSettings;
|
|
UClass* UUserInterfaceSettings::GetPrivateStaticClass()
|
|
{
|
|
using TClass = UUserInterfaceSettings;
|
|
if (!Z_Registration_Info_UClass_UUserInterfaceSettings.InnerSingleton)
|
|
{
|
|
GetPrivateStaticClassBody(
|
|
TClass::StaticPackage(),
|
|
TEXT("UserInterfaceSettings"),
|
|
Z_Registration_Info_UClass_UUserInterfaceSettings.InnerSingleton,
|
|
StaticRegisterNativesUUserInterfaceSettings,
|
|
sizeof(TClass),
|
|
alignof(TClass),
|
|
TClass::StaticClassFlags,
|
|
TClass::StaticClassCastFlags(),
|
|
TClass::StaticConfigName(),
|
|
(UClass::ClassConstructorType)InternalConstructor<TClass>,
|
|
(UClass::ClassVTableHelperCtorCallerType)InternalVTableHelperCtorCaller<TClass>,
|
|
UOBJECT_CPPCLASS_STATICFUNCTIONS_FORCLASS(TClass),
|
|
&TClass::Super::StaticClass,
|
|
&TClass::WithinClass::StaticClass
|
|
);
|
|
}
|
|
return Z_Registration_Info_UClass_UUserInterfaceSettings.InnerSingleton;
|
|
}
|
|
UClass* Z_Construct_UClass_UUserInterfaceSettings_NoRegister()
|
|
{
|
|
return UUserInterfaceSettings::GetPrivateStaticClass();
|
|
}
|
|
struct Z_Construct_UClass_UUserInterfaceSettings_Statics
|
|
{
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
|
|
{ "Comment", "/**\n * User Interface settings that control Slate and UMG.\n */" },
|
|
{ "DisplayName", "User Interface" },
|
|
{ "IncludePath", "Engine/UserInterfaceSettings.h" },
|
|
{ "ModuleRelativePath", "Classes/Engine/UserInterfaceSettings.h" },
|
|
{ "ToolTip", "User Interface settings that control Slate and UMG." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_RenderFocusRule_MetaData[] = {
|
|
{ "Category", "Focus" },
|
|
{ "Comment", "/**\n\x09 * Rule to determine if we should render the Focus Brush for widgets that have user focus.\n\x09 */" },
|
|
{ "ModuleRelativePath", "Classes/Engine/UserInterfaceSettings.h" },
|
|
{ "ToolTip", "Rule to determine if we should render the Focus Brush for widgets that have user focus." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_HardwareCursors_MetaData[] = {
|
|
{ "Category", "Hardware Cursors" },
|
|
{ "ModuleRelativePath", "Classes/Engine/UserInterfaceSettings.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_SoftwareCursors_MetaData[] = {
|
|
{ "Category", "Software Cursors" },
|
|
{ "MetaClass", "/Script/UMG.UserWidget" },
|
|
{ "ModuleRelativePath", "Classes/Engine/UserInterfaceSettings.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_DefaultCursor_MetaData[] = {
|
|
{ "Comment", "// DEPRECATED 4.16\n" },
|
|
{ "ModuleRelativePath", "Classes/Engine/UserInterfaceSettings.h" },
|
|
{ "ToolTip", "DEPRECATED 4.16" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_TextEditBeamCursor_MetaData[] = {
|
|
{ "Comment", "// DEPRECATED 4.16\n" },
|
|
{ "ModuleRelativePath", "Classes/Engine/UserInterfaceSettings.h" },
|
|
{ "ToolTip", "DEPRECATED 4.16" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_CrosshairsCursor_MetaData[] = {
|
|
{ "Comment", "// DEPRECATED 4.16\n" },
|
|
{ "ModuleRelativePath", "Classes/Engine/UserInterfaceSettings.h" },
|
|
{ "ToolTip", "DEPRECATED 4.16" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_HandCursor_MetaData[] = {
|
|
{ "Comment", "// DEPRECATED 4.16\n" },
|
|
{ "ModuleRelativePath", "Classes/Engine/UserInterfaceSettings.h" },
|
|
{ "ToolTip", "DEPRECATED 4.16" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_GrabHandCursor_MetaData[] = {
|
|
{ "Comment", "// DEPRECATED 4.16\n" },
|
|
{ "ModuleRelativePath", "Classes/Engine/UserInterfaceSettings.h" },
|
|
{ "ToolTip", "DEPRECATED 4.16" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_GrabHandClosedCursor_MetaData[] = {
|
|
{ "Comment", "// DEPRECATED 4.16\n" },
|
|
{ "ModuleRelativePath", "Classes/Engine/UserInterfaceSettings.h" },
|
|
{ "ToolTip", "DEPRECATED 4.16" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_SlashedCircleCursor_MetaData[] = {
|
|
{ "Comment", "// DEPRECATED 4.16\n" },
|
|
{ "ModuleRelativePath", "Classes/Engine/UserInterfaceSettings.h" },
|
|
{ "ToolTip", "DEPRECATED 4.16" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ApplicationScale_MetaData[] = {
|
|
{ "Category", "DPI Scaling" },
|
|
{ "Comment", "/**\n\x09 * An optional application scale to apply on top of the custom scaling rules. So if you want to expose a \n\x09 * property in your game title, you can modify this underlying value to scale the entire UI.\n\x09 */" },
|
|
{ "ModuleRelativePath", "Classes/Engine/UserInterfaceSettings.h" },
|
|
{ "ToolTip", "An optional application scale to apply on top of the custom scaling rules. So if you want to expose a\nproperty in your game title, you can modify this underlying value to scale the entire UI." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_UIScaleRule_MetaData[] = {
|
|
{ "Category", "DPI Scaling" },
|
|
{ "Comment", "/**\n\x09 * The rule used when trying to decide what scale to apply.\n\x09 */" },
|
|
{ "DisplayName", "DPI Scale Rule" },
|
|
{ "ModuleRelativePath", "Classes/Engine/UserInterfaceSettings.h" },
|
|
{ "ToolTip", "The rule used when trying to decide what scale to apply." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_CustomScalingRuleClass_MetaData[] = {
|
|
{ "Category", "DPI Scaling" },
|
|
{ "Comment", "/**\n\x09 * Set DPI Scale Rule to Custom, and this class will be used instead of any of the built-in rules.\n\x09 */" },
|
|
{ "MetaClass", "/Script/Engine.DPICustomScalingRule" },
|
|
{ "ModuleRelativePath", "Classes/Engine/UserInterfaceSettings.h" },
|
|
{ "ToolTip", "Set DPI Scale Rule to Custom, and this class will be used instead of any of the built-in rules." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_UIScaleCurve_MetaData[] = {
|
|
{ "Category", "DPI Scaling" },
|
|
{ "Comment", "/**\n\x09 * Controls how the UI is scaled at different resolutions based on the DPI Scale Rule\n\x09 */" },
|
|
{ "DisplayName", "DPI Curve" },
|
|
{ "ModuleRelativePath", "Classes/Engine/UserInterfaceSettings.h" },
|
|
{ "ToolTip", "Controls how the UI is scaled at different resolutions based on the DPI Scale Rule" },
|
|
{ "XAxisName", "Resolution" },
|
|
{ "YAxisName", "Scale" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bAllowHighDPIInGameMode_MetaData[] = {
|
|
{ "Category", "DPI Scaling" },
|
|
{ "Comment", "/**\n\x09 * If true, game window on desktop platforms will be created with high-DPI awareness enabled.\n\x09 * Recommended to be enabled only if the game's UI allows users to modify 3D resolution scaling.\n\x09 */" },
|
|
{ "DisplayName", "Allow High DPI in Game Mode" },
|
|
{ "ModuleRelativePath", "Classes/Engine/UserInterfaceSettings.h" },
|
|
{ "ToolTip", "If true, game window on desktop platforms will be created with high-DPI awareness enabled.\nRecommended to be enabled only if the game's UI allows users to modify 3D resolution scaling." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_DesignScreenSize_MetaData[] = {
|
|
{ "Category", "DPI Scaling|Scale To Fit Rule" },
|
|
{ "ClampMin", "1" },
|
|
{ "Comment", "/** Used only with ScaleToFit scaling rule. Defines native resolution for which were source UI textures created. DPI scaling will be 1.0 at this screen resolution. */" },
|
|
{ "DisplayName", "Design Screen Size" },
|
|
{ "ModuleRelativePath", "Classes/Engine/UserInterfaceSettings.h" },
|
|
{ "ToolTip", "Used only with ScaleToFit scaling rule. Defines native resolution for which were source UI textures created. DPI scaling will be 1.0 at this screen resolution." },
|
|
{ "UIMin", "1" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bLoadWidgetsOnDedicatedServer_MetaData[] = {
|
|
{ "Category", "Widgets" },
|
|
{ "Comment", "/**\n\x09 * If false, widget references will be stripped during cook for server builds and not loaded at runtime.\n\x09 */" },
|
|
{ "ModuleRelativePath", "Classes/Engine/UserInterfaceSettings.h" },
|
|
{ "ToolTip", "If false, widget references will be stripped during cook for server builds and not loaded at runtime." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bAuthorizeAutomaticWidgetVariableCreation_MetaData[] = {
|
|
{ "Category", "Widgets" },
|
|
{ "Comment", "/** \n\x09 * Setting to authorize or not automatic variable creation.\n\x09 * If true, variables will be created automatically, if the type created allows it. Drawback: it's easier to have a bad data architecture because various blueprint graph will have access to many variables.\n\x09 * If false, variables are never created automatically, and you have to create them manually on a case by case basis.\n\x09 */" },
|
|
{ "ModuleRelativePath", "Classes/Engine/UserInterfaceSettings.h" },
|
|
{ "ToolTip", "Setting to authorize or not automatic variable creation.\nIf true, variables will be created automatically, if the type created allows it. Drawback: it's easier to have a bad data architecture because various blueprint graph will have access to many variables.\nIf false, variables are never created automatically, and you have to create them manually on a case by case basis." },
|
|
};
|
|
#if WITH_EDITORONLY_DATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_CustomFontDPI_MetaData[] = {
|
|
{ "Category", "UMG Fonts" },
|
|
{ "ClampMax", "1000" },
|
|
{ "ClampMin", "1" },
|
|
{ "Comment", "/**\n\x09 * Controls the relationship between UMG font size and pixel height.\n\x09 */" },
|
|
{ "DisplayName", "Font Resolution" },
|
|
{ "EditCondition", "bUseCustomFontDPI" },
|
|
{ "EditConditionHides", "" },
|
|
{ "ModuleRelativePath", "Classes/Engine/UserInterfaceSettings.h" },
|
|
{ "ToolTip", "Controls the relationship between UMG font size and pixel height." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_FontDPIPreset_MetaData[] = {
|
|
{ "Category", "UMG Fonts" },
|
|
{ "Comment", "/**\n\x09 * Controls the relationship between UMG font size and pixel height.\n\x09 */" },
|
|
{ "DisplayName", "Font Resolution" },
|
|
{ "EditCondition", "!bUseCustomFontDPI" },
|
|
{ "EditConditionHides", "" },
|
|
{ "ModuleRelativePath", "Classes/Engine/UserInterfaceSettings.h" },
|
|
{ "ToolTip", "Controls the relationship between UMG font size and pixel height." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bUseCustomFontDPI_MetaData[] = {
|
|
{ "Category", "UMG Fonts" },
|
|
{ "Comment", "/**\n\x09 * To set your own custom value, check this box, then enter the value in the text box.\n\x09 */" },
|
|
{ "DisplayName", "Use Custom DPI" },
|
|
{ "ModuleRelativePath", "Classes/Engine/UserInterfaceSettings.h" },
|
|
{ "ToolTip", "To set your own custom value, check this box, then enter the value in the text box." },
|
|
};
|
|
#endif // WITH_EDITORONLY_DATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bEnableDistanceFieldFontRasterization_MetaData[] = {
|
|
{ "Category", "UMG Fonts" },
|
|
{ "EditCondition", "ShouldDisplayDistanceFieldFontSettings()" },
|
|
{ "EditConditionHides", "" },
|
|
{ "ModuleRelativePath", "Classes/Engine/UserInterfaceSettings.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_CursorClasses_MetaData[] = {
|
|
{ "Comment", "// This is just holding on to references to prevent GC in the Editor (tied to the lifetime of this object)\n" },
|
|
{ "ModuleRelativePath", "Classes/Engine/UserInterfaceSettings.h" },
|
|
{ "ToolTip", "This is just holding on to references to prevent GC in the Editor (tied to the lifetime of this object)" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_CustomScalingRuleClassInstance_MetaData[] = {
|
|
{ "ModuleRelativePath", "Classes/Engine/UserInterfaceSettings.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_CustomScalingRule_MetaData[] = {
|
|
{ "ModuleRelativePath", "Classes/Engine/UserInterfaceSettings.h" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Class UUserInterfaceSettings constinit property declarations *******************
|
|
static const UECodeGen_Private::FBytePropertyParams NewProp_RenderFocusRule_Underlying;
|
|
static const UECodeGen_Private::FEnumPropertyParams NewProp_RenderFocusRule;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_HardwareCursors_ValueProp;
|
|
static const UECodeGen_Private::FBytePropertyParams NewProp_HardwareCursors_Key_KeyProp;
|
|
static const UECodeGen_Private::FMapPropertyParams NewProp_HardwareCursors;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_SoftwareCursors_ValueProp;
|
|
static const UECodeGen_Private::FBytePropertyParams NewProp_SoftwareCursors_Key_KeyProp;
|
|
static const UECodeGen_Private::FMapPropertyParams NewProp_SoftwareCursors;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_DefaultCursor;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_TextEditBeamCursor;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_CrosshairsCursor;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_HandCursor;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_GrabHandCursor;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_GrabHandClosedCursor;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_SlashedCircleCursor;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_ApplicationScale;
|
|
static const UECodeGen_Private::FBytePropertyParams NewProp_UIScaleRule_Underlying;
|
|
static const UECodeGen_Private::FEnumPropertyParams NewProp_UIScaleRule;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_CustomScalingRuleClass;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_UIScaleCurve;
|
|
static void NewProp_bAllowHighDPIInGameMode_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_bAllowHighDPIInGameMode;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_DesignScreenSize;
|
|
static void NewProp_bLoadWidgetsOnDedicatedServer_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_bLoadWidgetsOnDedicatedServer;
|
|
static void NewProp_bAuthorizeAutomaticWidgetVariableCreation_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_bAuthorizeAutomaticWidgetVariableCreation;
|
|
#if WITH_EDITORONLY_DATA
|
|
static const UECodeGen_Private::FUInt32PropertyParams NewProp_CustomFontDPI;
|
|
static const UECodeGen_Private::FBytePropertyParams NewProp_FontDPIPreset_Underlying;
|
|
static const UECodeGen_Private::FEnumPropertyParams NewProp_FontDPIPreset;
|
|
static void NewProp_bUseCustomFontDPI_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_bUseCustomFontDPI;
|
|
#endif // WITH_EDITORONLY_DATA
|
|
static void NewProp_bEnableDistanceFieldFontRasterization_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_bEnableDistanceFieldFontRasterization;
|
|
static const UECodeGen_Private::FObjectPropertyParams NewProp_CursorClasses_Inner;
|
|
static const UECodeGen_Private::FArrayPropertyParams NewProp_CursorClasses;
|
|
static const UECodeGen_Private::FClassPropertyParams NewProp_CustomScalingRuleClassInstance;
|
|
static const UECodeGen_Private::FObjectPropertyParams NewProp_CustomScalingRule;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Class UUserInterfaceSettings constinit property declarations *********************
|
|
static constexpr UE::CodeGen::FClassNativeFunction Funcs[] = {
|
|
{ .NameUTF8 = UTF8TEXT("ShouldDisplayDistanceFieldFontSettings"), .Pointer = &UUserInterfaceSettings::execShouldDisplayDistanceFieldFontSettings },
|
|
};
|
|
static UObject* (*const DependentSingletons[])();
|
|
static constexpr FClassFunctionLinkInfo FuncInfo[] = {
|
|
{ &Z_Construct_UFunction_UUserInterfaceSettings_ShouldDisplayDistanceFieldFontSettings, "ShouldDisplayDistanceFieldFontSettings" }, // 1001059084
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(FuncInfo) < 2048);
|
|
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
|
|
TCppClassTypeTraits<UUserInterfaceSettings>::IsAbstract,
|
|
};
|
|
static const UECodeGen_Private::FClassParams ClassParams;
|
|
}; // struct Z_Construct_UClass_UUserInterfaceSettings_Statics
|
|
|
|
// ********** Begin Class UUserInterfaceSettings Property Definitions ******************************
|
|
const UECodeGen_Private::FBytePropertyParams Z_Construct_UClass_UUserInterfaceSettings_Statics::NewProp_RenderFocusRule_Underlying = { "UnderlyingType", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Byte, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, nullptr, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FEnumPropertyParams Z_Construct_UClass_UUserInterfaceSettings_Statics::NewProp_RenderFocusRule = { "RenderFocusRule", nullptr, (EPropertyFlags)0x0010000000004001, UECodeGen_Private::EPropertyGenFlags::Enum, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UUserInterfaceSettings, RenderFocusRule), Z_Construct_UEnum_Engine_ERenderFocusRule, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_RenderFocusRule_MetaData), NewProp_RenderFocusRule_MetaData) }; // 3802624646
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UUserInterfaceSettings_Statics::NewProp_HardwareCursors_ValueProp = { "HardwareCursors", nullptr, (EPropertyFlags)0x0000000000004001, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 1, Z_Construct_UScriptStruct_FHardwareCursorReference, METADATA_PARAMS(0, nullptr) }; // 856737162
|
|
const UECodeGen_Private::FBytePropertyParams Z_Construct_UClass_UUserInterfaceSettings_Statics::NewProp_HardwareCursors_Key_KeyProp = { "HardwareCursors_Key", nullptr, (EPropertyFlags)0x0000000000004001, UECodeGen_Private::EPropertyGenFlags::Byte, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, Z_Construct_UEnum_CoreUObject_EMouseCursor, METADATA_PARAMS(0, nullptr) }; // 540822171
|
|
const UECodeGen_Private::FMapPropertyParams Z_Construct_UClass_UUserInterfaceSettings_Statics::NewProp_HardwareCursors = { "HardwareCursors", nullptr, (EPropertyFlags)0x0010000000004001, UECodeGen_Private::EPropertyGenFlags::Map, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UUserInterfaceSettings, HardwareCursors), EMapPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_HardwareCursors_MetaData), NewProp_HardwareCursors_MetaData) }; // 540822171 856737162
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UUserInterfaceSettings_Statics::NewProp_SoftwareCursors_ValueProp = { "SoftwareCursors", nullptr, (EPropertyFlags)0x0000000000004001, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 1, Z_Construct_UScriptStruct_FSoftClassPath, METADATA_PARAMS(0, nullptr) }; // 3467803280
|
|
const UECodeGen_Private::FBytePropertyParams Z_Construct_UClass_UUserInterfaceSettings_Statics::NewProp_SoftwareCursors_Key_KeyProp = { "SoftwareCursors_Key", nullptr, (EPropertyFlags)0x0000000000004001, UECodeGen_Private::EPropertyGenFlags::Byte, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, Z_Construct_UEnum_CoreUObject_EMouseCursor, METADATA_PARAMS(0, nullptr) }; // 540822171
|
|
const UECodeGen_Private::FMapPropertyParams Z_Construct_UClass_UUserInterfaceSettings_Statics::NewProp_SoftwareCursors = { "SoftwareCursors", nullptr, (EPropertyFlags)0x0010000000004001, UECodeGen_Private::EPropertyGenFlags::Map, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UUserInterfaceSettings, SoftwareCursors), EMapPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_SoftwareCursors_MetaData), NewProp_SoftwareCursors_MetaData) }; // 540822171 3467803280
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UUserInterfaceSettings_Statics::NewProp_DefaultCursor = { "DefaultCursor", nullptr, (EPropertyFlags)0x0010000020004000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UUserInterfaceSettings, DefaultCursor_DEPRECATED), Z_Construct_UScriptStruct_FSoftClassPath, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_DefaultCursor_MetaData), NewProp_DefaultCursor_MetaData) }; // 3467803280
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UUserInterfaceSettings_Statics::NewProp_TextEditBeamCursor = { "TextEditBeamCursor", nullptr, (EPropertyFlags)0x0010000020004000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UUserInterfaceSettings, TextEditBeamCursor_DEPRECATED), Z_Construct_UScriptStruct_FSoftClassPath, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_TextEditBeamCursor_MetaData), NewProp_TextEditBeamCursor_MetaData) }; // 3467803280
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UUserInterfaceSettings_Statics::NewProp_CrosshairsCursor = { "CrosshairsCursor", nullptr, (EPropertyFlags)0x0010000020004000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UUserInterfaceSettings, CrosshairsCursor_DEPRECATED), Z_Construct_UScriptStruct_FSoftClassPath, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_CrosshairsCursor_MetaData), NewProp_CrosshairsCursor_MetaData) }; // 3467803280
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UUserInterfaceSettings_Statics::NewProp_HandCursor = { "HandCursor", nullptr, (EPropertyFlags)0x0010000020004000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UUserInterfaceSettings, HandCursor_DEPRECATED), Z_Construct_UScriptStruct_FSoftClassPath, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_HandCursor_MetaData), NewProp_HandCursor_MetaData) }; // 3467803280
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UUserInterfaceSettings_Statics::NewProp_GrabHandCursor = { "GrabHandCursor", nullptr, (EPropertyFlags)0x0010000020004000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UUserInterfaceSettings, GrabHandCursor_DEPRECATED), Z_Construct_UScriptStruct_FSoftClassPath, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_GrabHandCursor_MetaData), NewProp_GrabHandCursor_MetaData) }; // 3467803280
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UUserInterfaceSettings_Statics::NewProp_GrabHandClosedCursor = { "GrabHandClosedCursor", nullptr, (EPropertyFlags)0x0010000020004000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UUserInterfaceSettings, GrabHandClosedCursor_DEPRECATED), Z_Construct_UScriptStruct_FSoftClassPath, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_GrabHandClosedCursor_MetaData), NewProp_GrabHandClosedCursor_MetaData) }; // 3467803280
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UUserInterfaceSettings_Statics::NewProp_SlashedCircleCursor = { "SlashedCircleCursor", nullptr, (EPropertyFlags)0x0010000020004000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UUserInterfaceSettings, SlashedCircleCursor_DEPRECATED), Z_Construct_UScriptStruct_FSoftClassPath, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_SlashedCircleCursor_MetaData), NewProp_SlashedCircleCursor_MetaData) }; // 3467803280
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UClass_UUserInterfaceSettings_Statics::NewProp_ApplicationScale = { "ApplicationScale", nullptr, (EPropertyFlags)0x0010000000004001, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UUserInterfaceSettings, ApplicationScale), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ApplicationScale_MetaData), NewProp_ApplicationScale_MetaData) };
|
|
const UECodeGen_Private::FBytePropertyParams Z_Construct_UClass_UUserInterfaceSettings_Statics::NewProp_UIScaleRule_Underlying = { "UnderlyingType", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Byte, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, nullptr, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FEnumPropertyParams Z_Construct_UClass_UUserInterfaceSettings_Statics::NewProp_UIScaleRule = { "UIScaleRule", nullptr, (EPropertyFlags)0x0010000000004001, UECodeGen_Private::EPropertyGenFlags::Enum, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UUserInterfaceSettings, UIScaleRule), Z_Construct_UEnum_Engine_EUIScalingRule, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_UIScaleRule_MetaData), NewProp_UIScaleRule_MetaData) }; // 3528211601
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UUserInterfaceSettings_Statics::NewProp_CustomScalingRuleClass = { "CustomScalingRuleClass", nullptr, (EPropertyFlags)0x0010000000004001, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UUserInterfaceSettings, CustomScalingRuleClass), Z_Construct_UScriptStruct_FSoftClassPath, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_CustomScalingRuleClass_MetaData), NewProp_CustomScalingRuleClass_MetaData) }; // 3467803280
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UUserInterfaceSettings_Statics::NewProp_UIScaleCurve = { "UIScaleCurve", nullptr, (EPropertyFlags)0x0010000000004001, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UUserInterfaceSettings, UIScaleCurve), Z_Construct_UScriptStruct_FRuntimeFloatCurve, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_UIScaleCurve_MetaData), NewProp_UIScaleCurve_MetaData) }; // 2560417949
|
|
void Z_Construct_UClass_UUserInterfaceSettings_Statics::NewProp_bAllowHighDPIInGameMode_SetBit(void* Obj)
|
|
{
|
|
((UUserInterfaceSettings*)Obj)->bAllowHighDPIInGameMode = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_UUserInterfaceSettings_Statics::NewProp_bAllowHighDPIInGameMode = { "bAllowHighDPIInGameMode", nullptr, (EPropertyFlags)0x0010000000004001, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(UUserInterfaceSettings), &Z_Construct_UClass_UUserInterfaceSettings_Statics::NewProp_bAllowHighDPIInGameMode_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bAllowHighDPIInGameMode_MetaData), NewProp_bAllowHighDPIInGameMode_MetaData) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UUserInterfaceSettings_Statics::NewProp_DesignScreenSize = { "DesignScreenSize", nullptr, (EPropertyFlags)0x0010000000004001, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UUserInterfaceSettings, DesignScreenSize), Z_Construct_UScriptStruct_FIntPoint, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_DesignScreenSize_MetaData), NewProp_DesignScreenSize_MetaData) };
|
|
void Z_Construct_UClass_UUserInterfaceSettings_Statics::NewProp_bLoadWidgetsOnDedicatedServer_SetBit(void* Obj)
|
|
{
|
|
((UUserInterfaceSettings*)Obj)->bLoadWidgetsOnDedicatedServer = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_UUserInterfaceSettings_Statics::NewProp_bLoadWidgetsOnDedicatedServer = { "bLoadWidgetsOnDedicatedServer", nullptr, (EPropertyFlags)0x0010000000004001, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(UUserInterfaceSettings), &Z_Construct_UClass_UUserInterfaceSettings_Statics::NewProp_bLoadWidgetsOnDedicatedServer_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bLoadWidgetsOnDedicatedServer_MetaData), NewProp_bLoadWidgetsOnDedicatedServer_MetaData) };
|
|
void Z_Construct_UClass_UUserInterfaceSettings_Statics::NewProp_bAuthorizeAutomaticWidgetVariableCreation_SetBit(void* Obj)
|
|
{
|
|
((UUserInterfaceSettings*)Obj)->bAuthorizeAutomaticWidgetVariableCreation = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_UUserInterfaceSettings_Statics::NewProp_bAuthorizeAutomaticWidgetVariableCreation = { "bAuthorizeAutomaticWidgetVariableCreation", nullptr, (EPropertyFlags)0x0010000000004001, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(UUserInterfaceSettings), &Z_Construct_UClass_UUserInterfaceSettings_Statics::NewProp_bAuthorizeAutomaticWidgetVariableCreation_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bAuthorizeAutomaticWidgetVariableCreation_MetaData), NewProp_bAuthorizeAutomaticWidgetVariableCreation_MetaData) };
|
|
#if WITH_EDITORONLY_DATA
|
|
const UECodeGen_Private::FUInt32PropertyParams Z_Construct_UClass_UUserInterfaceSettings_Statics::NewProp_CustomFontDPI = { "CustomFontDPI", nullptr, (EPropertyFlags)0x0040000800004001, UECodeGen_Private::EPropertyGenFlags::UInt32, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UUserInterfaceSettings, CustomFontDPI), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_CustomFontDPI_MetaData), NewProp_CustomFontDPI_MetaData) };
|
|
const UECodeGen_Private::FBytePropertyParams Z_Construct_UClass_UUserInterfaceSettings_Statics::NewProp_FontDPIPreset_Underlying = { "UnderlyingType", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Byte, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, nullptr, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FEnumPropertyParams Z_Construct_UClass_UUserInterfaceSettings_Statics::NewProp_FontDPIPreset = { "FontDPIPreset", nullptr, (EPropertyFlags)0x0040000800004001, UECodeGen_Private::EPropertyGenFlags::Enum, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UUserInterfaceSettings, FontDPIPreset), Z_Construct_UEnum_Engine_EFontDPI, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_FontDPIPreset_MetaData), NewProp_FontDPIPreset_MetaData) }; // 3005765772
|
|
void Z_Construct_UClass_UUserInterfaceSettings_Statics::NewProp_bUseCustomFontDPI_SetBit(void* Obj)
|
|
{
|
|
((UUserInterfaceSettings*)Obj)->bUseCustomFontDPI = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_UUserInterfaceSettings_Statics::NewProp_bUseCustomFontDPI = { "bUseCustomFontDPI", nullptr, (EPropertyFlags)0x0040000800004001, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(UUserInterfaceSettings), &Z_Construct_UClass_UUserInterfaceSettings_Statics::NewProp_bUseCustomFontDPI_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bUseCustomFontDPI_MetaData), NewProp_bUseCustomFontDPI_MetaData) };
|
|
#endif // WITH_EDITORONLY_DATA
|
|
void Z_Construct_UClass_UUserInterfaceSettings_Statics::NewProp_bEnableDistanceFieldFontRasterization_SetBit(void* Obj)
|
|
{
|
|
((UUserInterfaceSettings*)Obj)->bEnableDistanceFieldFontRasterization = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_UUserInterfaceSettings_Statics::NewProp_bEnableDistanceFieldFontRasterization = { "bEnableDistanceFieldFontRasterization", nullptr, (EPropertyFlags)0x0010000000004001, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(UUserInterfaceSettings), &Z_Construct_UClass_UUserInterfaceSettings_Statics::NewProp_bEnableDistanceFieldFontRasterization_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bEnableDistanceFieldFontRasterization_MetaData), NewProp_bEnableDistanceFieldFontRasterization_MetaData) };
|
|
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UClass_UUserInterfaceSettings_Statics::NewProp_CursorClasses_Inner = { "CursorClasses", nullptr, (EPropertyFlags)0x0104000000000000, UECodeGen_Private::EPropertyGenFlags::Object | UECodeGen_Private::EPropertyGenFlags::ObjectPtr, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, Z_Construct_UClass_UObject_NoRegister, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UClass_UUserInterfaceSettings_Statics::NewProp_CursorClasses = { "CursorClasses", nullptr, (EPropertyFlags)0x0144000000002000, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UUserInterfaceSettings, CursorClasses), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_CursorClasses_MetaData), NewProp_CursorClasses_MetaData) };
|
|
const UECodeGen_Private::FClassPropertyParams Z_Construct_UClass_UUserInterfaceSettings_Statics::NewProp_CustomScalingRuleClassInstance = { "CustomScalingRuleClassInstance", nullptr, (EPropertyFlags)0x0144000000002000, UECodeGen_Private::EPropertyGenFlags::Class | UECodeGen_Private::EPropertyGenFlags::ObjectPtr, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UUserInterfaceSettings, CustomScalingRuleClassInstance), Z_Construct_UClass_UClass_NoRegister, Z_Construct_UClass_UObject_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_CustomScalingRuleClassInstance_MetaData), NewProp_CustomScalingRuleClassInstance_MetaData) };
|
|
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UClass_UUserInterfaceSettings_Statics::NewProp_CustomScalingRule = { "CustomScalingRule", nullptr, (EPropertyFlags)0x0144000000002000, UECodeGen_Private::EPropertyGenFlags::Object | UECodeGen_Private::EPropertyGenFlags::ObjectPtr, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UUserInterfaceSettings, CustomScalingRule), Z_Construct_UClass_UDPICustomScalingRule_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_CustomScalingRule_MetaData), NewProp_CustomScalingRule_MetaData) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UUserInterfaceSettings_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UUserInterfaceSettings_Statics::NewProp_RenderFocusRule_Underlying,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UUserInterfaceSettings_Statics::NewProp_RenderFocusRule,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UUserInterfaceSettings_Statics::NewProp_HardwareCursors_ValueProp,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UUserInterfaceSettings_Statics::NewProp_HardwareCursors_Key_KeyProp,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UUserInterfaceSettings_Statics::NewProp_HardwareCursors,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UUserInterfaceSettings_Statics::NewProp_SoftwareCursors_ValueProp,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UUserInterfaceSettings_Statics::NewProp_SoftwareCursors_Key_KeyProp,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UUserInterfaceSettings_Statics::NewProp_SoftwareCursors,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UUserInterfaceSettings_Statics::NewProp_DefaultCursor,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UUserInterfaceSettings_Statics::NewProp_TextEditBeamCursor,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UUserInterfaceSettings_Statics::NewProp_CrosshairsCursor,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UUserInterfaceSettings_Statics::NewProp_HandCursor,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UUserInterfaceSettings_Statics::NewProp_GrabHandCursor,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UUserInterfaceSettings_Statics::NewProp_GrabHandClosedCursor,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UUserInterfaceSettings_Statics::NewProp_SlashedCircleCursor,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UUserInterfaceSettings_Statics::NewProp_ApplicationScale,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UUserInterfaceSettings_Statics::NewProp_UIScaleRule_Underlying,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UUserInterfaceSettings_Statics::NewProp_UIScaleRule,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UUserInterfaceSettings_Statics::NewProp_CustomScalingRuleClass,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UUserInterfaceSettings_Statics::NewProp_UIScaleCurve,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UUserInterfaceSettings_Statics::NewProp_bAllowHighDPIInGameMode,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UUserInterfaceSettings_Statics::NewProp_DesignScreenSize,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UUserInterfaceSettings_Statics::NewProp_bLoadWidgetsOnDedicatedServer,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UUserInterfaceSettings_Statics::NewProp_bAuthorizeAutomaticWidgetVariableCreation,
|
|
#if WITH_EDITORONLY_DATA
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UUserInterfaceSettings_Statics::NewProp_CustomFontDPI,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UUserInterfaceSettings_Statics::NewProp_FontDPIPreset_Underlying,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UUserInterfaceSettings_Statics::NewProp_FontDPIPreset,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UUserInterfaceSettings_Statics::NewProp_bUseCustomFontDPI,
|
|
#endif // WITH_EDITORONLY_DATA
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UUserInterfaceSettings_Statics::NewProp_bEnableDistanceFieldFontRasterization,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UUserInterfaceSettings_Statics::NewProp_CursorClasses_Inner,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UUserInterfaceSettings_Statics::NewProp_CursorClasses,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UUserInterfaceSettings_Statics::NewProp_CustomScalingRuleClassInstance,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UUserInterfaceSettings_Statics::NewProp_CustomScalingRule,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UUserInterfaceSettings_Statics::PropPointers) < 2048);
|
|
// ********** End Class UUserInterfaceSettings Property Definitions ********************************
|
|
UObject* (*const Z_Construct_UClass_UUserInterfaceSettings_Statics::DependentSingletons[])() = {
|
|
(UObject* (*)())Z_Construct_UClass_UDeveloperSettings,
|
|
(UObject* (*)())Z_Construct_UPackage__Script_Engine,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UUserInterfaceSettings_Statics::DependentSingletons) < 16);
|
|
const UECodeGen_Private::FClassParams Z_Construct_UClass_UUserInterfaceSettings_Statics::ClassParams = {
|
|
&UUserInterfaceSettings::StaticClass,
|
|
"Engine",
|
|
&StaticCppClassTypeInfo,
|
|
DependentSingletons,
|
|
FuncInfo,
|
|
Z_Construct_UClass_UUserInterfaceSettings_Statics::PropPointers,
|
|
nullptr,
|
|
UE_ARRAY_COUNT(DependentSingletons),
|
|
UE_ARRAY_COUNT(FuncInfo),
|
|
UE_ARRAY_COUNT(Z_Construct_UClass_UUserInterfaceSettings_Statics::PropPointers),
|
|
0,
|
|
0x000800A6u,
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UUserInterfaceSettings_Statics::Class_MetaDataParams), Z_Construct_UClass_UUserInterfaceSettings_Statics::Class_MetaDataParams)
|
|
};
|
|
void UUserInterfaceSettings::StaticRegisterNativesUUserInterfaceSettings()
|
|
{
|
|
UClass* Class = UUserInterfaceSettings::StaticClass();
|
|
FNativeFunctionRegistrar::RegisterFunctions(Class, MakeConstArrayView(Z_Construct_UClass_UUserInterfaceSettings_Statics::Funcs));
|
|
}
|
|
UClass* Z_Construct_UClass_UUserInterfaceSettings()
|
|
{
|
|
if (!Z_Registration_Info_UClass_UUserInterfaceSettings.OuterSingleton)
|
|
{
|
|
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UUserInterfaceSettings.OuterSingleton, Z_Construct_UClass_UUserInterfaceSettings_Statics::ClassParams);
|
|
}
|
|
return Z_Registration_Info_UClass_UUserInterfaceSettings.OuterSingleton;
|
|
}
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UUserInterfaceSettings);
|
|
UUserInterfaceSettings::~UUserInterfaceSettings() {}
|
|
// ********** End Class UUserInterfaceSettings *****************************************************
|
|
|
|
// ********** Begin Registration *******************************************************************
|
|
struct Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Classes_Engine_UserInterfaceSettings_h__Script_Engine_Statics
|
|
{
|
|
static constexpr FEnumRegisterCompiledInInfo EnumInfo[] = {
|
|
{ ERenderFocusRule_StaticEnum, TEXT("ERenderFocusRule"), &Z_Registration_Info_UEnum_ERenderFocusRule, CONSTRUCT_RELOAD_VERSION_INFO(FEnumReloadVersionInfo, 3802624646U) },
|
|
{ EUIScalingRule_StaticEnum, TEXT("EUIScalingRule"), &Z_Registration_Info_UEnum_EUIScalingRule, CONSTRUCT_RELOAD_VERSION_INFO(FEnumReloadVersionInfo, 3528211601U) },
|
|
{ EFontDPI_StaticEnum, TEXT("EFontDPI"), &Z_Registration_Info_UEnum_EFontDPI, CONSTRUCT_RELOAD_VERSION_INFO(FEnumReloadVersionInfo, 3005765772U) },
|
|
};
|
|
static constexpr FStructRegisterCompiledInInfo ScriptStructInfo[] = {
|
|
{ FHardwareCursorReference::StaticStruct, Z_Construct_UScriptStruct_FHardwareCursorReference_Statics::NewStructOps, TEXT("HardwareCursorReference"),&Z_Registration_Info_UScriptStruct_FHardwareCursorReference, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FHardwareCursorReference), 856737162U) },
|
|
};
|
|
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
|
|
{ Z_Construct_UClass_UUserInterfaceSettings, UUserInterfaceSettings::StaticClass, TEXT("UUserInterfaceSettings"), &Z_Registration_Info_UClass_UUserInterfaceSettings, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UUserInterfaceSettings), 998883020U) },
|
|
};
|
|
}; // Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Classes_Engine_UserInterfaceSettings_h__Script_Engine_Statics
|
|
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Classes_Engine_UserInterfaceSettings_h__Script_Engine_1397961851{
|
|
TEXT("/Script/Engine"),
|
|
Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Classes_Engine_UserInterfaceSettings_h__Script_Engine_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Classes_Engine_UserInterfaceSettings_h__Script_Engine_Statics::ClassInfo),
|
|
Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Classes_Engine_UserInterfaceSettings_h__Script_Engine_Statics::ScriptStructInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Classes_Engine_UserInterfaceSettings_h__Script_Engine_Statics::ScriptStructInfo),
|
|
Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Classes_Engine_UserInterfaceSettings_h__Script_Engine_Statics::EnumInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Classes_Engine_UserInterfaceSettings_h__Script_Engine_Statics::EnumInfo),
|
|
};
|
|
// ********** End Registration *********************************************************************
|
|
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|