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