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,510 @@
// 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/WidgetSwitcher.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodeWidgetSwitcher() {}
// ********** Begin Cross Module References ********************************************************
UMG_API UClass* Z_Construct_UClass_UPanelWidget();
UMG_API UClass* Z_Construct_UClass_UWidget_NoRegister();
UMG_API UClass* Z_Construct_UClass_UWidgetSwitcher();
UMG_API UClass* Z_Construct_UClass_UWidgetSwitcher_NoRegister();
UPackage* Z_Construct_UPackage__Script_UMG();
// ********** End Cross Module References **********************************************************
// ********** Begin Class UWidgetSwitcher Function GetActiveWidget *********************************
struct Z_Construct_UFunction_UWidgetSwitcher_GetActiveWidget_Statics
{
struct WidgetSwitcher_eventGetActiveWidget_Parms
{
UWidget* ReturnValue;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Category", "Switcher" },
{ "Comment", "/** Get the reference of the currently active widget */" },
{ "ModuleRelativePath", "Public/Components/WidgetSwitcher.h" },
{ "ToolTip", "Get the reference of the currently active widget" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ReturnValue_MetaData[] = {
{ "EditInline", "true" },
};
#endif // WITH_METADATA
// ********** Begin Function GetActiveWidget constinit property declarations ***********************
static const UECodeGen_Private::FObjectPropertyParams NewProp_ReturnValue;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Function GetActiveWidget constinit property declarations *************************
static const UECodeGen_Private::FFunctionParams FuncParams;
};
// ********** Begin Function GetActiveWidget Property Definitions **********************************
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UWidgetSwitcher_GetActiveWidget_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000080588, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(WidgetSwitcher_eventGetActiveWidget_Parms, ReturnValue), Z_Construct_UClass_UWidget_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ReturnValue_MetaData), NewProp_ReturnValue_MetaData) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UWidgetSwitcher_GetActiveWidget_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UWidgetSwitcher_GetActiveWidget_Statics::NewProp_ReturnValue,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UWidgetSwitcher_GetActiveWidget_Statics::PropPointers) < 2048);
// ********** End Function GetActiveWidget Property Definitions ************************************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UWidgetSwitcher_GetActiveWidget_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UWidgetSwitcher, nullptr, "GetActiveWidget", Z_Construct_UFunction_UWidgetSwitcher_GetActiveWidget_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_UWidgetSwitcher_GetActiveWidget_Statics::PropPointers),
sizeof(Z_Construct_UFunction_UWidgetSwitcher_GetActiveWidget_Statics::WidgetSwitcher_eventGetActiveWidget_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x54020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UWidgetSwitcher_GetActiveWidget_Statics::Function_MetaDataParams), Z_Construct_UFunction_UWidgetSwitcher_GetActiveWidget_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UFunction_UWidgetSwitcher_GetActiveWidget_Statics::WidgetSwitcher_eventGetActiveWidget_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UWidgetSwitcher_GetActiveWidget()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UWidgetSwitcher_GetActiveWidget_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UWidgetSwitcher::execGetActiveWidget)
{
P_FINISH;
P_NATIVE_BEGIN;
*(UWidget**)Z_Param__Result=P_THIS->GetActiveWidget();
P_NATIVE_END;
}
// ********** End Class UWidgetSwitcher Function GetActiveWidget ***********************************
// ********** Begin Class UWidgetSwitcher Function GetActiveWidgetIndex ****************************
struct Z_Construct_UFunction_UWidgetSwitcher_GetActiveWidgetIndex_Statics
{
struct WidgetSwitcher_eventGetActiveWidgetIndex_Parms
{
int32 ReturnValue;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Category", "Switcher" },
{ "Comment", "/** Gets the slot index of the currently active widget */" },
{ "ModuleRelativePath", "Public/Components/WidgetSwitcher.h" },
{ "ToolTip", "Gets the slot index of the currently active widget" },
};
#endif // WITH_METADATA
// ********** Begin Function GetActiveWidgetIndex constinit property declarations ******************
static const UECodeGen_Private::FIntPropertyParams NewProp_ReturnValue;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Function GetActiveWidgetIndex constinit property declarations ********************
static const UECodeGen_Private::FFunctionParams FuncParams;
};
// ********** Begin Function GetActiveWidgetIndex Property Definitions *****************************
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UWidgetSwitcher_GetActiveWidgetIndex_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(WidgetSwitcher_eventGetActiveWidgetIndex_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UWidgetSwitcher_GetActiveWidgetIndex_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UWidgetSwitcher_GetActiveWidgetIndex_Statics::NewProp_ReturnValue,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UWidgetSwitcher_GetActiveWidgetIndex_Statics::PropPointers) < 2048);
// ********** End Function GetActiveWidgetIndex Property Definitions *******************************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UWidgetSwitcher_GetActiveWidgetIndex_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UWidgetSwitcher, nullptr, "GetActiveWidgetIndex", Z_Construct_UFunction_UWidgetSwitcher_GetActiveWidgetIndex_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_UWidgetSwitcher_GetActiveWidgetIndex_Statics::PropPointers),
sizeof(Z_Construct_UFunction_UWidgetSwitcher_GetActiveWidgetIndex_Statics::WidgetSwitcher_eventGetActiveWidgetIndex_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x54020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UWidgetSwitcher_GetActiveWidgetIndex_Statics::Function_MetaDataParams), Z_Construct_UFunction_UWidgetSwitcher_GetActiveWidgetIndex_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UFunction_UWidgetSwitcher_GetActiveWidgetIndex_Statics::WidgetSwitcher_eventGetActiveWidgetIndex_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UWidgetSwitcher_GetActiveWidgetIndex()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UWidgetSwitcher_GetActiveWidgetIndex_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UWidgetSwitcher::execGetActiveWidgetIndex)
{
P_FINISH;
P_NATIVE_BEGIN;
*(int32*)Z_Param__Result=P_THIS->GetActiveWidgetIndex();
P_NATIVE_END;
}
// ********** End Class UWidgetSwitcher Function GetActiveWidgetIndex ******************************
// ********** Begin Class UWidgetSwitcher Function GetNumWidgets ***********************************
struct Z_Construct_UFunction_UWidgetSwitcher_GetNumWidgets_Statics
{
struct WidgetSwitcher_eventGetNumWidgets_Parms
{
int32 ReturnValue;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Category", "Switcher" },
{ "Comment", "/** Gets the number of widgets that this switcher manages. */" },
{ "ModuleRelativePath", "Public/Components/WidgetSwitcher.h" },
{ "ToolTip", "Gets the number of widgets that this switcher manages." },
};
#endif // WITH_METADATA
// ********** Begin Function GetNumWidgets constinit property declarations *************************
static const UECodeGen_Private::FIntPropertyParams NewProp_ReturnValue;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Function GetNumWidgets constinit property declarations ***************************
static const UECodeGen_Private::FFunctionParams FuncParams;
};
// ********** Begin Function GetNumWidgets Property Definitions ************************************
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UWidgetSwitcher_GetNumWidgets_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(WidgetSwitcher_eventGetNumWidgets_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UWidgetSwitcher_GetNumWidgets_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UWidgetSwitcher_GetNumWidgets_Statics::NewProp_ReturnValue,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UWidgetSwitcher_GetNumWidgets_Statics::PropPointers) < 2048);
// ********** End Function GetNumWidgets Property Definitions **************************************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UWidgetSwitcher_GetNumWidgets_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UWidgetSwitcher, nullptr, "GetNumWidgets", Z_Construct_UFunction_UWidgetSwitcher_GetNumWidgets_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_UWidgetSwitcher_GetNumWidgets_Statics::PropPointers),
sizeof(Z_Construct_UFunction_UWidgetSwitcher_GetNumWidgets_Statics::WidgetSwitcher_eventGetNumWidgets_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x54020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UWidgetSwitcher_GetNumWidgets_Statics::Function_MetaDataParams), Z_Construct_UFunction_UWidgetSwitcher_GetNumWidgets_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UFunction_UWidgetSwitcher_GetNumWidgets_Statics::WidgetSwitcher_eventGetNumWidgets_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UWidgetSwitcher_GetNumWidgets()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UWidgetSwitcher_GetNumWidgets_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UWidgetSwitcher::execGetNumWidgets)
{
P_FINISH;
P_NATIVE_BEGIN;
*(int32*)Z_Param__Result=P_THIS->GetNumWidgets();
P_NATIVE_END;
}
// ********** End Class UWidgetSwitcher Function GetNumWidgets *************************************
// ********** Begin Class UWidgetSwitcher Function GetWidgetAtIndex ********************************
struct Z_Construct_UFunction_UWidgetSwitcher_GetWidgetAtIndex_Statics
{
struct WidgetSwitcher_eventGetWidgetAtIndex_Parms
{
int32 Index;
UWidget* ReturnValue;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Category", "Switcher" },
{ "Comment", "/** Get a widget at the provided index */" },
{ "ModuleRelativePath", "Public/Components/WidgetSwitcher.h" },
{ "ToolTip", "Get a widget at the provided index" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ReturnValue_MetaData[] = {
{ "EditInline", "true" },
};
#endif // WITH_METADATA
// ********** Begin Function GetWidgetAtIndex constinit property declarations **********************
static const UECodeGen_Private::FIntPropertyParams NewProp_Index;
static const UECodeGen_Private::FObjectPropertyParams NewProp_ReturnValue;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Function GetWidgetAtIndex constinit property declarations ************************
static const UECodeGen_Private::FFunctionParams FuncParams;
};
// ********** Begin Function GetWidgetAtIndex Property Definitions *********************************
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UWidgetSwitcher_GetWidgetAtIndex_Statics::NewProp_Index = { "Index", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(WidgetSwitcher_eventGetWidgetAtIndex_Parms, Index), METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UWidgetSwitcher_GetWidgetAtIndex_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000080588, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(WidgetSwitcher_eventGetWidgetAtIndex_Parms, ReturnValue), Z_Construct_UClass_UWidget_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ReturnValue_MetaData), NewProp_ReturnValue_MetaData) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UWidgetSwitcher_GetWidgetAtIndex_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UWidgetSwitcher_GetWidgetAtIndex_Statics::NewProp_Index,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UWidgetSwitcher_GetWidgetAtIndex_Statics::NewProp_ReturnValue,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UWidgetSwitcher_GetWidgetAtIndex_Statics::PropPointers) < 2048);
// ********** End Function GetWidgetAtIndex Property Definitions ***********************************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UWidgetSwitcher_GetWidgetAtIndex_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UWidgetSwitcher, nullptr, "GetWidgetAtIndex", Z_Construct_UFunction_UWidgetSwitcher_GetWidgetAtIndex_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_UWidgetSwitcher_GetWidgetAtIndex_Statics::PropPointers),
sizeof(Z_Construct_UFunction_UWidgetSwitcher_GetWidgetAtIndex_Statics::WidgetSwitcher_eventGetWidgetAtIndex_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x54020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UWidgetSwitcher_GetWidgetAtIndex_Statics::Function_MetaDataParams), Z_Construct_UFunction_UWidgetSwitcher_GetWidgetAtIndex_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UFunction_UWidgetSwitcher_GetWidgetAtIndex_Statics::WidgetSwitcher_eventGetWidgetAtIndex_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UWidgetSwitcher_GetWidgetAtIndex()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UWidgetSwitcher_GetWidgetAtIndex_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UWidgetSwitcher::execGetWidgetAtIndex)
{
P_GET_PROPERTY(FIntProperty,Z_Param_Index);
P_FINISH;
P_NATIVE_BEGIN;
*(UWidget**)Z_Param__Result=P_THIS->GetWidgetAtIndex(Z_Param_Index);
P_NATIVE_END;
}
// ********** End Class UWidgetSwitcher Function GetWidgetAtIndex **********************************
// ********** Begin Class UWidgetSwitcher Function SetActiveWidget *********************************
struct Z_Construct_UFunction_UWidgetSwitcher_SetActiveWidget_Statics
{
struct WidgetSwitcher_eventSetActiveWidget_Parms
{
UWidget* Widget;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Category", "Switcher" },
{ "Comment", "/** Activates the widget and makes it the active index. */" },
{ "ModuleRelativePath", "Public/Components/WidgetSwitcher.h" },
{ "ToolTip", "Activates the widget and makes it the active index." },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Widget_MetaData[] = {
{ "EditInline", "true" },
};
#endif // WITH_METADATA
// ********** Begin Function SetActiveWidget constinit property declarations ***********************
static const UECodeGen_Private::FObjectPropertyParams NewProp_Widget;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Function SetActiveWidget constinit property declarations *************************
static const UECodeGen_Private::FFunctionParams FuncParams;
};
// ********** Begin Function SetActiveWidget Property Definitions **********************************
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UWidgetSwitcher_SetActiveWidget_Statics::NewProp_Widget = { "Widget", nullptr, (EPropertyFlags)0x0010000000080080, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(WidgetSwitcher_eventSetActiveWidget_Parms, Widget), Z_Construct_UClass_UWidget_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Widget_MetaData), NewProp_Widget_MetaData) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UWidgetSwitcher_SetActiveWidget_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UWidgetSwitcher_SetActiveWidget_Statics::NewProp_Widget,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UWidgetSwitcher_SetActiveWidget_Statics::PropPointers) < 2048);
// ********** End Function SetActiveWidget Property Definitions ************************************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UWidgetSwitcher_SetActiveWidget_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UWidgetSwitcher, nullptr, "SetActiveWidget", Z_Construct_UFunction_UWidgetSwitcher_SetActiveWidget_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_UWidgetSwitcher_SetActiveWidget_Statics::PropPointers),
sizeof(Z_Construct_UFunction_UWidgetSwitcher_SetActiveWidget_Statics::WidgetSwitcher_eventSetActiveWidget_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020402, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UWidgetSwitcher_SetActiveWidget_Statics::Function_MetaDataParams), Z_Construct_UFunction_UWidgetSwitcher_SetActiveWidget_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UFunction_UWidgetSwitcher_SetActiveWidget_Statics::WidgetSwitcher_eventSetActiveWidget_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UWidgetSwitcher_SetActiveWidget()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UWidgetSwitcher_SetActiveWidget_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UWidgetSwitcher::execSetActiveWidget)
{
P_GET_OBJECT(UWidget,Z_Param_Widget);
P_FINISH;
P_NATIVE_BEGIN;
P_THIS->SetActiveWidget(Z_Param_Widget);
P_NATIVE_END;
}
// ********** End Class UWidgetSwitcher Function SetActiveWidget ***********************************
// ********** Begin Class UWidgetSwitcher Function SetActiveWidgetIndex ****************************
struct Z_Construct_UFunction_UWidgetSwitcher_SetActiveWidgetIndex_Statics
{
struct WidgetSwitcher_eventSetActiveWidgetIndex_Parms
{
int32 Index;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Category", "Switcher" },
{ "Comment", "/** Activates the widget at the specified index. */" },
{ "ModuleRelativePath", "Public/Components/WidgetSwitcher.h" },
{ "ToolTip", "Activates the widget at the specified index." },
};
#endif // WITH_METADATA
// ********** Begin Function SetActiveWidgetIndex constinit property declarations ******************
static const UECodeGen_Private::FIntPropertyParams NewProp_Index;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Function SetActiveWidgetIndex constinit property declarations ********************
static const UECodeGen_Private::FFunctionParams FuncParams;
};
// ********** Begin Function SetActiveWidgetIndex Property Definitions *****************************
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UWidgetSwitcher_SetActiveWidgetIndex_Statics::NewProp_Index = { "Index", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(WidgetSwitcher_eventSetActiveWidgetIndex_Parms, Index), METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UWidgetSwitcher_SetActiveWidgetIndex_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UWidgetSwitcher_SetActiveWidgetIndex_Statics::NewProp_Index,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UWidgetSwitcher_SetActiveWidgetIndex_Statics::PropPointers) < 2048);
// ********** End Function SetActiveWidgetIndex Property Definitions *******************************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UWidgetSwitcher_SetActiveWidgetIndex_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UWidgetSwitcher, nullptr, "SetActiveWidgetIndex", Z_Construct_UFunction_UWidgetSwitcher_SetActiveWidgetIndex_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_UWidgetSwitcher_SetActiveWidgetIndex_Statics::PropPointers),
sizeof(Z_Construct_UFunction_UWidgetSwitcher_SetActiveWidgetIndex_Statics::WidgetSwitcher_eventSetActiveWidgetIndex_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020402, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UWidgetSwitcher_SetActiveWidgetIndex_Statics::Function_MetaDataParams), Z_Construct_UFunction_UWidgetSwitcher_SetActiveWidgetIndex_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UFunction_UWidgetSwitcher_SetActiveWidgetIndex_Statics::WidgetSwitcher_eventSetActiveWidgetIndex_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UWidgetSwitcher_SetActiveWidgetIndex()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UWidgetSwitcher_SetActiveWidgetIndex_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UWidgetSwitcher::execSetActiveWidgetIndex)
{
P_GET_PROPERTY(FIntProperty,Z_Param_Index);
P_FINISH;
P_NATIVE_BEGIN;
P_THIS->SetActiveWidgetIndex(Z_Param_Index);
P_NATIVE_END;
}
// ********** End Class UWidgetSwitcher Function SetActiveWidgetIndex ******************************
// ********** Begin Class UWidgetSwitcher **********************************************************
void UWidgetSwitcher::GetActiveWidgetIndex_WrapperImpl(const void* Object, void* OutValue)
{
const UWidgetSwitcher* Obj = (const UWidgetSwitcher*)Object;
int32& Result = *(int32*)OutValue;
Result = (int32)Obj->GetActiveWidgetIndex();
}
void UWidgetSwitcher::SetActiveWidgetIndex_WrapperImpl(void* Object, const void* InValue)
{
UWidgetSwitcher* Obj = (UWidgetSwitcher*)Object;
int32& Value = *(int32*)InValue;
Obj->SetActiveWidgetIndex(Value);
}
FClassRegistrationInfo Z_Registration_Info_UClass_UWidgetSwitcher;
UClass* UWidgetSwitcher::GetPrivateStaticClass()
{
using TClass = UWidgetSwitcher;
if (!Z_Registration_Info_UClass_UWidgetSwitcher.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("WidgetSwitcher"),
Z_Registration_Info_UClass_UWidgetSwitcher.InnerSingleton,
StaticRegisterNativesUWidgetSwitcher,
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_UWidgetSwitcher.InnerSingleton;
}
UClass* Z_Construct_UClass_UWidgetSwitcher_NoRegister()
{
return UWidgetSwitcher::GetPrivateStaticClass();
}
struct Z_Construct_UClass_UWidgetSwitcher_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "Comment", "/**\n * A widget switcher is like a tab control, but without tabs. At most one widget is visible at time.\n */" },
{ "IncludePath", "Components/WidgetSwitcher.h" },
{ "ModuleRelativePath", "Public/Components/WidgetSwitcher.h" },
{ "ToolTip", "A widget switcher is like a tab control, but without tabs. At most one widget is visible at time." },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ActiveWidgetIndex_MetaData[] = {
{ "BlueprintGetter", "GetActiveWidgetIndex" },
{ "BlueprintSetter", "SetActiveWidgetIndex" },
{ "Category", "Switcher" },
{ "ClampMin", "0" },
{ "Comment", "/** The slot index to display */" },
{ "ModuleRelativePath", "Public/Components/WidgetSwitcher.h" },
{ "ToolTip", "The slot index to display" },
{ "UIMin", "0" },
};
#endif // WITH_METADATA
// ********** Begin Class UWidgetSwitcher constinit property declarations **************************
static const UECodeGen_Private::FIntPropertyParams NewProp_ActiveWidgetIndex;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Class UWidgetSwitcher constinit property declarations ****************************
static constexpr UE::CodeGen::FClassNativeFunction Funcs[] = {
{ .NameUTF8 = UTF8TEXT("GetActiveWidget"), .Pointer = &UWidgetSwitcher::execGetActiveWidget },
{ .NameUTF8 = UTF8TEXT("GetActiveWidgetIndex"), .Pointer = &UWidgetSwitcher::execGetActiveWidgetIndex },
{ .NameUTF8 = UTF8TEXT("GetNumWidgets"), .Pointer = &UWidgetSwitcher::execGetNumWidgets },
{ .NameUTF8 = UTF8TEXT("GetWidgetAtIndex"), .Pointer = &UWidgetSwitcher::execGetWidgetAtIndex },
{ .NameUTF8 = UTF8TEXT("SetActiveWidget"), .Pointer = &UWidgetSwitcher::execSetActiveWidget },
{ .NameUTF8 = UTF8TEXT("SetActiveWidgetIndex"), .Pointer = &UWidgetSwitcher::execSetActiveWidgetIndex },
};
static UObject* (*const DependentSingletons[])();
static constexpr FClassFunctionLinkInfo FuncInfo[] = {
{ &Z_Construct_UFunction_UWidgetSwitcher_GetActiveWidget, "GetActiveWidget" }, // 3788247325
{ &Z_Construct_UFunction_UWidgetSwitcher_GetActiveWidgetIndex, "GetActiveWidgetIndex" }, // 2572654385
{ &Z_Construct_UFunction_UWidgetSwitcher_GetNumWidgets, "GetNumWidgets" }, // 809405273
{ &Z_Construct_UFunction_UWidgetSwitcher_GetWidgetAtIndex, "GetWidgetAtIndex" }, // 801322521
{ &Z_Construct_UFunction_UWidgetSwitcher_SetActiveWidget, "SetActiveWidget" }, // 1300029645
{ &Z_Construct_UFunction_UWidgetSwitcher_SetActiveWidgetIndex, "SetActiveWidgetIndex" }, // 3030717038
};
static_assert(UE_ARRAY_COUNT(FuncInfo) < 2048);
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<UWidgetSwitcher>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_UWidgetSwitcher_Statics
// ********** Begin Class UWidgetSwitcher Property Definitions *************************************
const UECodeGen_Private::FIntPropertyParams Z_Construct_UClass_UWidgetSwitcher_Statics::NewProp_ActiveWidgetIndex = { "ActiveWidgetIndex", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, &UWidgetSwitcher::SetActiveWidgetIndex_WrapperImpl, &UWidgetSwitcher::GetActiveWidgetIndex_WrapperImpl, 1, STRUCT_OFFSET(UWidgetSwitcher, ActiveWidgetIndex), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ActiveWidgetIndex_MetaData), NewProp_ActiveWidgetIndex_MetaData) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UWidgetSwitcher_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UWidgetSwitcher_Statics::NewProp_ActiveWidgetIndex,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UWidgetSwitcher_Statics::PropPointers) < 2048);
// ********** End Class UWidgetSwitcher Property Definitions ***************************************
UObject* (*const Z_Construct_UClass_UWidgetSwitcher_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UPanelWidget,
(UObject* (*)())Z_Construct_UPackage__Script_UMG,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UWidgetSwitcher_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_UWidgetSwitcher_Statics::ClassParams = {
&UWidgetSwitcher::StaticClass,
nullptr,
&StaticCppClassTypeInfo,
DependentSingletons,
FuncInfo,
Z_Construct_UClass_UWidgetSwitcher_Statics::PropPointers,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
UE_ARRAY_COUNT(FuncInfo),
UE_ARRAY_COUNT(Z_Construct_UClass_UWidgetSwitcher_Statics::PropPointers),
0,
0x00A800A0u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UWidgetSwitcher_Statics::Class_MetaDataParams), Z_Construct_UClass_UWidgetSwitcher_Statics::Class_MetaDataParams)
};
void UWidgetSwitcher::StaticRegisterNativesUWidgetSwitcher()
{
UClass* Class = UWidgetSwitcher::StaticClass();
FNativeFunctionRegistrar::RegisterFunctions(Class, MakeConstArrayView(Z_Construct_UClass_UWidgetSwitcher_Statics::Funcs));
}
UClass* Z_Construct_UClass_UWidgetSwitcher()
{
if (!Z_Registration_Info_UClass_UWidgetSwitcher.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UWidgetSwitcher.OuterSingleton, Z_Construct_UClass_UWidgetSwitcher_Statics::ClassParams);
}
return Z_Registration_Info_UClass_UWidgetSwitcher.OuterSingleton;
}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UWidgetSwitcher);
UWidgetSwitcher::~UWidgetSwitcher() {}
UE_FIELD_NOTIFICATION_IMPLEMENT_FIELD(UWidgetSwitcher, ActiveWidgetIndex)
UE_FIELD_NOTIFICATION_IMPLEMENTATION_BEGIN(UWidgetSwitcher)
UE_FIELD_NOTIFICATION_IMPLEMENT_ENUM_FIELD(UWidgetSwitcher, ActiveWidgetIndex)
UE_FIELD_NOTIFICATION_IMPLEMENTATION_END(UWidgetSwitcher);
// ********** End Class UWidgetSwitcher ************************************************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Source_Runtime_UMG_Public_Components_WidgetSwitcher_h__Script_UMG_Statics
{
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
{ Z_Construct_UClass_UWidgetSwitcher, UWidgetSwitcher::StaticClass, TEXT("UWidgetSwitcher"), &Z_Registration_Info_UClass_UWidgetSwitcher, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UWidgetSwitcher), 2274500133U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Source_Runtime_UMG_Public_Components_WidgetSwitcher_h__Script_UMG_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Source_Runtime_UMG_Public_Components_WidgetSwitcher_h__Script_UMG_3907323601{
TEXT("/Script/UMG"),
Z_CompiledInDeferFile_FID_Engine_Source_Runtime_UMG_Public_Components_WidgetSwitcher_h__Script_UMG_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Runtime_UMG_Public_Components_WidgetSwitcher_h__Script_UMG_Statics::ClassInfo),
nullptr, 0,
nullptr, 0,
};
// ********** End Registration *********************************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS