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,267 @@
// 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 "Components/Overlay.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodeOverlay() {}
// ********** Begin Cross Module References ********************************************************
UMG_API UClass* Z_Construct_UClass_UOverlay();
UMG_API UClass* Z_Construct_UClass_UOverlay_NoRegister();
UMG_API UClass* Z_Construct_UClass_UOverlaySlot_NoRegister();
UMG_API UClass* Z_Construct_UClass_UPanelWidget();
UMG_API UClass* Z_Construct_UClass_UWidget_NoRegister();
UPackage* Z_Construct_UPackage__Script_UMG();
// ********** End Cross Module References **********************************************************
// ********** Begin Class UOverlay Function AddChildToOverlay **************************************
struct Z_Construct_UFunction_UOverlay_AddChildToOverlay_Statics
{
struct Overlay_eventAddChildToOverlay_Parms
{
UWidget* Content;
UOverlaySlot* ReturnValue;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Category", "Widget" },
{ "Comment", "/** */" },
{ "ModuleRelativePath", "Public/Components/Overlay.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Content_MetaData[] = {
{ "EditInline", "true" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ReturnValue_MetaData[] = {
{ "EditInline", "true" },
};
#endif // WITH_METADATA
// ********** Begin Function AddChildToOverlay constinit property declarations *********************
static const UECodeGen_Private::FObjectPropertyParams NewProp_Content;
static const UECodeGen_Private::FObjectPropertyParams NewProp_ReturnValue;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Function AddChildToOverlay constinit property declarations ***********************
static const UECodeGen_Private::FFunctionParams FuncParams;
};
// ********** Begin Function AddChildToOverlay Property Definitions ********************************
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UOverlay_AddChildToOverlay_Statics::NewProp_Content = { "Content", nullptr, (EPropertyFlags)0x0010000000080080, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(Overlay_eventAddChildToOverlay_Parms, Content), Z_Construct_UClass_UWidget_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Content_MetaData), NewProp_Content_MetaData) };
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UOverlay_AddChildToOverlay_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000080588, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(Overlay_eventAddChildToOverlay_Parms, ReturnValue), Z_Construct_UClass_UOverlaySlot_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ReturnValue_MetaData), NewProp_ReturnValue_MetaData) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UOverlay_AddChildToOverlay_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UOverlay_AddChildToOverlay_Statics::NewProp_Content,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UOverlay_AddChildToOverlay_Statics::NewProp_ReturnValue,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UOverlay_AddChildToOverlay_Statics::PropPointers) < 2048);
// ********** End Function AddChildToOverlay Property Definitions **********************************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UOverlay_AddChildToOverlay_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UOverlay, nullptr, "AddChildToOverlay", Z_Construct_UFunction_UOverlay_AddChildToOverlay_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_UOverlay_AddChildToOverlay_Statics::PropPointers),
sizeof(Z_Construct_UFunction_UOverlay_AddChildToOverlay_Statics::Overlay_eventAddChildToOverlay_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UOverlay_AddChildToOverlay_Statics::Function_MetaDataParams), Z_Construct_UFunction_UOverlay_AddChildToOverlay_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UFunction_UOverlay_AddChildToOverlay_Statics::Overlay_eventAddChildToOverlay_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UOverlay_AddChildToOverlay()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UOverlay_AddChildToOverlay_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UOverlay::execAddChildToOverlay)
{
P_GET_OBJECT(UWidget,Z_Param_Content);
P_FINISH;
P_NATIVE_BEGIN;
*(UOverlaySlot**)Z_Param__Result=P_THIS->AddChildToOverlay(Z_Param_Content);
P_NATIVE_END;
}
// ********** End Class UOverlay Function AddChildToOverlay ****************************************
// ********** Begin Class UOverlay Function ReplaceOverlayChildAt **********************************
struct Z_Construct_UFunction_UOverlay_ReplaceOverlayChildAt_Statics
{
struct Overlay_eventReplaceOverlayChildAt_Parms
{
int32 Index;
UWidget* Content;
bool ReturnValue;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Category", "Panel" },
{ "Comment", "/** Replace the widget at the given index it with a different widget. */" },
{ "ModuleRelativePath", "Public/Components/Overlay.h" },
{ "ToolTip", "Replace the widget at the given index it with a different widget." },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Content_MetaData[] = {
{ "EditInline", "true" },
};
#endif // WITH_METADATA
// ********** Begin Function ReplaceOverlayChildAt constinit property declarations *****************
static const UECodeGen_Private::FIntPropertyParams NewProp_Index;
static const UECodeGen_Private::FObjectPropertyParams NewProp_Content;
static void NewProp_ReturnValue_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_ReturnValue;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Function ReplaceOverlayChildAt constinit property declarations *******************
static const UECodeGen_Private::FFunctionParams FuncParams;
};
// ********** Begin Function ReplaceOverlayChildAt Property Definitions ****************************
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UOverlay_ReplaceOverlayChildAt_Statics::NewProp_Index = { "Index", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(Overlay_eventReplaceOverlayChildAt_Parms, Index), METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UOverlay_ReplaceOverlayChildAt_Statics::NewProp_Content = { "Content", nullptr, (EPropertyFlags)0x0010000000080080, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(Overlay_eventReplaceOverlayChildAt_Parms, Content), Z_Construct_UClass_UWidget_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Content_MetaData), NewProp_Content_MetaData) };
void Z_Construct_UFunction_UOverlay_ReplaceOverlayChildAt_Statics::NewProp_ReturnValue_SetBit(void* Obj)
{
((Overlay_eventReplaceOverlayChildAt_Parms*)Obj)->ReturnValue = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UOverlay_ReplaceOverlayChildAt_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(Overlay_eventReplaceOverlayChildAt_Parms), &Z_Construct_UFunction_UOverlay_ReplaceOverlayChildAt_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UOverlay_ReplaceOverlayChildAt_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UOverlay_ReplaceOverlayChildAt_Statics::NewProp_Index,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UOverlay_ReplaceOverlayChildAt_Statics::NewProp_Content,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UOverlay_ReplaceOverlayChildAt_Statics::NewProp_ReturnValue,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UOverlay_ReplaceOverlayChildAt_Statics::PropPointers) < 2048);
// ********** End Function ReplaceOverlayChildAt Property Definitions ******************************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UOverlay_ReplaceOverlayChildAt_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UOverlay, nullptr, "ReplaceOverlayChildAt", Z_Construct_UFunction_UOverlay_ReplaceOverlayChildAt_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_UOverlay_ReplaceOverlayChildAt_Statics::PropPointers),
sizeof(Z_Construct_UFunction_UOverlay_ReplaceOverlayChildAt_Statics::Overlay_eventReplaceOverlayChildAt_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UOverlay_ReplaceOverlayChildAt_Statics::Function_MetaDataParams), Z_Construct_UFunction_UOverlay_ReplaceOverlayChildAt_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UFunction_UOverlay_ReplaceOverlayChildAt_Statics::Overlay_eventReplaceOverlayChildAt_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UOverlay_ReplaceOverlayChildAt()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UOverlay_ReplaceOverlayChildAt_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UOverlay::execReplaceOverlayChildAt)
{
P_GET_PROPERTY(FIntProperty,Z_Param_Index);
P_GET_OBJECT(UWidget,Z_Param_Content);
P_FINISH;
P_NATIVE_BEGIN;
*(bool*)Z_Param__Result=P_THIS->ReplaceOverlayChildAt(Z_Param_Index,Z_Param_Content);
P_NATIVE_END;
}
// ********** End Class UOverlay Function ReplaceOverlayChildAt ************************************
// ********** Begin Class UOverlay *****************************************************************
FClassRegistrationInfo Z_Registration_Info_UClass_UOverlay;
UClass* UOverlay::GetPrivateStaticClass()
{
using TClass = UOverlay;
if (!Z_Registration_Info_UClass_UOverlay.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("Overlay"),
Z_Registration_Info_UClass_UOverlay.InnerSingleton,
StaticRegisterNativesUOverlay,
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_UOverlay.InnerSingleton;
}
UClass* Z_Construct_UClass_UOverlay_NoRegister()
{
return UOverlay::GetPrivateStaticClass();
}
struct Z_Construct_UClass_UOverlay_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "Comment", "/**\n * Allows widgets to be stacked on top of each other, uses simple flow layout for content on each layer.\n */" },
{ "IncludePath", "Components/Overlay.h" },
{ "ModuleRelativePath", "Public/Components/Overlay.h" },
{ "ToolTip", "Allows widgets to be stacked on top of each other, uses simple flow layout for content on each layer." },
};
#endif // WITH_METADATA
// ********** Begin Class UOverlay constinit property declarations *********************************
// ********** End Class UOverlay constinit property declarations ***********************************
static constexpr UE::CodeGen::FClassNativeFunction Funcs[] = {
{ .NameUTF8 = UTF8TEXT("AddChildToOverlay"), .Pointer = &UOverlay::execAddChildToOverlay },
{ .NameUTF8 = UTF8TEXT("ReplaceOverlayChildAt"), .Pointer = &UOverlay::execReplaceOverlayChildAt },
};
static UObject* (*const DependentSingletons[])();
static constexpr FClassFunctionLinkInfo FuncInfo[] = {
{ &Z_Construct_UFunction_UOverlay_AddChildToOverlay, "AddChildToOverlay" }, // 821298299
{ &Z_Construct_UFunction_UOverlay_ReplaceOverlayChildAt, "ReplaceOverlayChildAt" }, // 2625754661
};
static_assert(UE_ARRAY_COUNT(FuncInfo) < 2048);
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<UOverlay>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_UOverlay_Statics
UObject* (*const Z_Construct_UClass_UOverlay_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UPanelWidget,
(UObject* (*)())Z_Construct_UPackage__Script_UMG,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UOverlay_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_UOverlay_Statics::ClassParams = {
&UOverlay::StaticClass,
nullptr,
&StaticCppClassTypeInfo,
DependentSingletons,
FuncInfo,
nullptr,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
UE_ARRAY_COUNT(FuncInfo),
0,
0,
0x00A800A0u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UOverlay_Statics::Class_MetaDataParams), Z_Construct_UClass_UOverlay_Statics::Class_MetaDataParams)
};
void UOverlay::StaticRegisterNativesUOverlay()
{
UClass* Class = UOverlay::StaticClass();
FNativeFunctionRegistrar::RegisterFunctions(Class, MakeConstArrayView(Z_Construct_UClass_UOverlay_Statics::Funcs));
}
UClass* Z_Construct_UClass_UOverlay()
{
if (!Z_Registration_Info_UClass_UOverlay.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UOverlay.OuterSingleton, Z_Construct_UClass_UOverlay_Statics::ClassParams);
}
return Z_Registration_Info_UClass_UOverlay.OuterSingleton;
}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UOverlay);
UOverlay::~UOverlay() {}
// ********** End Class UOverlay *******************************************************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Source_Runtime_UMG_Public_Components_Overlay_h__Script_UMG_Statics
{
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
{ Z_Construct_UClass_UOverlay, UOverlay::StaticClass, TEXT("UOverlay"), &Z_Registration_Info_UClass_UOverlay, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UOverlay), 158772713U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Source_Runtime_UMG_Public_Components_Overlay_h__Script_UMG_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Source_Runtime_UMG_Public_Components_Overlay_h__Script_UMG_4252885249{
TEXT("/Script/UMG"),
Z_CompiledInDeferFile_FID_Engine_Source_Runtime_UMG_Public_Components_Overlay_h__Script_UMG_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Runtime_UMG_Public_Components_Overlay_h__Script_UMG_Statics::ClassInfo),
nullptr, 0,
nullptr, 0,
};
// ********** End Registration *********************************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS