Files
DedicatedServerCourse/Intermediate/Build/Win64/FPSTemplateEditor/Inc/CommonUI/UHT/CommonWidgetCarousel.gen.cpp
Norman Lansing ecb33115bf Initial Commit
2026-01-28 19:08:51 -05:00

906 lines
59 KiB
C++

// 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 "CommonWidgetCarousel.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodeCommonWidgetCarousel() {}
// ********** Begin Cross Module References ********************************************************
COMMONUI_API UClass* Z_Construct_UClass_UCommonWidgetCarousel();
COMMONUI_API UClass* Z_Construct_UClass_UCommonWidgetCarousel_NoRegister();
COMMONUI_API UFunction* Z_Construct_UDelegateFunction_CommonUI_OnCurrentPageIndexChanged__DelegateSignature();
UMG_API UClass* Z_Construct_UClass_UPanelWidget();
UMG_API UClass* Z_Construct_UClass_UWidget_NoRegister();
UPackage* Z_Construct_UPackage__Script_CommonUI();
// ********** End Cross Module References **********************************************************
// ********** Begin Delegate FOnCurrentPageIndexChanged ********************************************
struct Z_Construct_UDelegateFunction_CommonUI_OnCurrentPageIndexChanged__DelegateSignature_Statics
{
struct _Script_CommonUI_eventOnCurrentPageIndexChanged_Parms
{
UCommonWidgetCarousel* CarouselWidget;
int32 CurrentPageIndex;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "ModuleRelativePath", "Public/CommonWidgetCarousel.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_CarouselWidget_MetaData[] = {
{ "EditInline", "true" },
};
#endif // WITH_METADATA
// ********** Begin Delegate FOnCurrentPageIndexChanged constinit property declarations ************
static const UECodeGen_Private::FObjectPropertyParams NewProp_CarouselWidget;
static const UECodeGen_Private::FIntPropertyParams NewProp_CurrentPageIndex;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Delegate FOnCurrentPageIndexChanged constinit property declarations **************
static const UECodeGen_Private::FDelegateFunctionParams FuncParams;
};
// ********** Begin Delegate FOnCurrentPageIndexChanged Property Definitions ***********************
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UDelegateFunction_CommonUI_OnCurrentPageIndexChanged__DelegateSignature_Statics::NewProp_CarouselWidget = { "CarouselWidget", nullptr, (EPropertyFlags)0x0010000000080080, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(_Script_CommonUI_eventOnCurrentPageIndexChanged_Parms, CarouselWidget), Z_Construct_UClass_UCommonWidgetCarousel_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_CarouselWidget_MetaData), NewProp_CarouselWidget_MetaData) };
const UECodeGen_Private::FIntPropertyParams Z_Construct_UDelegateFunction_CommonUI_OnCurrentPageIndexChanged__DelegateSignature_Statics::NewProp_CurrentPageIndex = { "CurrentPageIndex", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(_Script_CommonUI_eventOnCurrentPageIndexChanged_Parms, CurrentPageIndex), METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UDelegateFunction_CommonUI_OnCurrentPageIndexChanged__DelegateSignature_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UDelegateFunction_CommonUI_OnCurrentPageIndexChanged__DelegateSignature_Statics::NewProp_CarouselWidget,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UDelegateFunction_CommonUI_OnCurrentPageIndexChanged__DelegateSignature_Statics::NewProp_CurrentPageIndex,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UDelegateFunction_CommonUI_OnCurrentPageIndexChanged__DelegateSignature_Statics::PropPointers) < 2048);
// ********** End Delegate FOnCurrentPageIndexChanged Property Definitions *************************
const UECodeGen_Private::FDelegateFunctionParams Z_Construct_UDelegateFunction_CommonUI_OnCurrentPageIndexChanged__DelegateSignature_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UPackage__Script_CommonUI, nullptr, "OnCurrentPageIndexChanged__DelegateSignature", Z_Construct_UDelegateFunction_CommonUI_OnCurrentPageIndexChanged__DelegateSignature_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UDelegateFunction_CommonUI_OnCurrentPageIndexChanged__DelegateSignature_Statics::PropPointers),
sizeof(Z_Construct_UDelegateFunction_CommonUI_OnCurrentPageIndexChanged__DelegateSignature_Statics::_Script_CommonUI_eventOnCurrentPageIndexChanged_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x00130000, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UDelegateFunction_CommonUI_OnCurrentPageIndexChanged__DelegateSignature_Statics::Function_MetaDataParams), Z_Construct_UDelegateFunction_CommonUI_OnCurrentPageIndexChanged__DelegateSignature_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UDelegateFunction_CommonUI_OnCurrentPageIndexChanged__DelegateSignature_Statics::_Script_CommonUI_eventOnCurrentPageIndexChanged_Parms) < MAX_uint16);
UFunction* Z_Construct_UDelegateFunction_CommonUI_OnCurrentPageIndexChanged__DelegateSignature()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUDelegateFunction(&ReturnFunction, Z_Construct_UDelegateFunction_CommonUI_OnCurrentPageIndexChanged__DelegateSignature_Statics::FuncParams);
}
return ReturnFunction;
}
void FOnCurrentPageIndexChanged_DelegateWrapper(const FMulticastScriptDelegate& OnCurrentPageIndexChanged, UCommonWidgetCarousel* CarouselWidget, int32 CurrentPageIndex)
{
struct _Script_CommonUI_eventOnCurrentPageIndexChanged_Parms
{
UCommonWidgetCarousel* CarouselWidget;
int32 CurrentPageIndex;
};
_Script_CommonUI_eventOnCurrentPageIndexChanged_Parms Parms;
Parms.CarouselWidget=CarouselWidget;
Parms.CurrentPageIndex=CurrentPageIndex;
OnCurrentPageIndexChanged.ProcessMulticastDelegate<UObject>(&Parms);
}
// ********** End Delegate FOnCurrentPageIndexChanged **********************************************
// ********** Begin Class UCommonWidgetCarousel Function BeginAutoScrolling ************************
struct Z_Construct_UFunction_UCommonWidgetCarousel_BeginAutoScrolling_Statics
{
struct CommonWidgetCarousel_eventBeginAutoScrolling_Parms
{
float ScrollInterval;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Category", "Carousel" },
{ "CPP_Default_ScrollInterval", "10.000000" },
{ "ModuleRelativePath", "Public/CommonWidgetCarousel.h" },
};
#endif // WITH_METADATA
// ********** Begin Function BeginAutoScrolling constinit property declarations ********************
static const UECodeGen_Private::FFloatPropertyParams NewProp_ScrollInterval;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Function BeginAutoScrolling constinit property declarations **********************
static const UECodeGen_Private::FFunctionParams FuncParams;
};
// ********** Begin Function BeginAutoScrolling Property Definitions *******************************
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UCommonWidgetCarousel_BeginAutoScrolling_Statics::NewProp_ScrollInterval = { "ScrollInterval", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(CommonWidgetCarousel_eventBeginAutoScrolling_Parms, ScrollInterval), METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UCommonWidgetCarousel_BeginAutoScrolling_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UCommonWidgetCarousel_BeginAutoScrolling_Statics::NewProp_ScrollInterval,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UCommonWidgetCarousel_BeginAutoScrolling_Statics::PropPointers) < 2048);
// ********** End Function BeginAutoScrolling Property Definitions *********************************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UCommonWidgetCarousel_BeginAutoScrolling_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UCommonWidgetCarousel, nullptr, "BeginAutoScrolling", Z_Construct_UFunction_UCommonWidgetCarousel_BeginAutoScrolling_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_UCommonWidgetCarousel_BeginAutoScrolling_Statics::PropPointers),
sizeof(Z_Construct_UFunction_UCommonWidgetCarousel_BeginAutoScrolling_Statics::CommonWidgetCarousel_eventBeginAutoScrolling_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UCommonWidgetCarousel_BeginAutoScrolling_Statics::Function_MetaDataParams), Z_Construct_UFunction_UCommonWidgetCarousel_BeginAutoScrolling_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UFunction_UCommonWidgetCarousel_BeginAutoScrolling_Statics::CommonWidgetCarousel_eventBeginAutoScrolling_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UCommonWidgetCarousel_BeginAutoScrolling()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UCommonWidgetCarousel_BeginAutoScrolling_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UCommonWidgetCarousel::execBeginAutoScrolling)
{
P_GET_PROPERTY(FFloatProperty,Z_Param_ScrollInterval);
P_FINISH;
P_NATIVE_BEGIN;
P_THIS->BeginAutoScrolling(Z_Param_ScrollInterval);
P_NATIVE_END;
}
// ********** End Class UCommonWidgetCarousel Function BeginAutoScrolling **************************
// ********** Begin Class UCommonWidgetCarousel Function EndAutoScrolling **************************
struct Z_Construct_UFunction_UCommonWidgetCarousel_EndAutoScrolling_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Category", "Carousel" },
{ "ModuleRelativePath", "Public/CommonWidgetCarousel.h" },
};
#endif // WITH_METADATA
// ********** Begin Function EndAutoScrolling constinit property declarations **********************
// ********** End Function EndAutoScrolling constinit property declarations ************************
static const UECodeGen_Private::FFunctionParams FuncParams;
};
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UCommonWidgetCarousel_EndAutoScrolling_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UCommonWidgetCarousel, nullptr, "EndAutoScrolling", nullptr,
0,
0,
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UCommonWidgetCarousel_EndAutoScrolling_Statics::Function_MetaDataParams), Z_Construct_UFunction_UCommonWidgetCarousel_EndAutoScrolling_Statics::Function_MetaDataParams)}, };
UFunction* Z_Construct_UFunction_UCommonWidgetCarousel_EndAutoScrolling()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UCommonWidgetCarousel_EndAutoScrolling_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UCommonWidgetCarousel::execEndAutoScrolling)
{
P_FINISH;
P_NATIVE_BEGIN;
P_THIS->EndAutoScrolling();
P_NATIVE_END;
}
// ********** End Class UCommonWidgetCarousel Function EndAutoScrolling ****************************
// ********** Begin Class UCommonWidgetCarousel Function GetActiveWidgetIndex **********************
struct Z_Construct_UFunction_UCommonWidgetCarousel_GetActiveWidgetIndex_Statics
{
struct CommonWidgetCarousel_eventGetActiveWidgetIndex_Parms
{
int32 ReturnValue;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Category", "Carousel" },
{ "Comment", "/** Gets the slot index of the currently active widget */" },
{ "ModuleRelativePath", "Public/CommonWidgetCarousel.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_UCommonWidgetCarousel_GetActiveWidgetIndex_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(CommonWidgetCarousel_eventGetActiveWidgetIndex_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UCommonWidgetCarousel_GetActiveWidgetIndex_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UCommonWidgetCarousel_GetActiveWidgetIndex_Statics::NewProp_ReturnValue,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UCommonWidgetCarousel_GetActiveWidgetIndex_Statics::PropPointers) < 2048);
// ********** End Function GetActiveWidgetIndex Property Definitions *******************************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UCommonWidgetCarousel_GetActiveWidgetIndex_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UCommonWidgetCarousel, nullptr, "GetActiveWidgetIndex", Z_Construct_UFunction_UCommonWidgetCarousel_GetActiveWidgetIndex_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_UCommonWidgetCarousel_GetActiveWidgetIndex_Statics::PropPointers),
sizeof(Z_Construct_UFunction_UCommonWidgetCarousel_GetActiveWidgetIndex_Statics::CommonWidgetCarousel_eventGetActiveWidgetIndex_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x54020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UCommonWidgetCarousel_GetActiveWidgetIndex_Statics::Function_MetaDataParams), Z_Construct_UFunction_UCommonWidgetCarousel_GetActiveWidgetIndex_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UFunction_UCommonWidgetCarousel_GetActiveWidgetIndex_Statics::CommonWidgetCarousel_eventGetActiveWidgetIndex_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UCommonWidgetCarousel_GetActiveWidgetIndex()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UCommonWidgetCarousel_GetActiveWidgetIndex_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UCommonWidgetCarousel::execGetActiveWidgetIndex)
{
P_FINISH;
P_NATIVE_BEGIN;
*(int32*)Z_Param__Result=P_THIS->GetActiveWidgetIndex();
P_NATIVE_END;
}
// ********** End Class UCommonWidgetCarousel Function GetActiveWidgetIndex ************************
// ********** Begin Class UCommonWidgetCarousel Function GetCacheChildren **************************
struct Z_Construct_UFunction_UCommonWidgetCarousel_GetCacheChildren_Statics
{
struct CommonWidgetCarousel_eventGetCacheChildren_Parms
{
bool ReturnValue;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Category", "Widget" },
{ "Comment", "/** Gets the current caching behavior. */" },
{ "ModuleRelativePath", "Public/CommonWidgetCarousel.h" },
{ "ToolTip", "Gets the current caching behavior." },
};
#endif // WITH_METADATA
// ********** Begin Function GetCacheChildren constinit property declarations **********************
static void NewProp_ReturnValue_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_ReturnValue;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Function GetCacheChildren constinit property declarations ************************
static const UECodeGen_Private::FFunctionParams FuncParams;
};
// ********** Begin Function GetCacheChildren Property Definitions *********************************
void Z_Construct_UFunction_UCommonWidgetCarousel_GetCacheChildren_Statics::NewProp_ReturnValue_SetBit(void* Obj)
{
((CommonWidgetCarousel_eventGetCacheChildren_Parms*)Obj)->ReturnValue = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UCommonWidgetCarousel_GetCacheChildren_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(CommonWidgetCarousel_eventGetCacheChildren_Parms), &Z_Construct_UFunction_UCommonWidgetCarousel_GetCacheChildren_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UCommonWidgetCarousel_GetCacheChildren_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UCommonWidgetCarousel_GetCacheChildren_Statics::NewProp_ReturnValue,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UCommonWidgetCarousel_GetCacheChildren_Statics::PropPointers) < 2048);
// ********** End Function GetCacheChildren Property Definitions ***********************************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UCommonWidgetCarousel_GetCacheChildren_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UCommonWidgetCarousel, nullptr, "GetCacheChildren", Z_Construct_UFunction_UCommonWidgetCarousel_GetCacheChildren_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_UCommonWidgetCarousel_GetCacheChildren_Statics::PropPointers),
sizeof(Z_Construct_UFunction_UCommonWidgetCarousel_GetCacheChildren_Statics::CommonWidgetCarousel_eventGetCacheChildren_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x54020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UCommonWidgetCarousel_GetCacheChildren_Statics::Function_MetaDataParams), Z_Construct_UFunction_UCommonWidgetCarousel_GetCacheChildren_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UFunction_UCommonWidgetCarousel_GetCacheChildren_Statics::CommonWidgetCarousel_eventGetCacheChildren_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UCommonWidgetCarousel_GetCacheChildren()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UCommonWidgetCarousel_GetCacheChildren_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UCommonWidgetCarousel::execGetCacheChildren)
{
P_FINISH;
P_NATIVE_BEGIN;
*(bool*)Z_Param__Result=P_THIS->GetCacheChildren();
P_NATIVE_END;
}
// ********** End Class UCommonWidgetCarousel Function GetCacheChildren ****************************
// ********** Begin Class UCommonWidgetCarousel Function GetMoveSpeed ******************************
struct Z_Construct_UFunction_UCommonWidgetCarousel_GetMoveSpeed_Statics
{
struct CommonWidgetCarousel_eventGetMoveSpeed_Parms
{
float ReturnValue;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Category", "Widget" },
{ "Comment", "/** Gets the Move Speed. */" },
{ "ModuleRelativePath", "Public/CommonWidgetCarousel.h" },
{ "ToolTip", "Gets the Move Speed." },
};
#endif // WITH_METADATA
// ********** Begin Function GetMoveSpeed constinit property declarations **************************
static const UECodeGen_Private::FFloatPropertyParams NewProp_ReturnValue;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Function GetMoveSpeed constinit property declarations ****************************
static const UECodeGen_Private::FFunctionParams FuncParams;
};
// ********** Begin Function GetMoveSpeed Property Definitions *************************************
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UCommonWidgetCarousel_GetMoveSpeed_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(CommonWidgetCarousel_eventGetMoveSpeed_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UCommonWidgetCarousel_GetMoveSpeed_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UCommonWidgetCarousel_GetMoveSpeed_Statics::NewProp_ReturnValue,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UCommonWidgetCarousel_GetMoveSpeed_Statics::PropPointers) < 2048);
// ********** End Function GetMoveSpeed Property Definitions ***************************************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UCommonWidgetCarousel_GetMoveSpeed_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UCommonWidgetCarousel, nullptr, "GetMoveSpeed", Z_Construct_UFunction_UCommonWidgetCarousel_GetMoveSpeed_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_UCommonWidgetCarousel_GetMoveSpeed_Statics::PropPointers),
sizeof(Z_Construct_UFunction_UCommonWidgetCarousel_GetMoveSpeed_Statics::CommonWidgetCarousel_eventGetMoveSpeed_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x54020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UCommonWidgetCarousel_GetMoveSpeed_Statics::Function_MetaDataParams), Z_Construct_UFunction_UCommonWidgetCarousel_GetMoveSpeed_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UFunction_UCommonWidgetCarousel_GetMoveSpeed_Statics::CommonWidgetCarousel_eventGetMoveSpeed_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UCommonWidgetCarousel_GetMoveSpeed()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UCommonWidgetCarousel_GetMoveSpeed_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UCommonWidgetCarousel::execGetMoveSpeed)
{
P_FINISH;
P_NATIVE_BEGIN;
*(float*)Z_Param__Result=P_THIS->GetMoveSpeed();
P_NATIVE_END;
}
// ********** End Class UCommonWidgetCarousel Function GetMoveSpeed ********************************
// ********** Begin Class UCommonWidgetCarousel Function GetWidgetAtIndex **************************
struct Z_Construct_UFunction_UCommonWidgetCarousel_GetWidgetAtIndex_Statics
{
struct CommonWidgetCarousel_eventGetWidgetAtIndex_Parms
{
int32 Index;
UWidget* ReturnValue;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Category", "Carousel" },
{ "Comment", "/** Get a widget at the provided index */" },
{ "ModuleRelativePath", "Public/CommonWidgetCarousel.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_UCommonWidgetCarousel_GetWidgetAtIndex_Statics::NewProp_Index = { "Index", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(CommonWidgetCarousel_eventGetWidgetAtIndex_Parms, Index), METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UCommonWidgetCarousel_GetWidgetAtIndex_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000080588, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(CommonWidgetCarousel_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_UCommonWidgetCarousel_GetWidgetAtIndex_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UCommonWidgetCarousel_GetWidgetAtIndex_Statics::NewProp_Index,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UCommonWidgetCarousel_GetWidgetAtIndex_Statics::NewProp_ReturnValue,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UCommonWidgetCarousel_GetWidgetAtIndex_Statics::PropPointers) < 2048);
// ********** End Function GetWidgetAtIndex Property Definitions ***********************************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UCommonWidgetCarousel_GetWidgetAtIndex_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UCommonWidgetCarousel, nullptr, "GetWidgetAtIndex", Z_Construct_UFunction_UCommonWidgetCarousel_GetWidgetAtIndex_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_UCommonWidgetCarousel_GetWidgetAtIndex_Statics::PropPointers),
sizeof(Z_Construct_UFunction_UCommonWidgetCarousel_GetWidgetAtIndex_Statics::CommonWidgetCarousel_eventGetWidgetAtIndex_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x54020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UCommonWidgetCarousel_GetWidgetAtIndex_Statics::Function_MetaDataParams), Z_Construct_UFunction_UCommonWidgetCarousel_GetWidgetAtIndex_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UFunction_UCommonWidgetCarousel_GetWidgetAtIndex_Statics::CommonWidgetCarousel_eventGetWidgetAtIndex_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UCommonWidgetCarousel_GetWidgetAtIndex()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UCommonWidgetCarousel_GetWidgetAtIndex_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UCommonWidgetCarousel::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 UCommonWidgetCarousel Function GetWidgetAtIndex ****************************
// ********** Begin Class UCommonWidgetCarousel Function NextPage **********************************
struct Z_Construct_UFunction_UCommonWidgetCarousel_NextPage_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Category", "Carousel" },
{ "ModuleRelativePath", "Public/CommonWidgetCarousel.h" },
};
#endif // WITH_METADATA
// ********** Begin Function NextPage constinit property declarations ******************************
// ********** End Function NextPage constinit property declarations ********************************
static const UECodeGen_Private::FFunctionParams FuncParams;
};
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UCommonWidgetCarousel_NextPage_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UCommonWidgetCarousel, nullptr, "NextPage", nullptr,
0,
0,
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UCommonWidgetCarousel_NextPage_Statics::Function_MetaDataParams), Z_Construct_UFunction_UCommonWidgetCarousel_NextPage_Statics::Function_MetaDataParams)}, };
UFunction* Z_Construct_UFunction_UCommonWidgetCarousel_NextPage()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UCommonWidgetCarousel_NextPage_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UCommonWidgetCarousel::execNextPage)
{
P_FINISH;
P_NATIVE_BEGIN;
P_THIS->NextPage();
P_NATIVE_END;
}
// ********** End Class UCommonWidgetCarousel Function NextPage ************************************
// ********** Begin Class UCommonWidgetCarousel Function PreviousPage ******************************
struct Z_Construct_UFunction_UCommonWidgetCarousel_PreviousPage_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Category", "Carousel" },
{ "ModuleRelativePath", "Public/CommonWidgetCarousel.h" },
};
#endif // WITH_METADATA
// ********** Begin Function PreviousPage constinit property declarations **************************
// ********** End Function PreviousPage constinit property declarations ****************************
static const UECodeGen_Private::FFunctionParams FuncParams;
};
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UCommonWidgetCarousel_PreviousPage_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UCommonWidgetCarousel, nullptr, "PreviousPage", nullptr,
0,
0,
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UCommonWidgetCarousel_PreviousPage_Statics::Function_MetaDataParams), Z_Construct_UFunction_UCommonWidgetCarousel_PreviousPage_Statics::Function_MetaDataParams)}, };
UFunction* Z_Construct_UFunction_UCommonWidgetCarousel_PreviousPage()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UCommonWidgetCarousel_PreviousPage_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UCommonWidgetCarousel::execPreviousPage)
{
P_FINISH;
P_NATIVE_BEGIN;
P_THIS->PreviousPage();
P_NATIVE_END;
}
// ********** End Class UCommonWidgetCarousel Function PreviousPage ********************************
// ********** Begin Class UCommonWidgetCarousel Function SetActiveWidget ***************************
struct Z_Construct_UFunction_UCommonWidgetCarousel_SetActiveWidget_Statics
{
struct CommonWidgetCarousel_eventSetActiveWidget_Parms
{
UWidget* Widget;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Category", "Carousel" },
{ "Comment", "/** Activates the widget and makes it the active index. */" },
{ "ModuleRelativePath", "Public/CommonWidgetCarousel.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_UCommonWidgetCarousel_SetActiveWidget_Statics::NewProp_Widget = { "Widget", nullptr, (EPropertyFlags)0x0010000000080080, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(CommonWidgetCarousel_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_UCommonWidgetCarousel_SetActiveWidget_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UCommonWidgetCarousel_SetActiveWidget_Statics::NewProp_Widget,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UCommonWidgetCarousel_SetActiveWidget_Statics::PropPointers) < 2048);
// ********** End Function SetActiveWidget Property Definitions ************************************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UCommonWidgetCarousel_SetActiveWidget_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UCommonWidgetCarousel, nullptr, "SetActiveWidget", Z_Construct_UFunction_UCommonWidgetCarousel_SetActiveWidget_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_UCommonWidgetCarousel_SetActiveWidget_Statics::PropPointers),
sizeof(Z_Construct_UFunction_UCommonWidgetCarousel_SetActiveWidget_Statics::CommonWidgetCarousel_eventSetActiveWidget_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020402, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UCommonWidgetCarousel_SetActiveWidget_Statics::Function_MetaDataParams), Z_Construct_UFunction_UCommonWidgetCarousel_SetActiveWidget_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UFunction_UCommonWidgetCarousel_SetActiveWidget_Statics::CommonWidgetCarousel_eventSetActiveWidget_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UCommonWidgetCarousel_SetActiveWidget()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UCommonWidgetCarousel_SetActiveWidget_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UCommonWidgetCarousel::execSetActiveWidget)
{
P_GET_OBJECT(UWidget,Z_Param_Widget);
P_FINISH;
P_NATIVE_BEGIN;
P_THIS->SetActiveWidget(Z_Param_Widget);
P_NATIVE_END;
}
// ********** End Class UCommonWidgetCarousel Function SetActiveWidget *****************************
// ********** Begin Class UCommonWidgetCarousel Function SetActiveWidgetIndex **********************
struct Z_Construct_UFunction_UCommonWidgetCarousel_SetActiveWidgetIndex_Statics
{
struct CommonWidgetCarousel_eventSetActiveWidgetIndex_Parms
{
int32 Index;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Category", "Carousel" },
{ "Comment", "/** Activates the widget at the specified index. */" },
{ "ModuleRelativePath", "Public/CommonWidgetCarousel.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_UCommonWidgetCarousel_SetActiveWidgetIndex_Statics::NewProp_Index = { "Index", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(CommonWidgetCarousel_eventSetActiveWidgetIndex_Parms, Index), METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UCommonWidgetCarousel_SetActiveWidgetIndex_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UCommonWidgetCarousel_SetActiveWidgetIndex_Statics::NewProp_Index,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UCommonWidgetCarousel_SetActiveWidgetIndex_Statics::PropPointers) < 2048);
// ********** End Function SetActiveWidgetIndex Property Definitions *******************************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UCommonWidgetCarousel_SetActiveWidgetIndex_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UCommonWidgetCarousel, nullptr, "SetActiveWidgetIndex", Z_Construct_UFunction_UCommonWidgetCarousel_SetActiveWidgetIndex_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_UCommonWidgetCarousel_SetActiveWidgetIndex_Statics::PropPointers),
sizeof(Z_Construct_UFunction_UCommonWidgetCarousel_SetActiveWidgetIndex_Statics::CommonWidgetCarousel_eventSetActiveWidgetIndex_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020402, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UCommonWidgetCarousel_SetActiveWidgetIndex_Statics::Function_MetaDataParams), Z_Construct_UFunction_UCommonWidgetCarousel_SetActiveWidgetIndex_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UFunction_UCommonWidgetCarousel_SetActiveWidgetIndex_Statics::CommonWidgetCarousel_eventSetActiveWidgetIndex_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UCommonWidgetCarousel_SetActiveWidgetIndex()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UCommonWidgetCarousel_SetActiveWidgetIndex_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UCommonWidgetCarousel::execSetActiveWidgetIndex)
{
P_GET_PROPERTY(FIntProperty,Z_Param_Index);
P_FINISH;
P_NATIVE_BEGIN;
P_THIS->SetActiveWidgetIndex(Z_Param_Index);
P_NATIVE_END;
}
// ********** End Class UCommonWidgetCarousel Function SetActiveWidgetIndex ************************
// ********** Begin Class UCommonWidgetCarousel Function SetCacheChildren **************************
struct Z_Construct_UFunction_UCommonWidgetCarousel_SetCacheChildren_Statics
{
struct CommonWidgetCarousel_eventSetCacheChildren_Parms
{
bool InCacheChildren;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Category", "Widget" },
{ "Comment", "/** Sets the current caching behavior. */" },
{ "ModuleRelativePath", "Public/CommonWidgetCarousel.h" },
{ "ToolTip", "Sets the current caching behavior." },
};
#endif // WITH_METADATA
// ********** Begin Function SetCacheChildren constinit property declarations **********************
static void NewProp_InCacheChildren_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_InCacheChildren;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Function SetCacheChildren constinit property declarations ************************
static const UECodeGen_Private::FFunctionParams FuncParams;
};
// ********** Begin Function SetCacheChildren Property Definitions *********************************
void Z_Construct_UFunction_UCommonWidgetCarousel_SetCacheChildren_Statics::NewProp_InCacheChildren_SetBit(void* Obj)
{
((CommonWidgetCarousel_eventSetCacheChildren_Parms*)Obj)->InCacheChildren = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UCommonWidgetCarousel_SetCacheChildren_Statics::NewProp_InCacheChildren = { "InCacheChildren", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(CommonWidgetCarousel_eventSetCacheChildren_Parms), &Z_Construct_UFunction_UCommonWidgetCarousel_SetCacheChildren_Statics::NewProp_InCacheChildren_SetBit, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UCommonWidgetCarousel_SetCacheChildren_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UCommonWidgetCarousel_SetCacheChildren_Statics::NewProp_InCacheChildren,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UCommonWidgetCarousel_SetCacheChildren_Statics::PropPointers) < 2048);
// ********** End Function SetCacheChildren Property Definitions ***********************************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UCommonWidgetCarousel_SetCacheChildren_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UCommonWidgetCarousel, nullptr, "SetCacheChildren", Z_Construct_UFunction_UCommonWidgetCarousel_SetCacheChildren_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_UCommonWidgetCarousel_SetCacheChildren_Statics::PropPointers),
sizeof(Z_Construct_UFunction_UCommonWidgetCarousel_SetCacheChildren_Statics::CommonWidgetCarousel_eventSetCacheChildren_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UCommonWidgetCarousel_SetCacheChildren_Statics::Function_MetaDataParams), Z_Construct_UFunction_UCommonWidgetCarousel_SetCacheChildren_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UFunction_UCommonWidgetCarousel_SetCacheChildren_Statics::CommonWidgetCarousel_eventSetCacheChildren_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UCommonWidgetCarousel_SetCacheChildren()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UCommonWidgetCarousel_SetCacheChildren_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UCommonWidgetCarousel::execSetCacheChildren)
{
P_GET_UBOOL(Z_Param_InCacheChildren);
P_FINISH;
P_NATIVE_BEGIN;
P_THIS->SetCacheChildren(Z_Param_InCacheChildren);
P_NATIVE_END;
}
// ********** End Class UCommonWidgetCarousel Function SetCacheChildren ****************************
// ********** Begin Class UCommonWidgetCarousel Function SetMoveSpeed ******************************
struct Z_Construct_UFunction_UCommonWidgetCarousel_SetMoveSpeed_Statics
{
struct CommonWidgetCarousel_eventSetMoveSpeed_Parms
{
float InMoveSpeed;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Category", "Widget" },
{ "Comment", "/** Sets the Move Speed. */" },
{ "ModuleRelativePath", "Public/CommonWidgetCarousel.h" },
{ "ToolTip", "Sets the Move Speed." },
};
#endif // WITH_METADATA
// ********** Begin Function SetMoveSpeed constinit property declarations **************************
static const UECodeGen_Private::FFloatPropertyParams NewProp_InMoveSpeed;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Function SetMoveSpeed constinit property declarations ****************************
static const UECodeGen_Private::FFunctionParams FuncParams;
};
// ********** Begin Function SetMoveSpeed Property Definitions *************************************
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UCommonWidgetCarousel_SetMoveSpeed_Statics::NewProp_InMoveSpeed = { "InMoveSpeed", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(CommonWidgetCarousel_eventSetMoveSpeed_Parms, InMoveSpeed), METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UCommonWidgetCarousel_SetMoveSpeed_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UCommonWidgetCarousel_SetMoveSpeed_Statics::NewProp_InMoveSpeed,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UCommonWidgetCarousel_SetMoveSpeed_Statics::PropPointers) < 2048);
// ********** End Function SetMoveSpeed Property Definitions ***************************************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UCommonWidgetCarousel_SetMoveSpeed_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UCommonWidgetCarousel, nullptr, "SetMoveSpeed", Z_Construct_UFunction_UCommonWidgetCarousel_SetMoveSpeed_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_UCommonWidgetCarousel_SetMoveSpeed_Statics::PropPointers),
sizeof(Z_Construct_UFunction_UCommonWidgetCarousel_SetMoveSpeed_Statics::CommonWidgetCarousel_eventSetMoveSpeed_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UCommonWidgetCarousel_SetMoveSpeed_Statics::Function_MetaDataParams), Z_Construct_UFunction_UCommonWidgetCarousel_SetMoveSpeed_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UFunction_UCommonWidgetCarousel_SetMoveSpeed_Statics::CommonWidgetCarousel_eventSetMoveSpeed_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UCommonWidgetCarousel_SetMoveSpeed()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UCommonWidgetCarousel_SetMoveSpeed_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UCommonWidgetCarousel::execSetMoveSpeed)
{
P_GET_PROPERTY(FFloatProperty,Z_Param_InMoveSpeed);
P_FINISH;
P_NATIVE_BEGIN;
P_THIS->SetMoveSpeed(Z_Param_InMoveSpeed);
P_NATIVE_END;
}
// ********** End Class UCommonWidgetCarousel Function SetMoveSpeed ********************************
// ********** Begin Class UCommonWidgetCarousel ****************************************************
void UCommonWidgetCarousel::GetMoveSpeed_WrapperImpl(const void* Object, void* OutValue)
{
const UCommonWidgetCarousel* Obj = (const UCommonWidgetCarousel*)Object;
float& Result = *(float*)OutValue;
Result = (float)Obj->GetMoveSpeed();
}
void UCommonWidgetCarousel::SetMoveSpeed_WrapperImpl(void* Object, const void* InValue)
{
UCommonWidgetCarousel* Obj = (UCommonWidgetCarousel*)Object;
float& Value = *(float*)InValue;
Obj->SetMoveSpeed(Value);
}
void UCommonWidgetCarousel::GetbCacheChildren_WrapperImpl(const void* Object, void* OutValue)
{
const UCommonWidgetCarousel* Obj = (const UCommonWidgetCarousel*)Object;
bool& Result = *(bool*)OutValue;
Result = (bool)Obj->GetCacheChildren();
}
void UCommonWidgetCarousel::SetbCacheChildren_WrapperImpl(void* Object, const void* InValue)
{
UCommonWidgetCarousel* Obj = (UCommonWidgetCarousel*)Object;
bool& Value = *(bool*)InValue;
Obj->SetCacheChildren(Value);
}
FClassRegistrationInfo Z_Registration_Info_UClass_UCommonWidgetCarousel;
UClass* UCommonWidgetCarousel::GetPrivateStaticClass()
{
using TClass = UCommonWidgetCarousel;
if (!Z_Registration_Info_UClass_UCommonWidgetCarousel.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("CommonWidgetCarousel"),
Z_Registration_Info_UClass_UCommonWidgetCarousel.InnerSingleton,
StaticRegisterNativesUCommonWidgetCarousel,
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_UCommonWidgetCarousel.InnerSingleton;
}
UClass* Z_Construct_UClass_UCommonWidgetCarousel_NoRegister()
{
return UCommonWidgetCarousel::GetPrivateStaticClass();
}
struct Z_Construct_UClass_UCommonWidgetCarousel_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "BlueprintType", "true" },
{ "Comment", "/**\n * A widget switcher is like a tab control, but without tabs. At most one widget is visible at time.\n */" },
{ "IncludePath", "CommonWidgetCarousel.h" },
{ "IsBlueprintBase", "true" },
{ "ModuleRelativePath", "Public/CommonWidgetCarousel.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[] = {
{ "Category", "Carousel" },
{ "ClampMin", "0" },
{ "Comment", "/** The slot index to display */" },
{ "ModuleRelativePath", "Public/CommonWidgetCarousel.h" },
{ "ToolTip", "The slot index to display" },
{ "UIMin", "0" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_MoveSpeed_MetaData[] = {
{ "BlueprintGetter", "GetMoveSpeed" },
{ "BlueprintSetter", "SetMoveSpeed" },
{ "Category", "Carousel" },
{ "ClampMin", "0" },
{ "Comment", "/** How quickly the carousel transitions when changing active widget */" },
{ "ModuleRelativePath", "Public/CommonWidgetCarousel.h" },
{ "ToolTip", "How quickly the carousel transitions when changing active widget" },
{ "UIMin", "0" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bCacheChildren_MetaData[] = {
{ "BlueprintGetter", "GetCacheChildren" },
{ "BlueprintSetter", "SetCacheChildren" },
{ "Category", "Carousel" },
{ "Comment", "/** Whether we should cache children to prevent them from being destroyed when not visible. Enable this to avoid ConstructWidget costs when changing index, disable to save memory */" },
{ "ModuleRelativePath", "Public/CommonWidgetCarousel.h" },
{ "ToolTip", "Whether we should cache children to prevent them from being destroyed when not visible. Enable this to avoid ConstructWidget costs when changing index, disable to save memory" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_OnCurrentPageIndexChanged_MetaData[] = {
{ "Category", "Carousel" },
{ "ModuleRelativePath", "Public/CommonWidgetCarousel.h" },
};
#endif // WITH_METADATA
// ********** Begin Class UCommonWidgetCarousel constinit property declarations ********************
static const UECodeGen_Private::FIntPropertyParams NewProp_ActiveWidgetIndex;
static const UECodeGen_Private::FFloatPropertyParams NewProp_MoveSpeed;
static void NewProp_bCacheChildren_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_bCacheChildren;
static const UECodeGen_Private::FMulticastDelegatePropertyParams NewProp_OnCurrentPageIndexChanged;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Class UCommonWidgetCarousel constinit property declarations **********************
static constexpr UE::CodeGen::FClassNativeFunction Funcs[] = {
{ .NameUTF8 = UTF8TEXT("BeginAutoScrolling"), .Pointer = &UCommonWidgetCarousel::execBeginAutoScrolling },
{ .NameUTF8 = UTF8TEXT("EndAutoScrolling"), .Pointer = &UCommonWidgetCarousel::execEndAutoScrolling },
{ .NameUTF8 = UTF8TEXT("GetActiveWidgetIndex"), .Pointer = &UCommonWidgetCarousel::execGetActiveWidgetIndex },
{ .NameUTF8 = UTF8TEXT("GetCacheChildren"), .Pointer = &UCommonWidgetCarousel::execGetCacheChildren },
{ .NameUTF8 = UTF8TEXT("GetMoveSpeed"), .Pointer = &UCommonWidgetCarousel::execGetMoveSpeed },
{ .NameUTF8 = UTF8TEXT("GetWidgetAtIndex"), .Pointer = &UCommonWidgetCarousel::execGetWidgetAtIndex },
{ .NameUTF8 = UTF8TEXT("NextPage"), .Pointer = &UCommonWidgetCarousel::execNextPage },
{ .NameUTF8 = UTF8TEXT("PreviousPage"), .Pointer = &UCommonWidgetCarousel::execPreviousPage },
{ .NameUTF8 = UTF8TEXT("SetActiveWidget"), .Pointer = &UCommonWidgetCarousel::execSetActiveWidget },
{ .NameUTF8 = UTF8TEXT("SetActiveWidgetIndex"), .Pointer = &UCommonWidgetCarousel::execSetActiveWidgetIndex },
{ .NameUTF8 = UTF8TEXT("SetCacheChildren"), .Pointer = &UCommonWidgetCarousel::execSetCacheChildren },
{ .NameUTF8 = UTF8TEXT("SetMoveSpeed"), .Pointer = &UCommonWidgetCarousel::execSetMoveSpeed },
};
static UObject* (*const DependentSingletons[])();
static constexpr FClassFunctionLinkInfo FuncInfo[] = {
{ &Z_Construct_UFunction_UCommonWidgetCarousel_BeginAutoScrolling, "BeginAutoScrolling" }, // 742123679
{ &Z_Construct_UFunction_UCommonWidgetCarousel_EndAutoScrolling, "EndAutoScrolling" }, // 1102662096
{ &Z_Construct_UFunction_UCommonWidgetCarousel_GetActiveWidgetIndex, "GetActiveWidgetIndex" }, // 552317239
{ &Z_Construct_UFunction_UCommonWidgetCarousel_GetCacheChildren, "GetCacheChildren" }, // 4047244818
{ &Z_Construct_UFunction_UCommonWidgetCarousel_GetMoveSpeed, "GetMoveSpeed" }, // 3108466952
{ &Z_Construct_UFunction_UCommonWidgetCarousel_GetWidgetAtIndex, "GetWidgetAtIndex" }, // 4121107375
{ &Z_Construct_UFunction_UCommonWidgetCarousel_NextPage, "NextPage" }, // 113698149
{ &Z_Construct_UFunction_UCommonWidgetCarousel_PreviousPage, "PreviousPage" }, // 807240849
{ &Z_Construct_UFunction_UCommonWidgetCarousel_SetActiveWidget, "SetActiveWidget" }, // 773073592
{ &Z_Construct_UFunction_UCommonWidgetCarousel_SetActiveWidgetIndex, "SetActiveWidgetIndex" }, // 244150089
{ &Z_Construct_UFunction_UCommonWidgetCarousel_SetCacheChildren, "SetCacheChildren" }, // 764201222
{ &Z_Construct_UFunction_UCommonWidgetCarousel_SetMoveSpeed, "SetMoveSpeed" }, // 1995435490
};
static_assert(UE_ARRAY_COUNT(FuncInfo) < 2048);
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<UCommonWidgetCarousel>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_UCommonWidgetCarousel_Statics
// ********** Begin Class UCommonWidgetCarousel Property Definitions *******************************
const UECodeGen_Private::FIntPropertyParams Z_Construct_UClass_UCommonWidgetCarousel_Statics::NewProp_ActiveWidgetIndex = { "ActiveWidgetIndex", nullptr, (EPropertyFlags)0x0010000000000015, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UCommonWidgetCarousel, ActiveWidgetIndex), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ActiveWidgetIndex_MetaData), NewProp_ActiveWidgetIndex_MetaData) };
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UClass_UCommonWidgetCarousel_Statics::NewProp_MoveSpeed = { "MoveSpeed", nullptr, (EPropertyFlags)0x0020080000000005, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, &UCommonWidgetCarousel::SetMoveSpeed_WrapperImpl, &UCommonWidgetCarousel::GetMoveSpeed_WrapperImpl, 1, STRUCT_OFFSET(UCommonWidgetCarousel, MoveSpeed), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_MoveSpeed_MetaData), NewProp_MoveSpeed_MetaData) };
void Z_Construct_UClass_UCommonWidgetCarousel_Statics::NewProp_bCacheChildren_SetBit(void* Obj)
{
((UCommonWidgetCarousel*)Obj)->bCacheChildren = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_UCommonWidgetCarousel_Statics::NewProp_bCacheChildren = { "bCacheChildren", nullptr, (EPropertyFlags)0x0020080000000005, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, &UCommonWidgetCarousel::SetbCacheChildren_WrapperImpl, &UCommonWidgetCarousel::GetbCacheChildren_WrapperImpl, 1, sizeof(bool), sizeof(UCommonWidgetCarousel), &Z_Construct_UClass_UCommonWidgetCarousel_Statics::NewProp_bCacheChildren_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bCacheChildren_MetaData), NewProp_bCacheChildren_MetaData) };
const UECodeGen_Private::FMulticastDelegatePropertyParams Z_Construct_UClass_UCommonWidgetCarousel_Statics::NewProp_OnCurrentPageIndexChanged = { "OnCurrentPageIndexChanged", nullptr, (EPropertyFlags)0x0010000010080000, UECodeGen_Private::EPropertyGenFlags::InlineMulticastDelegate, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UCommonWidgetCarousel, OnCurrentPageIndexChanged), Z_Construct_UDelegateFunction_CommonUI_OnCurrentPageIndexChanged__DelegateSignature, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_OnCurrentPageIndexChanged_MetaData), NewProp_OnCurrentPageIndexChanged_MetaData) }; // 3034601914
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UCommonWidgetCarousel_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UCommonWidgetCarousel_Statics::NewProp_ActiveWidgetIndex,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UCommonWidgetCarousel_Statics::NewProp_MoveSpeed,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UCommonWidgetCarousel_Statics::NewProp_bCacheChildren,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UCommonWidgetCarousel_Statics::NewProp_OnCurrentPageIndexChanged,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UCommonWidgetCarousel_Statics::PropPointers) < 2048);
// ********** End Class UCommonWidgetCarousel Property Definitions *********************************
UObject* (*const Z_Construct_UClass_UCommonWidgetCarousel_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UPanelWidget,
(UObject* (*)())Z_Construct_UPackage__Script_CommonUI,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UCommonWidgetCarousel_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_UCommonWidgetCarousel_Statics::ClassParams = {
&UCommonWidgetCarousel::StaticClass,
nullptr,
&StaticCppClassTypeInfo,
DependentSingletons,
FuncInfo,
Z_Construct_UClass_UCommonWidgetCarousel_Statics::PropPointers,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
UE_ARRAY_COUNT(FuncInfo),
UE_ARRAY_COUNT(Z_Construct_UClass_UCommonWidgetCarousel_Statics::PropPointers),
0,
0x00A800A0u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UCommonWidgetCarousel_Statics::Class_MetaDataParams), Z_Construct_UClass_UCommonWidgetCarousel_Statics::Class_MetaDataParams)
};
void UCommonWidgetCarousel::StaticRegisterNativesUCommonWidgetCarousel()
{
UClass* Class = UCommonWidgetCarousel::StaticClass();
FNativeFunctionRegistrar::RegisterFunctions(Class, MakeConstArrayView(Z_Construct_UClass_UCommonWidgetCarousel_Statics::Funcs));
}
UClass* Z_Construct_UClass_UCommonWidgetCarousel()
{
if (!Z_Registration_Info_UClass_UCommonWidgetCarousel.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UCommonWidgetCarousel.OuterSingleton, Z_Construct_UClass_UCommonWidgetCarousel_Statics::ClassParams);
}
return Z_Registration_Info_UClass_UCommonWidgetCarousel.OuterSingleton;
}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UCommonWidgetCarousel);
UCommonWidgetCarousel::~UCommonWidgetCarousel() {}
// ********** End Class UCommonWidgetCarousel ******************************************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_CommonUI_Source_CommonUI_Public_CommonWidgetCarousel_h__Script_CommonUI_Statics
{
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
{ Z_Construct_UClass_UCommonWidgetCarousel, UCommonWidgetCarousel::StaticClass, TEXT("UCommonWidgetCarousel"), &Z_Registration_Info_UClass_UCommonWidgetCarousel, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UCommonWidgetCarousel), 1104548472U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_CommonUI_Source_CommonUI_Public_CommonWidgetCarousel_h__Script_CommonUI_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_CommonUI_Source_CommonUI_Public_CommonWidgetCarousel_h__Script_CommonUI_1227202464{
TEXT("/Script/CommonUI"),
Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_CommonUI_Source_CommonUI_Public_CommonWidgetCarousel_h__Script_CommonUI_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_CommonUI_Source_CommonUI_Public_CommonWidgetCarousel_h__Script_CommonUI_Statics::ClassInfo),
nullptr, 0,
nullptr, 0,
};
// ********** End Registration *********************************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS