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,104 @@
// 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/Border.h"
#ifdef UMG_Border_generated_h
#error "Border.generated.h already included, missing '#pragma once' in Border.h"
#endif
#define UMG_Border_generated_h
#include "UObject/ObjectMacros.h"
#include "UObject/ScriptMacros.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
class UMaterialInstanceDynamic;
class UMaterialInterface;
class USlateBrushAsset;
class UTexture2D;
struct FLinearColor;
struct FMargin;
struct FSlateBrush;
// ********** Begin Class UBorder ******************************************************************
#define FID_Engine_Source_Runtime_UMG_Public_Components_Border_h_31_RPC_WRAPPERS \
DECLARE_FUNCTION(execSetDesiredSizeScale); \
DECLARE_FUNCTION(execGetDynamicMaterial); \
DECLARE_FUNCTION(execSetShowEffectWhenDisabled); \
DECLARE_FUNCTION(execSetBrushFromMaterial); \
DECLARE_FUNCTION(execSetBrushFromTexture); \
DECLARE_FUNCTION(execSetBrushFromAsset); \
DECLARE_FUNCTION(execSetBrush); \
DECLARE_FUNCTION(execSetBrushColor); \
DECLARE_FUNCTION(execSetVerticalAlignment); \
DECLARE_FUNCTION(execSetHorizontalAlignment); \
DECLARE_FUNCTION(execSetPadding); \
DECLARE_FUNCTION(execSetContentColorAndOpacity);
#define FID_Engine_Source_Runtime_UMG_Public_Components_Border_h_31_ACCESSORS \
static void GetHorizontalAlignment_WrapperImpl(const void* Object, void* OutValue); \
static void SetHorizontalAlignment_WrapperImpl(void* Object, const void* InValue); \
static void GetVerticalAlignment_WrapperImpl(const void* Object, void* OutValue); \
static void SetVerticalAlignment_WrapperImpl(void* Object, const void* InValue); \
static void GetbShowEffectWhenDisabled_WrapperImpl(const void* Object, void* OutValue); \
static void SetbShowEffectWhenDisabled_WrapperImpl(void* Object, const void* InValue); \
static void GetContentColorAndOpacity_WrapperImpl(const void* Object, void* OutValue); \
static void SetContentColorAndOpacity_WrapperImpl(void* Object, const void* InValue); \
static void GetPadding_WrapperImpl(const void* Object, void* OutValue); \
static void SetPadding_WrapperImpl(void* Object, const void* InValue); \
static void GetBrushColor_WrapperImpl(const void* Object, void* OutValue); \
static void SetBrushColor_WrapperImpl(void* Object, const void* InValue); \
static void GetDesiredSizeScale_WrapperImpl(const void* Object, void* OutValue); \
static void SetDesiredSizeScale_WrapperImpl(void* Object, const void* InValue);
struct Z_Construct_UClass_UBorder_Statics;
UMG_API UClass* Z_Construct_UClass_UBorder_NoRegister();
#define FID_Engine_Source_Runtime_UMG_Public_Components_Border_h_31_INCLASS \
private: \
static void StaticRegisterNativesUBorder(); \
friend struct ::Z_Construct_UClass_UBorder_Statics; \
static UClass* GetPrivateStaticClass(); \
friend UMG_API UClass* ::Z_Construct_UClass_UBorder_NoRegister(); \
public: \
DECLARE_CLASS2(UBorder, UContentWidget, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/UMG"), Z_Construct_UClass_UBorder_NoRegister) \
DECLARE_SERIALIZER(UBorder)
#define FID_Engine_Source_Runtime_UMG_Public_Components_Border_h_31_STANDARD_CONSTRUCTORS \
/** Standard constructor, called after all reflected properties have been initialized */ \
UMG_API UBorder(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UBorder) \
DECLARE_VTABLE_PTR_HELPER_CTOR(UMG_API, UBorder); \
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UBorder); \
/** Deleted move- and copy-constructors, should never be used */ \
UBorder(UBorder&&) = delete; \
UBorder(const UBorder&) = delete; \
UMG_API virtual ~UBorder();
#define FID_Engine_Source_Runtime_UMG_Public_Components_Border_h_28_PROLOG
#define FID_Engine_Source_Runtime_UMG_Public_Components_Border_h_31_GENERATED_BODY_LEGACY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_Engine_Source_Runtime_UMG_Public_Components_Border_h_31_RPC_WRAPPERS \
FID_Engine_Source_Runtime_UMG_Public_Components_Border_h_31_ACCESSORS \
FID_Engine_Source_Runtime_UMG_Public_Components_Border_h_31_INCLASS \
FID_Engine_Source_Runtime_UMG_Public_Components_Border_h_31_STANDARD_CONSTRUCTORS \
public: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
class UBorder;
// ********** End Class UBorder ********************************************************************
#undef CURRENT_FILE_ID
#define CURRENT_FILE_ID FID_Engine_Source_Runtime_UMG_Public_Components_Border_h
PRAGMA_ENABLE_DEPRECATION_WARNINGS