Initial Commit

This commit is contained in:
Norman Lansing
2026-01-28 19:08:51 -05:00
commit ecb33115bf
54042 changed files with 9695586 additions and 0 deletions

View File

@@ -0,0 +1,29 @@
// 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"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
void EmptyLinkFunctionForGeneratedCodePIEPreviewDeviceProfileSelector_init() {}
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT"); static FPackageRegistrationInfo Z_Registration_Info_UPackage__Script_PIEPreviewDeviceProfileSelector;
FORCENOINLINE UPackage* Z_Construct_UPackage__Script_PIEPreviewDeviceProfileSelector()
{
if (!Z_Registration_Info_UPackage__Script_PIEPreviewDeviceProfileSelector.OuterSingleton)
{
static const UECodeGen_Private::FPackageParams PackageParams = {
"/Script/PIEPreviewDeviceProfileSelector",
nullptr,
0,
PKG_CompiledIn | 0x00000040,
0x5E02A488,
0xE73190BE,
METADATA_PARAMS(0, nullptr)
};
UECodeGen_Private::ConstructUPackage(Z_Registration_Info_UPackage__Script_PIEPreviewDeviceProfileSelector.OuterSingleton, PackageParams);
}
return Z_Registration_Info_UPackage__Script_PIEPreviewDeviceProfileSelector.OuterSingleton;
}
static FRegisterCompiledInInfo Z_CompiledInDeferPackage_UPackage__Script_PIEPreviewDeviceProfileSelector(Z_Construct_UPackage__Script_PIEPreviewDeviceProfileSelector, TEXT("/Script/PIEPreviewDeviceProfileSelector"), Z_Registration_Info_UPackage__Script_PIEPreviewDeviceProfileSelector, CONSTRUCT_RELOAD_VERSION_INFO(FPackageReloadVersionInfo, 0x5E02A488, 0xE73190BE));
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,10 @@
// Copyright Epic Games, Inc. All Rights Reserved.
/*===========================================================================
Generated code exported from UnrealHeaderTool.
DO NOT modify this manually! Edit the corresponding .h files instead!
===========================================================================*/
#pragma once

View File

@@ -0,0 +1,144 @@
// 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 "PIEPreviewSettings.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodePIEPreviewSettings() {}
// ********** Begin Cross Module References ********************************************************
COREUOBJECT_API UClass* Z_Construct_UClass_UObject();
PIEPREVIEWDEVICEPROFILESELECTOR_API UClass* Z_Construct_UClass_UPIEPreviewSettings();
PIEPREVIEWDEVICEPROFILESELECTOR_API UClass* Z_Construct_UClass_UPIEPreviewSettings_NoRegister();
UPackage* Z_Construct_UPackage__Script_PIEPreviewDeviceProfileSelector();
// ********** End Cross Module References **********************************************************
// ********** Begin Class UPIEPreviewSettings ******************************************************
FClassRegistrationInfo Z_Registration_Info_UClass_UPIEPreviewSettings;
UClass* UPIEPreviewSettings::GetPrivateStaticClass()
{
using TClass = UPIEPreviewSettings;
if (!Z_Registration_Info_UClass_UPIEPreviewSettings.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("PIEPreviewSettings"),
Z_Registration_Info_UClass_UPIEPreviewSettings.InnerSingleton,
StaticRegisterNativesUPIEPreviewSettings,
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_UPIEPreviewSettings.InnerSingleton;
}
UClass* Z_Construct_UClass_UPIEPreviewSettings_NoRegister()
{
return UPIEPreviewSettings::GetPrivateStaticClass();
}
struct Z_Construct_UClass_UPIEPreviewSettings_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "HideCategories", "Object" },
{ "IncludePath", "PIEPreviewSettings.h" },
{ "ModuleRelativePath", "Private/PIEPreviewSettings.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_WindowPosX_MetaData[] = {
{ "ModuleRelativePath", "Private/PIEPreviewSettings.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_WindowPosY_MetaData[] = {
{ "ModuleRelativePath", "Private/PIEPreviewSettings.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_WindowScalingFactor_MetaData[] = {
{ "ModuleRelativePath", "Private/PIEPreviewSettings.h" },
};
#endif // WITH_METADATA
// ********** Begin Class UPIEPreviewSettings constinit property declarations **********************
static const UECodeGen_Private::FIntPropertyParams NewProp_WindowPosX;
static const UECodeGen_Private::FIntPropertyParams NewProp_WindowPosY;
static const UECodeGen_Private::FFloatPropertyParams NewProp_WindowScalingFactor;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Class UPIEPreviewSettings constinit property declarations ************************
static UObject* (*const DependentSingletons[])();
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<UPIEPreviewSettings>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_UPIEPreviewSettings_Statics
// ********** Begin Class UPIEPreviewSettings Property Definitions *********************************
const UECodeGen_Private::FIntPropertyParams Z_Construct_UClass_UPIEPreviewSettings_Statics::NewProp_WindowPosX = { "WindowPosX", nullptr, (EPropertyFlags)0x0010000000004000, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UPIEPreviewSettings, WindowPosX), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_WindowPosX_MetaData), NewProp_WindowPosX_MetaData) };
const UECodeGen_Private::FIntPropertyParams Z_Construct_UClass_UPIEPreviewSettings_Statics::NewProp_WindowPosY = { "WindowPosY", nullptr, (EPropertyFlags)0x0010000000004000, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UPIEPreviewSettings, WindowPosY), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_WindowPosY_MetaData), NewProp_WindowPosY_MetaData) };
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UClass_UPIEPreviewSettings_Statics::NewProp_WindowScalingFactor = { "WindowScalingFactor", nullptr, (EPropertyFlags)0x0010000000004000, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UPIEPreviewSettings, WindowScalingFactor), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_WindowScalingFactor_MetaData), NewProp_WindowScalingFactor_MetaData) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UPIEPreviewSettings_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UPIEPreviewSettings_Statics::NewProp_WindowPosX,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UPIEPreviewSettings_Statics::NewProp_WindowPosY,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UPIEPreviewSettings_Statics::NewProp_WindowScalingFactor,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UPIEPreviewSettings_Statics::PropPointers) < 2048);
// ********** End Class UPIEPreviewSettings Property Definitions ***********************************
UObject* (*const Z_Construct_UClass_UPIEPreviewSettings_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UObject,
(UObject* (*)())Z_Construct_UPackage__Script_PIEPreviewDeviceProfileSelector,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UPIEPreviewSettings_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_UPIEPreviewSettings_Statics::ClassParams = {
&UPIEPreviewSettings::StaticClass,
"PIEPreviewSettings",
&StaticCppClassTypeInfo,
DependentSingletons,
nullptr,
Z_Construct_UClass_UPIEPreviewSettings_Statics::PropPointers,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
0,
UE_ARRAY_COUNT(Z_Construct_UClass_UPIEPreviewSettings_Statics::PropPointers),
0,
0x000800A4u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UPIEPreviewSettings_Statics::Class_MetaDataParams), Z_Construct_UClass_UPIEPreviewSettings_Statics::Class_MetaDataParams)
};
void UPIEPreviewSettings::StaticRegisterNativesUPIEPreviewSettings()
{
}
UClass* Z_Construct_UClass_UPIEPreviewSettings()
{
if (!Z_Registration_Info_UClass_UPIEPreviewSettings.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UPIEPreviewSettings.OuterSingleton, Z_Construct_UClass_UPIEPreviewSettings_Statics::ClassParams);
}
return Z_Registration_Info_UClass_UPIEPreviewSettings.OuterSingleton;
}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UPIEPreviewSettings);
UPIEPreviewSettings::~UPIEPreviewSettings() {}
// ********** End Class UPIEPreviewSettings ********************************************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Source_Editor_PIEPreviewDeviceProfileSelector_Private_PIEPreviewSettings_h__Script_PIEPreviewDeviceProfileSelector_Statics
{
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
{ Z_Construct_UClass_UPIEPreviewSettings, UPIEPreviewSettings::StaticClass, TEXT("UPIEPreviewSettings"), &Z_Registration_Info_UClass_UPIEPreviewSettings, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UPIEPreviewSettings), 3112028350U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Source_Editor_PIEPreviewDeviceProfileSelector_Private_PIEPreviewSettings_h__Script_PIEPreviewDeviceProfileSelector_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Source_Editor_PIEPreviewDeviceProfileSelector_Private_PIEPreviewSettings_h__Script_PIEPreviewDeviceProfileSelector_2509261479{
TEXT("/Script/PIEPreviewDeviceProfileSelector"),
Z_CompiledInDeferFile_FID_Engine_Source_Editor_PIEPreviewDeviceProfileSelector_Private_PIEPreviewSettings_h__Script_PIEPreviewDeviceProfileSelector_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Editor_PIEPreviewDeviceProfileSelector_Private_PIEPreviewSettings_h__Script_PIEPreviewDeviceProfileSelector_Statics::ClassInfo),
nullptr, 0,
nullptr, 0,
};
// ********** End Registration *********************************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,65 @@
// Copyright Epic Games, Inc. All Rights Reserved.
/*===========================================================================
Generated code exported from UnrealHeaderTool.
DO NOT modify this manually! Edit the corresponding .h files instead!
===========================================================================*/
// IWYU pragma: private, include "PIEPreviewSettings.h"
#ifdef PIEPREVIEWDEVICEPROFILESELECTOR_PIEPreviewSettings_generated_h
#error "PIEPreviewSettings.generated.h already included, missing '#pragma once' in PIEPreviewSettings.h"
#endif
#define PIEPREVIEWDEVICEPROFILESELECTOR_PIEPreviewSettings_generated_h
#include "UObject/ObjectMacros.h"
#include "UObject/ScriptMacros.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
// ********** Begin Class UPIEPreviewSettings ******************************************************
struct Z_Construct_UClass_UPIEPreviewSettings_Statics;
PIEPREVIEWDEVICEPROFILESELECTOR_API UClass* Z_Construct_UClass_UPIEPreviewSettings_NoRegister();
#define FID_Engine_Source_Editor_PIEPreviewDeviceProfileSelector_Private_PIEPreviewSettings_h_19_INCLASS \
private: \
static void StaticRegisterNativesUPIEPreviewSettings(); \
friend struct ::Z_Construct_UClass_UPIEPreviewSettings_Statics; \
static UClass* GetPrivateStaticClass(); \
friend PIEPREVIEWDEVICEPROFILESELECTOR_API UClass* ::Z_Construct_UClass_UPIEPreviewSettings_NoRegister(); \
public: \
DECLARE_CLASS2(UPIEPreviewSettings, UObject, COMPILED_IN_FLAGS(0 | CLASS_Config), CASTCLASS_None, TEXT("/Script/PIEPreviewDeviceProfileSelector"), Z_Construct_UClass_UPIEPreviewSettings_NoRegister) \
DECLARE_SERIALIZER(UPIEPreviewSettings) \
static constexpr const TCHAR* StaticConfigName() {return TEXT("PIEPreviewSettings");} \
#define FID_Engine_Source_Editor_PIEPreviewDeviceProfileSelector_Private_PIEPreviewSettings_h_19_STANDARD_CONSTRUCTORS \
/** Standard constructor, called after all reflected properties have been initialized */ \
PIEPREVIEWDEVICEPROFILESELECTOR_API UPIEPreviewSettings(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UPIEPreviewSettings) \
DECLARE_VTABLE_PTR_HELPER_CTOR(PIEPREVIEWDEVICEPROFILESELECTOR_API, UPIEPreviewSettings); \
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UPIEPreviewSettings); \
/** Deleted move- and copy-constructors, should never be used */ \
UPIEPreviewSettings(UPIEPreviewSettings&&) = delete; \
UPIEPreviewSettings(const UPIEPreviewSettings&) = delete; \
PIEPREVIEWDEVICEPROFILESELECTOR_API virtual ~UPIEPreviewSettings();
#define FID_Engine_Source_Editor_PIEPreviewDeviceProfileSelector_Private_PIEPreviewSettings_h_16_PROLOG
#define FID_Engine_Source_Editor_PIEPreviewDeviceProfileSelector_Private_PIEPreviewSettings_h_19_GENERATED_BODY_LEGACY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_Engine_Source_Editor_PIEPreviewDeviceProfileSelector_Private_PIEPreviewSettings_h_19_INCLASS \
FID_Engine_Source_Editor_PIEPreviewDeviceProfileSelector_Private_PIEPreviewSettings_h_19_STANDARD_CONSTRUCTORS \
public: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
class UPIEPreviewSettings;
// ********** End Class UPIEPreviewSettings ********************************************************
#undef CURRENT_FILE_ID
#define CURRENT_FILE_ID FID_Engine_Source_Editor_PIEPreviewDeviceProfileSelector_Private_PIEPreviewSettings_h
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,130 @@
// 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 "PIEPreviewWindowStyle.h"
#include "Styling/SlateTypes.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodePIEPreviewWindowStyle() {}
// ********** Begin Cross Module References ********************************************************
PIEPREVIEWDEVICEPROFILESELECTOR_API UScriptStruct* Z_Construct_UScriptStruct_FPIEPreviewWindowStyle();
SLATECORE_API UScriptStruct* Z_Construct_UScriptStruct_FButtonStyle();
SLATECORE_API UScriptStruct* Z_Construct_UScriptStruct_FSlateWidgetStyle();
UPackage* Z_Construct_UPackage__Script_PIEPreviewDeviceProfileSelector();
// ********** End Cross Module References **********************************************************
// ********** Begin ScriptStruct FPIEPreviewWindowStyle ********************************************
struct Z_Construct_UScriptStruct_FPIEPreviewWindowStyle_Statics
{
static inline consteval int32 GetStructSize() { return sizeof(FPIEPreviewWindowStyle); }
static inline consteval int16 GetStructAlignment() { return alignof(FPIEPreviewWindowStyle); }
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
{ "Comment", "/**\n* Represents the appearance of an SPIEWindow\n*/" },
{ "ModuleRelativePath", "Private/PIEPreviewWindowStyle.h" },
{ "ToolTip", "Represents the appearance of an SPIEWindow" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ScreenRotationButtonStyle_MetaData[] = {
{ "Comment", "/** Style used to draw the window ScreenRotationButton button */" },
{ "ModuleRelativePath", "Private/PIEPreviewWindowStyle.h" },
{ "ToolTip", "Style used to draw the window ScreenRotationButton button" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_QuarterMobileContentScaleFactorButtonStyle_MetaData[] = {
{ "Comment", "/** Style used to draw the window 0.25x button */" },
{ "ModuleRelativePath", "Private/PIEPreviewWindowStyle.h" },
{ "ToolTip", "Style used to draw the window 0.25x button" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_HalfMobileContentScaleFactorButtonStyle_MetaData[] = {
{ "Comment", "/** Style used to draw the window 0.5x button */" },
{ "ModuleRelativePath", "Private/PIEPreviewWindowStyle.h" },
{ "ToolTip", "Style used to draw the window 0.5x button" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_FullMobileContentScaleFactorButtonStyle_MetaData[] = {
{ "Comment", "/** Style used to draw the window 1X button */" },
{ "ModuleRelativePath", "Private/PIEPreviewWindowStyle.h" },
{ "ToolTip", "Style used to draw the window 1X button" },
};
#endif // WITH_METADATA
// ********** Begin ScriptStruct FPIEPreviewWindowStyle constinit property declarations ************
static const UECodeGen_Private::FStructPropertyParams NewProp_ScreenRotationButtonStyle;
static const UECodeGen_Private::FStructPropertyParams NewProp_QuarterMobileContentScaleFactorButtonStyle;
static const UECodeGen_Private::FStructPropertyParams NewProp_HalfMobileContentScaleFactorButtonStyle;
static const UECodeGen_Private::FStructPropertyParams NewProp_FullMobileContentScaleFactorButtonStyle;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End ScriptStruct FPIEPreviewWindowStyle constinit property declarations **************
static void* NewStructOps()
{
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FPIEPreviewWindowStyle>();
}
static const UECodeGen_Private::FStructParams StructParams;
}; // struct Z_Construct_UScriptStruct_FPIEPreviewWindowStyle_Statics
static_assert(std::is_polymorphic<FPIEPreviewWindowStyle>() == std::is_polymorphic<FSlateWidgetStyle>(), "USTRUCT FPIEPreviewWindowStyle cannot be polymorphic unless super FSlateWidgetStyle is polymorphic");
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FPIEPreviewWindowStyle;
class UScriptStruct* FPIEPreviewWindowStyle::StaticStruct()
{
if (!Z_Registration_Info_UScriptStruct_FPIEPreviewWindowStyle.OuterSingleton)
{
Z_Registration_Info_UScriptStruct_FPIEPreviewWindowStyle.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FPIEPreviewWindowStyle, (UObject*)Z_Construct_UPackage__Script_PIEPreviewDeviceProfileSelector(), TEXT("PIEPreviewWindowStyle"));
}
return Z_Registration_Info_UScriptStruct_FPIEPreviewWindowStyle.OuterSingleton;
}
// ********** Begin ScriptStruct FPIEPreviewWindowStyle Property Definitions ***********************
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FPIEPreviewWindowStyle_Statics::NewProp_ScreenRotationButtonStyle = { "ScreenRotationButtonStyle", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FPIEPreviewWindowStyle, ScreenRotationButtonStyle), Z_Construct_UScriptStruct_FButtonStyle, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ScreenRotationButtonStyle_MetaData), NewProp_ScreenRotationButtonStyle_MetaData) }; // 4167727917
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FPIEPreviewWindowStyle_Statics::NewProp_QuarterMobileContentScaleFactorButtonStyle = { "QuarterMobileContentScaleFactorButtonStyle", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FPIEPreviewWindowStyle, QuarterMobileContentScaleFactorButtonStyle), Z_Construct_UScriptStruct_FButtonStyle, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_QuarterMobileContentScaleFactorButtonStyle_MetaData), NewProp_QuarterMobileContentScaleFactorButtonStyle_MetaData) }; // 4167727917
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FPIEPreviewWindowStyle_Statics::NewProp_HalfMobileContentScaleFactorButtonStyle = { "HalfMobileContentScaleFactorButtonStyle", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FPIEPreviewWindowStyle, HalfMobileContentScaleFactorButtonStyle), Z_Construct_UScriptStruct_FButtonStyle, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_HalfMobileContentScaleFactorButtonStyle_MetaData), NewProp_HalfMobileContentScaleFactorButtonStyle_MetaData) }; // 4167727917
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FPIEPreviewWindowStyle_Statics::NewProp_FullMobileContentScaleFactorButtonStyle = { "FullMobileContentScaleFactorButtonStyle", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FPIEPreviewWindowStyle, FullMobileContentScaleFactorButtonStyle), Z_Construct_UScriptStruct_FButtonStyle, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_FullMobileContentScaleFactorButtonStyle_MetaData), NewProp_FullMobileContentScaleFactorButtonStyle_MetaData) }; // 4167727917
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FPIEPreviewWindowStyle_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FPIEPreviewWindowStyle_Statics::NewProp_ScreenRotationButtonStyle,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FPIEPreviewWindowStyle_Statics::NewProp_QuarterMobileContentScaleFactorButtonStyle,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FPIEPreviewWindowStyle_Statics::NewProp_HalfMobileContentScaleFactorButtonStyle,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FPIEPreviewWindowStyle_Statics::NewProp_FullMobileContentScaleFactorButtonStyle,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FPIEPreviewWindowStyle_Statics::PropPointers) < 2048);
// ********** End ScriptStruct FPIEPreviewWindowStyle Property Definitions *************************
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FPIEPreviewWindowStyle_Statics::StructParams = {
(UObject* (*)())Z_Construct_UPackage__Script_PIEPreviewDeviceProfileSelector,
Z_Construct_UScriptStruct_FSlateWidgetStyle,
&NewStructOps,
"PIEPreviewWindowStyle",
Z_Construct_UScriptStruct_FPIEPreviewWindowStyle_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FPIEPreviewWindowStyle_Statics::PropPointers),
sizeof(FPIEPreviewWindowStyle),
alignof(FPIEPreviewWindowStyle),
RF_Public|RF_Transient|RF_MarkAsNative,
EStructFlags(0x00000001),
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FPIEPreviewWindowStyle_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FPIEPreviewWindowStyle_Statics::Struct_MetaDataParams)
};
UScriptStruct* Z_Construct_UScriptStruct_FPIEPreviewWindowStyle()
{
if (!Z_Registration_Info_UScriptStruct_FPIEPreviewWindowStyle.InnerSingleton)
{
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FPIEPreviewWindowStyle.InnerSingleton, Z_Construct_UScriptStruct_FPIEPreviewWindowStyle_Statics::StructParams);
}
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FPIEPreviewWindowStyle.InnerSingleton);
}
// ********** End ScriptStruct FPIEPreviewWindowStyle **********************************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Source_Editor_PIEPreviewDeviceProfileSelector_Private_PIEPreviewWindowStyle_h__Script_PIEPreviewDeviceProfileSelector_Statics
{
static constexpr FStructRegisterCompiledInInfo ScriptStructInfo[] = {
{ FPIEPreviewWindowStyle::StaticStruct, Z_Construct_UScriptStruct_FPIEPreviewWindowStyle_Statics::NewStructOps, TEXT("PIEPreviewWindowStyle"),&Z_Registration_Info_UScriptStruct_FPIEPreviewWindowStyle, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FPIEPreviewWindowStyle), 1112712040U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Source_Editor_PIEPreviewDeviceProfileSelector_Private_PIEPreviewWindowStyle_h__Script_PIEPreviewDeviceProfileSelector_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Source_Editor_PIEPreviewDeviceProfileSelector_Private_PIEPreviewWindowStyle_h__Script_PIEPreviewDeviceProfileSelector_104464863{
TEXT("/Script/PIEPreviewDeviceProfileSelector"),
nullptr, 0,
Z_CompiledInDeferFile_FID_Engine_Source_Editor_PIEPreviewDeviceProfileSelector_Private_PIEPreviewWindowStyle_h__Script_PIEPreviewDeviceProfileSelector_Statics::ScriptStructInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Editor_PIEPreviewDeviceProfileSelector_Private_PIEPreviewWindowStyle_h__Script_PIEPreviewDeviceProfileSelector_Statics::ScriptStructInfo),
nullptr, 0,
};
// ********** End Registration *********************************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,33 @@
// Copyright Epic Games, Inc. All Rights Reserved.
/*===========================================================================
Generated code exported from UnrealHeaderTool.
DO NOT modify this manually! Edit the corresponding .h files instead!
===========================================================================*/
// IWYU pragma: private, include "PIEPreviewWindowStyle.h"
#ifdef PIEPREVIEWDEVICEPROFILESELECTOR_PIEPreviewWindowStyle_generated_h
#error "PIEPreviewWindowStyle.generated.h already included, missing '#pragma once' in PIEPreviewWindowStyle.h"
#endif
#define PIEPREVIEWDEVICEPROFILESELECTOR_PIEPreviewWindowStyle_generated_h
#include "UObject/ObjectMacros.h"
#include "UObject/ScriptMacros.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
// ********** Begin ScriptStruct FPIEPreviewWindowStyle ********************************************
struct Z_Construct_UScriptStruct_FPIEPreviewWindowStyle_Statics;
#define FID_Engine_Source_Editor_PIEPreviewDeviceProfileSelector_Private_PIEPreviewWindowStyle_h_15_GENERATED_BODY \
friend struct ::Z_Construct_UScriptStruct_FPIEPreviewWindowStyle_Statics; \
PIEPREVIEWDEVICEPROFILESELECTOR_API static class UScriptStruct* StaticStruct(); \
typedef FSlateWidgetStyle Super;
struct FPIEPreviewWindowStyle;
// ********** End ScriptStruct FPIEPreviewWindowStyle **********************************************
#undef CURRENT_FILE_ID
#define CURRENT_FILE_ID FID_Engine_Source_Editor_PIEPreviewDeviceProfileSelector_Private_PIEPreviewWindowStyle_h
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,2 @@
D:\UE_5_7_1\Engine\Source\Editor\PIEPreviewDeviceProfileSelector\Private\PIEPreviewSettings.h
D:\UE_5_7_1\Engine\Source\Editor\PIEPreviewDeviceProfileSelector\Private\PIEPreviewWindowStyle.h