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 EmptyLinkFunctionForGeneratedCodeAdvancedWidgets_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_AdvancedWidgets;
FORCENOINLINE UPackage* Z_Construct_UPackage__Script_AdvancedWidgets()
{
if (!Z_Registration_Info_UPackage__Script_AdvancedWidgets.OuterSingleton)
{
static const UECodeGen_Private::FPackageParams PackageParams = {
"/Script/AdvancedWidgets",
nullptr,
0,
PKG_CompiledIn | 0x00000000,
0x65307714,
0x36A1C7EF,
METADATA_PARAMS(0, nullptr)
};
UECodeGen_Private::ConstructUPackage(Z_Registration_Info_UPackage__Script_AdvancedWidgets.OuterSingleton, PackageParams);
}
return Z_Registration_Info_UPackage__Script_AdvancedWidgets.OuterSingleton;
}
static FRegisterCompiledInInfo Z_CompiledInDeferPackage_UPackage__Script_AdvancedWidgets(Z_Construct_UPackage__Script_AdvancedWidgets, TEXT("/Script/AdvancedWidgets"), Z_Registration_Info_UPackage__Script_AdvancedWidgets, CONSTRUCT_RELOAD_VERSION_INFO(FPackageReloadVersionInfo, 0x65307714, 0x36A1C7EF));
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 "Styling/ColorGradingSpinBoxStyle.h"
#include "Styling/SlateBrush.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodeColorGradingSpinBoxStyle() {}
// ********** Begin Cross Module References ********************************************************
ADVANCEDWIDGETS_API UScriptStruct* Z_Construct_UScriptStruct_FColorGradingSpinBoxStyle();
SLATECORE_API UScriptStruct* Z_Construct_UScriptStruct_FSlateBrush();
SLATECORE_API UScriptStruct* Z_Construct_UScriptStruct_FSlateWidgetStyle();
UPackage* Z_Construct_UPackage__Script_AdvancedWidgets();
// ********** End Cross Module References **********************************************************
// ********** Begin ScriptStruct FColorGradingSpinBoxStyle *****************************************
struct Z_Construct_UScriptStruct_FColorGradingSpinBoxStyle_Statics
{
static inline consteval int32 GetStructSize() { return sizeof(FColorGradingSpinBoxStyle); }
static inline consteval int16 GetStructAlignment() { return alignof(FColorGradingSpinBoxStyle); }
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
{ "BlueprintType", "true" },
{ "Comment", "/**\n * Represents the appearance of a color grading spin box\n */" },
{ "ModuleRelativePath", "Public/Styling/ColorGradingSpinBoxStyle.h" },
{ "ToolTip", "Represents the appearance of a color grading spin box" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_BorderBrush_MetaData[] = {
{ "Category", "Appearance" },
{ "Comment", "/** Brush used to draw the border of the spinbox */" },
{ "ModuleRelativePath", "Public/Styling/ColorGradingSpinBoxStyle.h" },
{ "ToolTip", "Brush used to draw the border of the spinbox" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ActiveBorderBrush_MetaData[] = {
{ "Category", "Appearance" },
{ "Comment", "/** Brush used to draw the border of the spinbox when it's in active use by the user */" },
{ "ModuleRelativePath", "Public/Styling/ColorGradingSpinBoxStyle.h" },
{ "ToolTip", "Brush used to draw the border of the spinbox when it's in active use by the user" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_HoveredBorderBrush_MetaData[] = {
{ "Category", "Appearance" },
{ "Comment", "/** Brush used to draw the border of the spinbox when it's hovered over */" },
{ "ModuleRelativePath", "Public/Styling/ColorGradingSpinBoxStyle.h" },
{ "ToolTip", "Brush used to draw the border of the spinbox when it's hovered over" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_SelectorBrush_MetaData[] = {
{ "Category", "Appearance" },
{ "Comment", "/** Brush used to draw the selector indicating the current value */" },
{ "ModuleRelativePath", "Public/Styling/ColorGradingSpinBoxStyle.h" },
{ "ToolTip", "Brush used to draw the selector indicating the current value" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_SelectorWidth_MetaData[] = {
{ "Category", "Appearance" },
{ "Comment", "/** Width of the selector */" },
{ "ModuleRelativePath", "Public/Styling/ColorGradingSpinBoxStyle.h" },
{ "ToolTip", "Width of the selector" },
};
#endif // WITH_METADATA
// ********** Begin ScriptStruct FColorGradingSpinBoxStyle constinit property declarations *********
static const UECodeGen_Private::FStructPropertyParams NewProp_BorderBrush;
static const UECodeGen_Private::FStructPropertyParams NewProp_ActiveBorderBrush;
static const UECodeGen_Private::FStructPropertyParams NewProp_HoveredBorderBrush;
static const UECodeGen_Private::FStructPropertyParams NewProp_SelectorBrush;
static const UECodeGen_Private::FFloatPropertyParams NewProp_SelectorWidth;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End ScriptStruct FColorGradingSpinBoxStyle constinit property declarations ***********
static void* NewStructOps()
{
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FColorGradingSpinBoxStyle>();
}
static const UECodeGen_Private::FStructParams StructParams;
}; // struct Z_Construct_UScriptStruct_FColorGradingSpinBoxStyle_Statics
static_assert(std::is_polymorphic<FColorGradingSpinBoxStyle>() == std::is_polymorphic<FSlateWidgetStyle>(), "USTRUCT FColorGradingSpinBoxStyle cannot be polymorphic unless super FSlateWidgetStyle is polymorphic");
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FColorGradingSpinBoxStyle;
class UScriptStruct* FColorGradingSpinBoxStyle::StaticStruct()
{
if (!Z_Registration_Info_UScriptStruct_FColorGradingSpinBoxStyle.OuterSingleton)
{
Z_Registration_Info_UScriptStruct_FColorGradingSpinBoxStyle.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FColorGradingSpinBoxStyle, (UObject*)Z_Construct_UPackage__Script_AdvancedWidgets(), TEXT("ColorGradingSpinBoxStyle"));
}
return Z_Registration_Info_UScriptStruct_FColorGradingSpinBoxStyle.OuterSingleton;
}
// ********** Begin ScriptStruct FColorGradingSpinBoxStyle Property Definitions ********************
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FColorGradingSpinBoxStyle_Statics::NewProp_BorderBrush = { "BorderBrush", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FColorGradingSpinBoxStyle, BorderBrush), Z_Construct_UScriptStruct_FSlateBrush, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_BorderBrush_MetaData), NewProp_BorderBrush_MetaData) }; // 4278521822
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FColorGradingSpinBoxStyle_Statics::NewProp_ActiveBorderBrush = { "ActiveBorderBrush", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FColorGradingSpinBoxStyle, ActiveBorderBrush), Z_Construct_UScriptStruct_FSlateBrush, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ActiveBorderBrush_MetaData), NewProp_ActiveBorderBrush_MetaData) }; // 4278521822
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FColorGradingSpinBoxStyle_Statics::NewProp_HoveredBorderBrush = { "HoveredBorderBrush", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FColorGradingSpinBoxStyle, HoveredBorderBrush), Z_Construct_UScriptStruct_FSlateBrush, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_HoveredBorderBrush_MetaData), NewProp_HoveredBorderBrush_MetaData) }; // 4278521822
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FColorGradingSpinBoxStyle_Statics::NewProp_SelectorBrush = { "SelectorBrush", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FColorGradingSpinBoxStyle, SelectorBrush), Z_Construct_UScriptStruct_FSlateBrush, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_SelectorBrush_MetaData), NewProp_SelectorBrush_MetaData) }; // 4278521822
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UScriptStruct_FColorGradingSpinBoxStyle_Statics::NewProp_SelectorWidth = { "SelectorWidth", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FColorGradingSpinBoxStyle, SelectorWidth), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_SelectorWidth_MetaData), NewProp_SelectorWidth_MetaData) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FColorGradingSpinBoxStyle_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FColorGradingSpinBoxStyle_Statics::NewProp_BorderBrush,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FColorGradingSpinBoxStyle_Statics::NewProp_ActiveBorderBrush,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FColorGradingSpinBoxStyle_Statics::NewProp_HoveredBorderBrush,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FColorGradingSpinBoxStyle_Statics::NewProp_SelectorBrush,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FColorGradingSpinBoxStyle_Statics::NewProp_SelectorWidth,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FColorGradingSpinBoxStyle_Statics::PropPointers) < 2048);
// ********** End ScriptStruct FColorGradingSpinBoxStyle Property Definitions **********************
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FColorGradingSpinBoxStyle_Statics::StructParams = {
(UObject* (*)())Z_Construct_UPackage__Script_AdvancedWidgets,
Z_Construct_UScriptStruct_FSlateWidgetStyle,
&NewStructOps,
"ColorGradingSpinBoxStyle",
Z_Construct_UScriptStruct_FColorGradingSpinBoxStyle_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FColorGradingSpinBoxStyle_Statics::PropPointers),
sizeof(FColorGradingSpinBoxStyle),
alignof(FColorGradingSpinBoxStyle),
RF_Public|RF_Transient|RF_MarkAsNative,
EStructFlags(0x00000001),
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FColorGradingSpinBoxStyle_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FColorGradingSpinBoxStyle_Statics::Struct_MetaDataParams)
};
UScriptStruct* Z_Construct_UScriptStruct_FColorGradingSpinBoxStyle()
{
if (!Z_Registration_Info_UScriptStruct_FColorGradingSpinBoxStyle.InnerSingleton)
{
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FColorGradingSpinBoxStyle.InnerSingleton, Z_Construct_UScriptStruct_FColorGradingSpinBoxStyle_Statics::StructParams);
}
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FColorGradingSpinBoxStyle.InnerSingleton);
}
// ********** End ScriptStruct FColorGradingSpinBoxStyle *******************************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Source_Runtime_AdvancedWidgets_Public_Styling_ColorGradingSpinBoxStyle_h__Script_AdvancedWidgets_Statics
{
static constexpr FStructRegisterCompiledInInfo ScriptStructInfo[] = {
{ FColorGradingSpinBoxStyle::StaticStruct, Z_Construct_UScriptStruct_FColorGradingSpinBoxStyle_Statics::NewStructOps, TEXT("ColorGradingSpinBoxStyle"),&Z_Registration_Info_UScriptStruct_FColorGradingSpinBoxStyle, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FColorGradingSpinBoxStyle), 1891963888U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Source_Runtime_AdvancedWidgets_Public_Styling_ColorGradingSpinBoxStyle_h__Script_AdvancedWidgets_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Source_Runtime_AdvancedWidgets_Public_Styling_ColorGradingSpinBoxStyle_h__Script_AdvancedWidgets_4254915583{
TEXT("/Script/AdvancedWidgets"),
nullptr, 0,
Z_CompiledInDeferFile_FID_Engine_Source_Runtime_AdvancedWidgets_Public_Styling_ColorGradingSpinBoxStyle_h__Script_AdvancedWidgets_Statics::ScriptStructInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Runtime_AdvancedWidgets_Public_Styling_ColorGradingSpinBoxStyle_h__Script_AdvancedWidgets_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 "Styling/ColorGradingSpinBoxStyle.h"
#ifdef ADVANCEDWIDGETS_ColorGradingSpinBoxStyle_generated_h
#error "ColorGradingSpinBoxStyle.generated.h already included, missing '#pragma once' in ColorGradingSpinBoxStyle.h"
#endif
#define ADVANCEDWIDGETS_ColorGradingSpinBoxStyle_generated_h
#include "UObject/ObjectMacros.h"
#include "UObject/ScriptMacros.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
// ********** Begin ScriptStruct FColorGradingSpinBoxStyle *****************************************
struct Z_Construct_UScriptStruct_FColorGradingSpinBoxStyle_Statics;
#define FID_Engine_Source_Runtime_AdvancedWidgets_Public_Styling_ColorGradingSpinBoxStyle_h_17_GENERATED_BODY \
friend struct ::Z_Construct_UScriptStruct_FColorGradingSpinBoxStyle_Statics; \
ADVANCEDWIDGETS_API static class UScriptStruct* StaticStruct(); \
typedef FSlateWidgetStyle Super;
struct FColorGradingSpinBoxStyle;
// ********** End ScriptStruct FColorGradingSpinBoxStyle *******************************************
#undef CURRENT_FILE_ID
#define CURRENT_FILE_ID FID_Engine_Source_Runtime_AdvancedWidgets_Public_Styling_ColorGradingSpinBoxStyle_h
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,89 @@
// 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 "Components/RadialSlider.h"
#ifdef ADVANCEDWIDGETS_RadialSlider_generated_h
#error "RadialSlider.generated.h already included, missing '#pragma once' in RadialSlider.h"
#endif
#define ADVANCEDWIDGETS_RadialSlider_generated_h
#include "UObject/ObjectMacros.h"
#include "UObject/ScriptMacros.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
struct FLinearColor;
struct FRuntimeFloatCurve;
// ********** Begin Class URadialSlider ************************************************************
#define FID_Engine_Source_Runtime_AdvancedWidgets_Public_Components_RadialSlider_h_29_RPC_WRAPPERS \
DECLARE_FUNCTION(execSetShowSliderHand); \
DECLARE_FUNCTION(execSetShowSliderHandle); \
DECLARE_FUNCTION(execSetUseVerticalDrag); \
DECLARE_FUNCTION(execSetCenterBackgroundColor); \
DECLARE_FUNCTION(execSetSliderHandleColor); \
DECLARE_FUNCTION(execSetSliderProgressColor); \
DECLARE_FUNCTION(execSetSliderBarColor); \
DECLARE_FUNCTION(execSetStepSize); \
DECLARE_FUNCTION(execSetLocked); \
DECLARE_FUNCTION(execSetHandStartEndRatio); \
DECLARE_FUNCTION(execSetAngularOffset); \
DECLARE_FUNCTION(execSetSliderHandleEndAngle); \
DECLARE_FUNCTION(execSetSliderHandleStartAngle); \
DECLARE_FUNCTION(execSetValueTags); \
DECLARE_FUNCTION(execSetSliderRange); \
DECLARE_FUNCTION(execSetCustomDefaultValue); \
DECLARE_FUNCTION(execSetValue); \
DECLARE_FUNCTION(execGetNormalizedSliderHandlePosition); \
DECLARE_FUNCTION(execGetCustomDefaultValue); \
DECLARE_FUNCTION(execGetValue);
struct Z_Construct_UClass_URadialSlider_Statics;
ADVANCEDWIDGETS_API UClass* Z_Construct_UClass_URadialSlider_NoRegister();
#define FID_Engine_Source_Runtime_AdvancedWidgets_Public_Components_RadialSlider_h_29_INCLASS \
private: \
static void StaticRegisterNativesURadialSlider(); \
friend struct ::Z_Construct_UClass_URadialSlider_Statics; \
static UClass* GetPrivateStaticClass(); \
friend ADVANCEDWIDGETS_API UClass* ::Z_Construct_UClass_URadialSlider_NoRegister(); \
public: \
DECLARE_CLASS2(URadialSlider, UWidget, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/AdvancedWidgets"), Z_Construct_UClass_URadialSlider_NoRegister) \
DECLARE_SERIALIZER(URadialSlider)
#define FID_Engine_Source_Runtime_AdvancedWidgets_Public_Components_RadialSlider_h_29_STANDARD_CONSTRUCTORS \
/** Standard constructor, called after all reflected properties have been initialized */ \
ADVANCEDWIDGETS_API URadialSlider(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(URadialSlider) \
DECLARE_VTABLE_PTR_HELPER_CTOR(ADVANCEDWIDGETS_API, URadialSlider); \
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(URadialSlider); \
/** Deleted move- and copy-constructors, should never be used */ \
URadialSlider(URadialSlider&&) = delete; \
URadialSlider(const URadialSlider&) = delete; \
ADVANCEDWIDGETS_API virtual ~URadialSlider();
#define FID_Engine_Source_Runtime_AdvancedWidgets_Public_Components_RadialSlider_h_26_PROLOG
#define FID_Engine_Source_Runtime_AdvancedWidgets_Public_Components_RadialSlider_h_29_GENERATED_BODY_LEGACY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_Engine_Source_Runtime_AdvancedWidgets_Public_Components_RadialSlider_h_29_RPC_WRAPPERS \
FID_Engine_Source_Runtime_AdvancedWidgets_Public_Components_RadialSlider_h_29_INCLASS \
FID_Engine_Source_Runtime_AdvancedWidgets_Public_Components_RadialSlider_h_29_STANDARD_CONSTRUCTORS \
public: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
class URadialSlider;
// ********** End Class URadialSlider **************************************************************
#undef CURRENT_FILE_ID
#define CURRENT_FILE_ID FID_Engine_Source_Runtime_AdvancedWidgets_Public_Components_RadialSlider_h
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,2 @@
D:\UE_5_7_1\Engine\Source\Runtime\AdvancedWidgets\Public\Styling\ColorGradingSpinBoxStyle.h
D:\UE_5_7_1\Engine\Source\Runtime\AdvancedWidgets\Public\Components\RadialSlider.h