361 lines
27 KiB
C++
361 lines
27 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 "CommonWidgetCarouselNavBar.h"
|
|
#include "Layout/Margin.h"
|
|
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
|
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
|
|
void EmptyLinkFunctionForGeneratedCodeCommonWidgetCarouselNavBar() {}
|
|
|
|
// ********** Begin Cross Module References ********************************************************
|
|
COMMONUI_API UClass* Z_Construct_UClass_UCommonButtonBase_NoRegister();
|
|
COMMONUI_API UClass* Z_Construct_UClass_UCommonButtonGroupBase_NoRegister();
|
|
COMMONUI_API UClass* Z_Construct_UClass_UCommonWidgetCarousel_NoRegister();
|
|
COMMONUI_API UClass* Z_Construct_UClass_UCommonWidgetCarouselNavBar();
|
|
COMMONUI_API UClass* Z_Construct_UClass_UCommonWidgetCarouselNavBar_NoRegister();
|
|
COREUOBJECT_API UClass* Z_Construct_UClass_UClass_NoRegister();
|
|
SLATECORE_API UScriptStruct* Z_Construct_UScriptStruct_FMargin();
|
|
UMG_API UClass* Z_Construct_UClass_UWidget();
|
|
UPackage* Z_Construct_UPackage__Script_CommonUI();
|
|
// ********** End Cross Module References **********************************************************
|
|
|
|
// ********** Begin Class UCommonWidgetCarouselNavBar Function HandleButtonClicked *****************
|
|
struct Z_Construct_UFunction_UCommonWidgetCarouselNavBar_HandleButtonClicked_Statics
|
|
{
|
|
struct CommonWidgetCarouselNavBar_eventHandleButtonClicked_Parms
|
|
{
|
|
UCommonButtonBase* AssociatedButton;
|
|
int32 ButtonIndex;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "ModuleRelativePath", "Public/CommonWidgetCarouselNavBar.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_AssociatedButton_MetaData[] = {
|
|
{ "EditInline", "true" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function HandleButtonClicked constinit property declarations *******************
|
|
static const UECodeGen_Private::FObjectPropertyParams NewProp_AssociatedButton;
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_ButtonIndex;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function HandleButtonClicked constinit property declarations *********************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function HandleButtonClicked Property Definitions ******************************
|
|
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UCommonWidgetCarouselNavBar_HandleButtonClicked_Statics::NewProp_AssociatedButton = { "AssociatedButton", nullptr, (EPropertyFlags)0x0010000000080080, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(CommonWidgetCarouselNavBar_eventHandleButtonClicked_Parms, AssociatedButton), Z_Construct_UClass_UCommonButtonBase_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_AssociatedButton_MetaData), NewProp_AssociatedButton_MetaData) };
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UCommonWidgetCarouselNavBar_HandleButtonClicked_Statics::NewProp_ButtonIndex = { "ButtonIndex", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(CommonWidgetCarouselNavBar_eventHandleButtonClicked_Parms, ButtonIndex), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UCommonWidgetCarouselNavBar_HandleButtonClicked_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UCommonWidgetCarouselNavBar_HandleButtonClicked_Statics::NewProp_AssociatedButton,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UCommonWidgetCarouselNavBar_HandleButtonClicked_Statics::NewProp_ButtonIndex,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UCommonWidgetCarouselNavBar_HandleButtonClicked_Statics::PropPointers) < 2048);
|
|
// ********** End Function HandleButtonClicked Property Definitions ********************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UCommonWidgetCarouselNavBar_HandleButtonClicked_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UCommonWidgetCarouselNavBar, nullptr, "HandleButtonClicked", Z_Construct_UFunction_UCommonWidgetCarouselNavBar_HandleButtonClicked_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UCommonWidgetCarouselNavBar_HandleButtonClicked_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UCommonWidgetCarouselNavBar_HandleButtonClicked_Statics::CommonWidgetCarouselNavBar_eventHandleButtonClicked_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x00080403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UCommonWidgetCarouselNavBar_HandleButtonClicked_Statics::Function_MetaDataParams), Z_Construct_UFunction_UCommonWidgetCarouselNavBar_HandleButtonClicked_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UCommonWidgetCarouselNavBar_HandleButtonClicked_Statics::CommonWidgetCarouselNavBar_eventHandleButtonClicked_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UCommonWidgetCarouselNavBar_HandleButtonClicked()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UCommonWidgetCarouselNavBar_HandleButtonClicked_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UCommonWidgetCarouselNavBar::execHandleButtonClicked)
|
|
{
|
|
P_GET_OBJECT(UCommonButtonBase,Z_Param_AssociatedButton);
|
|
P_GET_PROPERTY(FIntProperty,Z_Param_ButtonIndex);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
P_THIS->HandleButtonClicked(Z_Param_AssociatedButton,Z_Param_ButtonIndex);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UCommonWidgetCarouselNavBar Function HandleButtonClicked *******************
|
|
|
|
// ********** Begin Class UCommonWidgetCarouselNavBar Function HandlePageChanged *******************
|
|
struct Z_Construct_UFunction_UCommonWidgetCarouselNavBar_HandlePageChanged_Statics
|
|
{
|
|
struct CommonWidgetCarouselNavBar_eventHandlePageChanged_Parms
|
|
{
|
|
UCommonWidgetCarousel* CommonCarousel;
|
|
int32 PageIndex;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "ModuleRelativePath", "Public/CommonWidgetCarouselNavBar.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_CommonCarousel_MetaData[] = {
|
|
{ "EditInline", "true" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function HandlePageChanged constinit property declarations *********************
|
|
static const UECodeGen_Private::FObjectPropertyParams NewProp_CommonCarousel;
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_PageIndex;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function HandlePageChanged constinit property declarations ***********************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function HandlePageChanged Property Definitions ********************************
|
|
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UCommonWidgetCarouselNavBar_HandlePageChanged_Statics::NewProp_CommonCarousel = { "CommonCarousel", nullptr, (EPropertyFlags)0x0010000000080080, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(CommonWidgetCarouselNavBar_eventHandlePageChanged_Parms, CommonCarousel), Z_Construct_UClass_UCommonWidgetCarousel_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_CommonCarousel_MetaData), NewProp_CommonCarousel_MetaData) };
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UCommonWidgetCarouselNavBar_HandlePageChanged_Statics::NewProp_PageIndex = { "PageIndex", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(CommonWidgetCarouselNavBar_eventHandlePageChanged_Parms, PageIndex), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UCommonWidgetCarouselNavBar_HandlePageChanged_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UCommonWidgetCarouselNavBar_HandlePageChanged_Statics::NewProp_CommonCarousel,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UCommonWidgetCarouselNavBar_HandlePageChanged_Statics::NewProp_PageIndex,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UCommonWidgetCarouselNavBar_HandlePageChanged_Statics::PropPointers) < 2048);
|
|
// ********** End Function HandlePageChanged Property Definitions **********************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UCommonWidgetCarouselNavBar_HandlePageChanged_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UCommonWidgetCarouselNavBar, nullptr, "HandlePageChanged", Z_Construct_UFunction_UCommonWidgetCarouselNavBar_HandlePageChanged_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UCommonWidgetCarouselNavBar_HandlePageChanged_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UCommonWidgetCarouselNavBar_HandlePageChanged_Statics::CommonWidgetCarouselNavBar_eventHandlePageChanged_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x00080403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UCommonWidgetCarouselNavBar_HandlePageChanged_Statics::Function_MetaDataParams), Z_Construct_UFunction_UCommonWidgetCarouselNavBar_HandlePageChanged_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UCommonWidgetCarouselNavBar_HandlePageChanged_Statics::CommonWidgetCarouselNavBar_eventHandlePageChanged_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UCommonWidgetCarouselNavBar_HandlePageChanged()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UCommonWidgetCarouselNavBar_HandlePageChanged_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UCommonWidgetCarouselNavBar::execHandlePageChanged)
|
|
{
|
|
P_GET_OBJECT(UCommonWidgetCarousel,Z_Param_CommonCarousel);
|
|
P_GET_PROPERTY(FIntProperty,Z_Param_PageIndex);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
P_THIS->HandlePageChanged(Z_Param_CommonCarousel,Z_Param_PageIndex);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UCommonWidgetCarouselNavBar Function HandlePageChanged *********************
|
|
|
|
// ********** Begin Class UCommonWidgetCarouselNavBar Function SetLinkedCarousel *******************
|
|
struct Z_Construct_UFunction_UCommonWidgetCarouselNavBar_SetLinkedCarousel_Statics
|
|
{
|
|
struct CommonWidgetCarouselNavBar_eventSetLinkedCarousel_Parms
|
|
{
|
|
UCommonWidgetCarousel* CommonCarousel;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "CarouselNavBar" },
|
|
{ "Comment", "/**\n\x09 * Establishes the Widget Carousel instance that this Nav Bar should interact with\n\x09 * @param CommonCarousel The carousel that this nav bar should be associated with and manipulate\n\x09 */" },
|
|
{ "ModuleRelativePath", "Public/CommonWidgetCarouselNavBar.h" },
|
|
{ "ToolTip", "Establishes the Widget Carousel instance that this Nav Bar should interact with\n@param CommonCarousel The carousel that this nav bar should be associated with and manipulate" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_CommonCarousel_MetaData[] = {
|
|
{ "EditInline", "true" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function SetLinkedCarousel constinit property declarations *********************
|
|
static const UECodeGen_Private::FObjectPropertyParams NewProp_CommonCarousel;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function SetLinkedCarousel constinit property declarations ***********************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function SetLinkedCarousel Property Definitions ********************************
|
|
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UCommonWidgetCarouselNavBar_SetLinkedCarousel_Statics::NewProp_CommonCarousel = { "CommonCarousel", nullptr, (EPropertyFlags)0x0010000000080080, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(CommonWidgetCarouselNavBar_eventSetLinkedCarousel_Parms, CommonCarousel), Z_Construct_UClass_UCommonWidgetCarousel_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_CommonCarousel_MetaData), NewProp_CommonCarousel_MetaData) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UCommonWidgetCarouselNavBar_SetLinkedCarousel_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UCommonWidgetCarouselNavBar_SetLinkedCarousel_Statics::NewProp_CommonCarousel,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UCommonWidgetCarouselNavBar_SetLinkedCarousel_Statics::PropPointers) < 2048);
|
|
// ********** End Function SetLinkedCarousel Property Definitions **********************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UCommonWidgetCarouselNavBar_SetLinkedCarousel_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UCommonWidgetCarouselNavBar, nullptr, "SetLinkedCarousel", Z_Construct_UFunction_UCommonWidgetCarouselNavBar_SetLinkedCarousel_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UCommonWidgetCarouselNavBar_SetLinkedCarousel_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UCommonWidgetCarouselNavBar_SetLinkedCarousel_Statics::CommonWidgetCarouselNavBar_eventSetLinkedCarousel_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UCommonWidgetCarouselNavBar_SetLinkedCarousel_Statics::Function_MetaDataParams), Z_Construct_UFunction_UCommonWidgetCarouselNavBar_SetLinkedCarousel_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UCommonWidgetCarouselNavBar_SetLinkedCarousel_Statics::CommonWidgetCarouselNavBar_eventSetLinkedCarousel_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UCommonWidgetCarouselNavBar_SetLinkedCarousel()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UCommonWidgetCarouselNavBar_SetLinkedCarousel_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UCommonWidgetCarouselNavBar::execSetLinkedCarousel)
|
|
{
|
|
P_GET_OBJECT(UCommonWidgetCarousel,Z_Param_CommonCarousel);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
P_THIS->SetLinkedCarousel(Z_Param_CommonCarousel);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UCommonWidgetCarouselNavBar Function SetLinkedCarousel *********************
|
|
|
|
// ********** Begin Class UCommonWidgetCarouselNavBar **********************************************
|
|
FClassRegistrationInfo Z_Registration_Info_UClass_UCommonWidgetCarouselNavBar;
|
|
UClass* UCommonWidgetCarouselNavBar::GetPrivateStaticClass()
|
|
{
|
|
using TClass = UCommonWidgetCarouselNavBar;
|
|
if (!Z_Registration_Info_UClass_UCommonWidgetCarouselNavBar.InnerSingleton)
|
|
{
|
|
GetPrivateStaticClassBody(
|
|
TClass::StaticPackage(),
|
|
TEXT("CommonWidgetCarouselNavBar"),
|
|
Z_Registration_Info_UClass_UCommonWidgetCarouselNavBar.InnerSingleton,
|
|
StaticRegisterNativesUCommonWidgetCarouselNavBar,
|
|
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_UCommonWidgetCarouselNavBar.InnerSingleton;
|
|
}
|
|
UClass* Z_Construct_UClass_UCommonWidgetCarouselNavBar_NoRegister()
|
|
{
|
|
return UCommonWidgetCarouselNavBar::GetPrivateStaticClass();
|
|
}
|
|
struct Z_Construct_UClass_UCommonWidgetCarouselNavBar_Statics
|
|
{
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
|
|
{ "BlueprintType", "true" },
|
|
{ "Comment", "/**\n * A Navigation control for a Carousel\n */" },
|
|
{ "IncludePath", "CommonWidgetCarouselNavBar.h" },
|
|
{ "IsBlueprintBase", "true" },
|
|
{ "ModuleRelativePath", "Public/CommonWidgetCarouselNavBar.h" },
|
|
{ "ToolTip", "A Navigation control for a Carousel" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ButtonWidgetType_MetaData[] = {
|
|
{ "Category", "CarouselNavBar" },
|
|
{ "ModuleRelativePath", "Public/CommonWidgetCarouselNavBar.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ButtonPadding_MetaData[] = {
|
|
{ "Category", "CarouselNavBar" },
|
|
{ "ModuleRelativePath", "Public/CommonWidgetCarouselNavBar.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_LinkedCarousel_MetaData[] = {
|
|
{ "EditInline", "true" },
|
|
{ "ModuleRelativePath", "Public/CommonWidgetCarouselNavBar.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ButtonGroup_MetaData[] = {
|
|
{ "ModuleRelativePath", "Public/CommonWidgetCarouselNavBar.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Buttons_MetaData[] = {
|
|
{ "EditInline", "true" },
|
|
{ "ModuleRelativePath", "Public/CommonWidgetCarouselNavBar.h" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Class UCommonWidgetCarouselNavBar constinit property declarations **************
|
|
static const UECodeGen_Private::FClassPropertyParams NewProp_ButtonWidgetType;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ButtonPadding;
|
|
static const UECodeGen_Private::FObjectPropertyParams NewProp_LinkedCarousel;
|
|
static const UECodeGen_Private::FObjectPropertyParams NewProp_ButtonGroup;
|
|
static const UECodeGen_Private::FObjectPropertyParams NewProp_Buttons_Inner;
|
|
static const UECodeGen_Private::FArrayPropertyParams NewProp_Buttons;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Class UCommonWidgetCarouselNavBar constinit property declarations ****************
|
|
static constexpr UE::CodeGen::FClassNativeFunction Funcs[] = {
|
|
{ .NameUTF8 = UTF8TEXT("HandleButtonClicked"), .Pointer = &UCommonWidgetCarouselNavBar::execHandleButtonClicked },
|
|
{ .NameUTF8 = UTF8TEXT("HandlePageChanged"), .Pointer = &UCommonWidgetCarouselNavBar::execHandlePageChanged },
|
|
{ .NameUTF8 = UTF8TEXT("SetLinkedCarousel"), .Pointer = &UCommonWidgetCarouselNavBar::execSetLinkedCarousel },
|
|
};
|
|
static UObject* (*const DependentSingletons[])();
|
|
static constexpr FClassFunctionLinkInfo FuncInfo[] = {
|
|
{ &Z_Construct_UFunction_UCommonWidgetCarouselNavBar_HandleButtonClicked, "HandleButtonClicked" }, // 1238932932
|
|
{ &Z_Construct_UFunction_UCommonWidgetCarouselNavBar_HandlePageChanged, "HandlePageChanged" }, // 2281234233
|
|
{ &Z_Construct_UFunction_UCommonWidgetCarouselNavBar_SetLinkedCarousel, "SetLinkedCarousel" }, // 4208790943
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(FuncInfo) < 2048);
|
|
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
|
|
TCppClassTypeTraits<UCommonWidgetCarouselNavBar>::IsAbstract,
|
|
};
|
|
static const UECodeGen_Private::FClassParams ClassParams;
|
|
}; // struct Z_Construct_UClass_UCommonWidgetCarouselNavBar_Statics
|
|
|
|
// ********** Begin Class UCommonWidgetCarouselNavBar Property Definitions *************************
|
|
const UECodeGen_Private::FClassPropertyParams Z_Construct_UClass_UCommonWidgetCarouselNavBar_Statics::NewProp_ButtonWidgetType = { "ButtonWidgetType", nullptr, (EPropertyFlags)0x0014000000000015, UECodeGen_Private::EPropertyGenFlags::Class, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UCommonWidgetCarouselNavBar, ButtonWidgetType), Z_Construct_UClass_UClass_NoRegister, Z_Construct_UClass_UCommonButtonBase_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ButtonWidgetType_MetaData), NewProp_ButtonWidgetType_MetaData) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UCommonWidgetCarouselNavBar_Statics::NewProp_ButtonPadding = { "ButtonPadding", nullptr, (EPropertyFlags)0x0010000000000015, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UCommonWidgetCarouselNavBar, ButtonPadding), Z_Construct_UScriptStruct_FMargin, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ButtonPadding_MetaData), NewProp_ButtonPadding_MetaData) }; // 4099648758
|
|
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UClass_UCommonWidgetCarouselNavBar_Statics::NewProp_LinkedCarousel = { "LinkedCarousel", nullptr, (EPropertyFlags)0x0124080000080008, UECodeGen_Private::EPropertyGenFlags::Object | UECodeGen_Private::EPropertyGenFlags::ObjectPtr, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UCommonWidgetCarouselNavBar, LinkedCarousel), Z_Construct_UClass_UCommonWidgetCarousel_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_LinkedCarousel_MetaData), NewProp_LinkedCarousel_MetaData) };
|
|
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UClass_UCommonWidgetCarouselNavBar_Statics::NewProp_ButtonGroup = { "ButtonGroup", nullptr, (EPropertyFlags)0x0124080000000000, UECodeGen_Private::EPropertyGenFlags::Object | UECodeGen_Private::EPropertyGenFlags::ObjectPtr, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UCommonWidgetCarouselNavBar, ButtonGroup), Z_Construct_UClass_UCommonButtonGroupBase_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ButtonGroup_MetaData), NewProp_ButtonGroup_MetaData) };
|
|
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UClass_UCommonWidgetCarouselNavBar_Statics::NewProp_Buttons_Inner = { "Buttons", nullptr, (EPropertyFlags)0x0104000000080008, UECodeGen_Private::EPropertyGenFlags::Object | UECodeGen_Private::EPropertyGenFlags::ObjectPtr, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, Z_Construct_UClass_UCommonButtonBase_NoRegister, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UClass_UCommonWidgetCarouselNavBar_Statics::NewProp_Buttons = { "Buttons", nullptr, (EPropertyFlags)0x0124088000000008, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UCommonWidgetCarouselNavBar, Buttons), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Buttons_MetaData), NewProp_Buttons_MetaData) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UCommonWidgetCarouselNavBar_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UCommonWidgetCarouselNavBar_Statics::NewProp_ButtonWidgetType,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UCommonWidgetCarouselNavBar_Statics::NewProp_ButtonPadding,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UCommonWidgetCarouselNavBar_Statics::NewProp_LinkedCarousel,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UCommonWidgetCarouselNavBar_Statics::NewProp_ButtonGroup,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UCommonWidgetCarouselNavBar_Statics::NewProp_Buttons_Inner,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UCommonWidgetCarouselNavBar_Statics::NewProp_Buttons,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UCommonWidgetCarouselNavBar_Statics::PropPointers) < 2048);
|
|
// ********** End Class UCommonWidgetCarouselNavBar Property Definitions ***************************
|
|
UObject* (*const Z_Construct_UClass_UCommonWidgetCarouselNavBar_Statics::DependentSingletons[])() = {
|
|
(UObject* (*)())Z_Construct_UClass_UWidget,
|
|
(UObject* (*)())Z_Construct_UPackage__Script_CommonUI,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UCommonWidgetCarouselNavBar_Statics::DependentSingletons) < 16);
|
|
const UECodeGen_Private::FClassParams Z_Construct_UClass_UCommonWidgetCarouselNavBar_Statics::ClassParams = {
|
|
&UCommonWidgetCarouselNavBar::StaticClass,
|
|
nullptr,
|
|
&StaticCppClassTypeInfo,
|
|
DependentSingletons,
|
|
FuncInfo,
|
|
Z_Construct_UClass_UCommonWidgetCarouselNavBar_Statics::PropPointers,
|
|
nullptr,
|
|
UE_ARRAY_COUNT(DependentSingletons),
|
|
UE_ARRAY_COUNT(FuncInfo),
|
|
UE_ARRAY_COUNT(Z_Construct_UClass_UCommonWidgetCarouselNavBar_Statics::PropPointers),
|
|
0,
|
|
0x00A800A0u,
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UCommonWidgetCarouselNavBar_Statics::Class_MetaDataParams), Z_Construct_UClass_UCommonWidgetCarouselNavBar_Statics::Class_MetaDataParams)
|
|
};
|
|
void UCommonWidgetCarouselNavBar::StaticRegisterNativesUCommonWidgetCarouselNavBar()
|
|
{
|
|
UClass* Class = UCommonWidgetCarouselNavBar::StaticClass();
|
|
FNativeFunctionRegistrar::RegisterFunctions(Class, MakeConstArrayView(Z_Construct_UClass_UCommonWidgetCarouselNavBar_Statics::Funcs));
|
|
}
|
|
UClass* Z_Construct_UClass_UCommonWidgetCarouselNavBar()
|
|
{
|
|
if (!Z_Registration_Info_UClass_UCommonWidgetCarouselNavBar.OuterSingleton)
|
|
{
|
|
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UCommonWidgetCarouselNavBar.OuterSingleton, Z_Construct_UClass_UCommonWidgetCarouselNavBar_Statics::ClassParams);
|
|
}
|
|
return Z_Registration_Info_UClass_UCommonWidgetCarouselNavBar.OuterSingleton;
|
|
}
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UCommonWidgetCarouselNavBar);
|
|
UCommonWidgetCarouselNavBar::~UCommonWidgetCarouselNavBar() {}
|
|
// ********** End Class UCommonWidgetCarouselNavBar ************************************************
|
|
|
|
// ********** Begin Registration *******************************************************************
|
|
struct Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_CommonUI_Source_CommonUI_Public_CommonWidgetCarouselNavBar_h__Script_CommonUI_Statics
|
|
{
|
|
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
|
|
{ Z_Construct_UClass_UCommonWidgetCarouselNavBar, UCommonWidgetCarouselNavBar::StaticClass, TEXT("UCommonWidgetCarouselNavBar"), &Z_Registration_Info_UClass_UCommonWidgetCarouselNavBar, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UCommonWidgetCarouselNavBar), 3129546568U) },
|
|
};
|
|
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_CommonUI_Source_CommonUI_Public_CommonWidgetCarouselNavBar_h__Script_CommonUI_Statics
|
|
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_CommonUI_Source_CommonUI_Public_CommonWidgetCarouselNavBar_h__Script_CommonUI_2295610681{
|
|
TEXT("/Script/CommonUI"),
|
|
Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_CommonUI_Source_CommonUI_Public_CommonWidgetCarouselNavBar_h__Script_CommonUI_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_CommonUI_Source_CommonUI_Public_CommonWidgetCarouselNavBar_h__Script_CommonUI_Statics::ClassInfo),
|
|
nullptr, 0,
|
|
nullptr, 0,
|
|
};
|
|
// ********** End Registration *********************************************************************
|
|
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|