// 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 "CommonAnimatedSwitcher.h" PRAGMA_DISABLE_DEPRECATION_WARNINGS static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT"); void EmptyLinkFunctionForGeneratedCodeCommonAnimatedSwitcher() {} // ********** Begin Cross Module References ******************************************************** COMMONUI_API UClass* Z_Construct_UClass_UCommonAnimatedSwitcher(); COMMONUI_API UClass* Z_Construct_UClass_UCommonAnimatedSwitcher_NoRegister(); COMMONUI_API UEnum* Z_Construct_UEnum_CommonUI_ECommonSwitcherTransition(); COMMONUI_API UEnum* Z_Construct_UEnum_CommonUI_ECommonSwitcherTransitionFallbackStrategy(); COMMONUI_API UEnum* Z_Construct_UEnum_CommonUI_ETransitionCurve(); COMMONUI_API UFunction* Z_Construct_UDelegateFunction_CommonUI_OnActiveIndexChangedDelegate__DelegateSignature(); UMG_API UClass* Z_Construct_UClass_UWidget_NoRegister(); UMG_API UClass* Z_Construct_UClass_UWidgetSwitcher(); UPackage* Z_Construct_UPackage__Script_CommonUI(); // ********** End Cross Module References ********************************************************** // ********** Begin Delegate FOnActiveIndexChangedDelegate ***************************************** struct Z_Construct_UDelegateFunction_CommonUI_OnActiveIndexChangedDelegate__DelegateSignature_Statics { struct _Script_CommonUI_eventOnActiveIndexChangedDelegate_Parms { UWidget* ActiveWidget; int32 ActiveIndex; }; #if WITH_METADATA static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = { { "ModuleRelativePath", "Public/CommonAnimatedSwitcher.h" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ActiveWidget_MetaData[] = { { "EditInline", "true" }, }; #endif // WITH_METADATA // ********** Begin Delegate FOnActiveIndexChangedDelegate constinit property declarations ********* static const UECodeGen_Private::FObjectPropertyParams NewProp_ActiveWidget; static const UECodeGen_Private::FIntPropertyParams NewProp_ActiveIndex; static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[]; // ********** End Delegate FOnActiveIndexChangedDelegate constinit property declarations *********** static const UECodeGen_Private::FDelegateFunctionParams FuncParams; }; // ********** Begin Delegate FOnActiveIndexChangedDelegate Property Definitions ******************** const UECodeGen_Private::FObjectPropertyParams Z_Construct_UDelegateFunction_CommonUI_OnActiveIndexChangedDelegate__DelegateSignature_Statics::NewProp_ActiveWidget = { "ActiveWidget", nullptr, (EPropertyFlags)0x0010000000080080, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(_Script_CommonUI_eventOnActiveIndexChangedDelegate_Parms, ActiveWidget), Z_Construct_UClass_UWidget_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ActiveWidget_MetaData), NewProp_ActiveWidget_MetaData) }; const UECodeGen_Private::FIntPropertyParams Z_Construct_UDelegateFunction_CommonUI_OnActiveIndexChangedDelegate__DelegateSignature_Statics::NewProp_ActiveIndex = { "ActiveIndex", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(_Script_CommonUI_eventOnActiveIndexChangedDelegate_Parms, ActiveIndex), METADATA_PARAMS(0, nullptr) }; const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UDelegateFunction_CommonUI_OnActiveIndexChangedDelegate__DelegateSignature_Statics::PropPointers[] = { (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UDelegateFunction_CommonUI_OnActiveIndexChangedDelegate__DelegateSignature_Statics::NewProp_ActiveWidget, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UDelegateFunction_CommonUI_OnActiveIndexChangedDelegate__DelegateSignature_Statics::NewProp_ActiveIndex, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UDelegateFunction_CommonUI_OnActiveIndexChangedDelegate__DelegateSignature_Statics::PropPointers) < 2048); // ********** End Delegate FOnActiveIndexChangedDelegate Property Definitions ********************** const UECodeGen_Private::FDelegateFunctionParams Z_Construct_UDelegateFunction_CommonUI_OnActiveIndexChangedDelegate__DelegateSignature_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UPackage__Script_CommonUI, nullptr, "OnActiveIndexChangedDelegate__DelegateSignature", Z_Construct_UDelegateFunction_CommonUI_OnActiveIndexChangedDelegate__DelegateSignature_Statics::PropPointers, UE_ARRAY_COUNT(Z_Construct_UDelegateFunction_CommonUI_OnActiveIndexChangedDelegate__DelegateSignature_Statics::PropPointers), sizeof(Z_Construct_UDelegateFunction_CommonUI_OnActiveIndexChangedDelegate__DelegateSignature_Statics::_Script_CommonUI_eventOnActiveIndexChangedDelegate_Parms), RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x00130000, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UDelegateFunction_CommonUI_OnActiveIndexChangedDelegate__DelegateSignature_Statics::Function_MetaDataParams), Z_Construct_UDelegateFunction_CommonUI_OnActiveIndexChangedDelegate__DelegateSignature_Statics::Function_MetaDataParams)}, }; static_assert(sizeof(Z_Construct_UDelegateFunction_CommonUI_OnActiveIndexChangedDelegate__DelegateSignature_Statics::_Script_CommonUI_eventOnActiveIndexChangedDelegate_Parms) < MAX_uint16); UFunction* Z_Construct_UDelegateFunction_CommonUI_OnActiveIndexChangedDelegate__DelegateSignature() { static UFunction* ReturnFunction = nullptr; if (!ReturnFunction) { UECodeGen_Private::ConstructUDelegateFunction(&ReturnFunction, Z_Construct_UDelegateFunction_CommonUI_OnActiveIndexChangedDelegate__DelegateSignature_Statics::FuncParams); } return ReturnFunction; } void FOnActiveIndexChangedDelegate_DelegateWrapper(const FMulticastScriptDelegate& OnActiveIndexChangedDelegate, UWidget* ActiveWidget, int32 ActiveIndex) { struct _Script_CommonUI_eventOnActiveIndexChangedDelegate_Parms { UWidget* ActiveWidget; int32 ActiveIndex; }; _Script_CommonUI_eventOnActiveIndexChangedDelegate_Parms Parms; Parms.ActiveWidget=ActiveWidget; Parms.ActiveIndex=ActiveIndex; OnActiveIndexChangedDelegate.ProcessMulticastDelegate(&Parms); } // ********** End Delegate FOnActiveIndexChangedDelegate ******************************************* // ********** Begin Class UCommonAnimatedSwitcher Function ActivateNextWidget ********************** struct Z_Construct_UFunction_UCommonAnimatedSwitcher_ActivateNextWidget_Statics { struct CommonAnimatedSwitcher_eventActivateNextWidget_Parms { bool bCanWrap; }; #if WITH_METADATA static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = { { "Category", "Common Widget Switcher" }, { "ModuleRelativePath", "Public/CommonAnimatedSwitcher.h" }, }; #endif // WITH_METADATA // ********** Begin Function ActivateNextWidget constinit property declarations ******************** static void NewProp_bCanWrap_SetBit(void* Obj); static const UECodeGen_Private::FBoolPropertyParams NewProp_bCanWrap; static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[]; // ********** End Function ActivateNextWidget constinit property declarations ********************** static const UECodeGen_Private::FFunctionParams FuncParams; }; // ********** Begin Function ActivateNextWidget Property Definitions ******************************* void Z_Construct_UFunction_UCommonAnimatedSwitcher_ActivateNextWidget_Statics::NewProp_bCanWrap_SetBit(void* Obj) { ((CommonAnimatedSwitcher_eventActivateNextWidget_Parms*)Obj)->bCanWrap = 1; } const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UCommonAnimatedSwitcher_ActivateNextWidget_Statics::NewProp_bCanWrap = { "bCanWrap", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(CommonAnimatedSwitcher_eventActivateNextWidget_Parms), &Z_Construct_UFunction_UCommonAnimatedSwitcher_ActivateNextWidget_Statics::NewProp_bCanWrap_SetBit, METADATA_PARAMS(0, nullptr) }; const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UCommonAnimatedSwitcher_ActivateNextWidget_Statics::PropPointers[] = { (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UCommonAnimatedSwitcher_ActivateNextWidget_Statics::NewProp_bCanWrap, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UCommonAnimatedSwitcher_ActivateNextWidget_Statics::PropPointers) < 2048); // ********** End Function ActivateNextWidget Property Definitions ********************************* const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UCommonAnimatedSwitcher_ActivateNextWidget_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UCommonAnimatedSwitcher, nullptr, "ActivateNextWidget", Z_Construct_UFunction_UCommonAnimatedSwitcher_ActivateNextWidget_Statics::PropPointers, UE_ARRAY_COUNT(Z_Construct_UFunction_UCommonAnimatedSwitcher_ActivateNextWidget_Statics::PropPointers), sizeof(Z_Construct_UFunction_UCommonAnimatedSwitcher_ActivateNextWidget_Statics::CommonAnimatedSwitcher_eventActivateNextWidget_Parms), RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UCommonAnimatedSwitcher_ActivateNextWidget_Statics::Function_MetaDataParams), Z_Construct_UFunction_UCommonAnimatedSwitcher_ActivateNextWidget_Statics::Function_MetaDataParams)}, }; static_assert(sizeof(Z_Construct_UFunction_UCommonAnimatedSwitcher_ActivateNextWidget_Statics::CommonAnimatedSwitcher_eventActivateNextWidget_Parms) < MAX_uint16); UFunction* Z_Construct_UFunction_UCommonAnimatedSwitcher_ActivateNextWidget() { static UFunction* ReturnFunction = nullptr; if (!ReturnFunction) { UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UCommonAnimatedSwitcher_ActivateNextWidget_Statics::FuncParams); } return ReturnFunction; } DEFINE_FUNCTION(UCommonAnimatedSwitcher::execActivateNextWidget) { P_GET_UBOOL(Z_Param_bCanWrap); P_FINISH; P_NATIVE_BEGIN; P_THIS->ActivateNextWidget(Z_Param_bCanWrap); P_NATIVE_END; } // ********** End Class UCommonAnimatedSwitcher Function ActivateNextWidget ************************ // ********** Begin Class UCommonAnimatedSwitcher Function ActivatePreviousWidget ****************** struct Z_Construct_UFunction_UCommonAnimatedSwitcher_ActivatePreviousWidget_Statics { struct CommonAnimatedSwitcher_eventActivatePreviousWidget_Parms { bool bCanWrap; }; #if WITH_METADATA static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = { { "Category", "Common Widget Switcher" }, { "ModuleRelativePath", "Public/CommonAnimatedSwitcher.h" }, }; #endif // WITH_METADATA // ********** Begin Function ActivatePreviousWidget constinit property declarations **************** static void NewProp_bCanWrap_SetBit(void* Obj); static const UECodeGen_Private::FBoolPropertyParams NewProp_bCanWrap; static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[]; // ********** End Function ActivatePreviousWidget constinit property declarations ****************** static const UECodeGen_Private::FFunctionParams FuncParams; }; // ********** Begin Function ActivatePreviousWidget Property Definitions *************************** void Z_Construct_UFunction_UCommonAnimatedSwitcher_ActivatePreviousWidget_Statics::NewProp_bCanWrap_SetBit(void* Obj) { ((CommonAnimatedSwitcher_eventActivatePreviousWidget_Parms*)Obj)->bCanWrap = 1; } const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UCommonAnimatedSwitcher_ActivatePreviousWidget_Statics::NewProp_bCanWrap = { "bCanWrap", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(CommonAnimatedSwitcher_eventActivatePreviousWidget_Parms), &Z_Construct_UFunction_UCommonAnimatedSwitcher_ActivatePreviousWidget_Statics::NewProp_bCanWrap_SetBit, METADATA_PARAMS(0, nullptr) }; const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UCommonAnimatedSwitcher_ActivatePreviousWidget_Statics::PropPointers[] = { (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UCommonAnimatedSwitcher_ActivatePreviousWidget_Statics::NewProp_bCanWrap, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UCommonAnimatedSwitcher_ActivatePreviousWidget_Statics::PropPointers) < 2048); // ********** End Function ActivatePreviousWidget Property Definitions ***************************** const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UCommonAnimatedSwitcher_ActivatePreviousWidget_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UCommonAnimatedSwitcher, nullptr, "ActivatePreviousWidget", Z_Construct_UFunction_UCommonAnimatedSwitcher_ActivatePreviousWidget_Statics::PropPointers, UE_ARRAY_COUNT(Z_Construct_UFunction_UCommonAnimatedSwitcher_ActivatePreviousWidget_Statics::PropPointers), sizeof(Z_Construct_UFunction_UCommonAnimatedSwitcher_ActivatePreviousWidget_Statics::CommonAnimatedSwitcher_eventActivatePreviousWidget_Parms), RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UCommonAnimatedSwitcher_ActivatePreviousWidget_Statics::Function_MetaDataParams), Z_Construct_UFunction_UCommonAnimatedSwitcher_ActivatePreviousWidget_Statics::Function_MetaDataParams)}, }; static_assert(sizeof(Z_Construct_UFunction_UCommonAnimatedSwitcher_ActivatePreviousWidget_Statics::CommonAnimatedSwitcher_eventActivatePreviousWidget_Parms) < MAX_uint16); UFunction* Z_Construct_UFunction_UCommonAnimatedSwitcher_ActivatePreviousWidget() { static UFunction* ReturnFunction = nullptr; if (!ReturnFunction) { UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UCommonAnimatedSwitcher_ActivatePreviousWidget_Statics::FuncParams); } return ReturnFunction; } DEFINE_FUNCTION(UCommonAnimatedSwitcher::execActivatePreviousWidget) { P_GET_UBOOL(Z_Param_bCanWrap); P_FINISH; P_NATIVE_BEGIN; P_THIS->ActivatePreviousWidget(Z_Param_bCanWrap); P_NATIVE_END; } // ********** End Class UCommonAnimatedSwitcher Function ActivatePreviousWidget ******************** // ********** Begin Class UCommonAnimatedSwitcher Function HasWidgets ****************************** struct Z_Construct_UFunction_UCommonAnimatedSwitcher_HasWidgets_Statics { struct CommonAnimatedSwitcher_eventHasWidgets_Parms { bool ReturnValue; }; #if WITH_METADATA static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = { { "Category", "Common Widget Switcher" }, { "ModuleRelativePath", "Public/CommonAnimatedSwitcher.h" }, }; #endif // WITH_METADATA // ********** Begin Function HasWidgets 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 HasWidgets constinit property declarations ****************************** static const UECodeGen_Private::FFunctionParams FuncParams; }; // ********** Begin Function HasWidgets Property Definitions *************************************** void Z_Construct_UFunction_UCommonAnimatedSwitcher_HasWidgets_Statics::NewProp_ReturnValue_SetBit(void* Obj) { ((CommonAnimatedSwitcher_eventHasWidgets_Parms*)Obj)->ReturnValue = 1; } const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UCommonAnimatedSwitcher_HasWidgets_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(CommonAnimatedSwitcher_eventHasWidgets_Parms), &Z_Construct_UFunction_UCommonAnimatedSwitcher_HasWidgets_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) }; const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UCommonAnimatedSwitcher_HasWidgets_Statics::PropPointers[] = { (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UCommonAnimatedSwitcher_HasWidgets_Statics::NewProp_ReturnValue, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UCommonAnimatedSwitcher_HasWidgets_Statics::PropPointers) < 2048); // ********** End Function HasWidgets Property Definitions ***************************************** const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UCommonAnimatedSwitcher_HasWidgets_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UCommonAnimatedSwitcher, nullptr, "HasWidgets", Z_Construct_UFunction_UCommonAnimatedSwitcher_HasWidgets_Statics::PropPointers, UE_ARRAY_COUNT(Z_Construct_UFunction_UCommonAnimatedSwitcher_HasWidgets_Statics::PropPointers), sizeof(Z_Construct_UFunction_UCommonAnimatedSwitcher_HasWidgets_Statics::CommonAnimatedSwitcher_eventHasWidgets_Parms), RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x54020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UCommonAnimatedSwitcher_HasWidgets_Statics::Function_MetaDataParams), Z_Construct_UFunction_UCommonAnimatedSwitcher_HasWidgets_Statics::Function_MetaDataParams)}, }; static_assert(sizeof(Z_Construct_UFunction_UCommonAnimatedSwitcher_HasWidgets_Statics::CommonAnimatedSwitcher_eventHasWidgets_Parms) < MAX_uint16); UFunction* Z_Construct_UFunction_UCommonAnimatedSwitcher_HasWidgets() { static UFunction* ReturnFunction = nullptr; if (!ReturnFunction) { UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UCommonAnimatedSwitcher_HasWidgets_Statics::FuncParams); } return ReturnFunction; } DEFINE_FUNCTION(UCommonAnimatedSwitcher::execHasWidgets) { P_FINISH; P_NATIVE_BEGIN; *(bool*)Z_Param__Result=P_THIS->HasWidgets(); P_NATIVE_END; } // ********** End Class UCommonAnimatedSwitcher Function HasWidgets ******************************** // ********** Begin Class UCommonAnimatedSwitcher Function IsCurrentlySwitching ******************** struct Z_Construct_UFunction_UCommonAnimatedSwitcher_IsCurrentlySwitching_Statics { struct CommonAnimatedSwitcher_eventIsCurrentlySwitching_Parms { bool ReturnValue; }; #if WITH_METADATA static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = { { "Category", "Common Widget Switcher" }, { "ModuleRelativePath", "Public/CommonAnimatedSwitcher.h" }, }; #endif // WITH_METADATA // ********** Begin Function IsCurrentlySwitching 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 IsCurrentlySwitching constinit property declarations ******************** static const UECodeGen_Private::FFunctionParams FuncParams; }; // ********** Begin Function IsCurrentlySwitching Property Definitions ***************************** void Z_Construct_UFunction_UCommonAnimatedSwitcher_IsCurrentlySwitching_Statics::NewProp_ReturnValue_SetBit(void* Obj) { ((CommonAnimatedSwitcher_eventIsCurrentlySwitching_Parms*)Obj)->ReturnValue = 1; } const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UCommonAnimatedSwitcher_IsCurrentlySwitching_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(CommonAnimatedSwitcher_eventIsCurrentlySwitching_Parms), &Z_Construct_UFunction_UCommonAnimatedSwitcher_IsCurrentlySwitching_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) }; const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UCommonAnimatedSwitcher_IsCurrentlySwitching_Statics::PropPointers[] = { (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UCommonAnimatedSwitcher_IsCurrentlySwitching_Statics::NewProp_ReturnValue, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UCommonAnimatedSwitcher_IsCurrentlySwitching_Statics::PropPointers) < 2048); // ********** End Function IsCurrentlySwitching Property Definitions ******************************* const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UCommonAnimatedSwitcher_IsCurrentlySwitching_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UCommonAnimatedSwitcher, nullptr, "IsCurrentlySwitching", Z_Construct_UFunction_UCommonAnimatedSwitcher_IsCurrentlySwitching_Statics::PropPointers, UE_ARRAY_COUNT(Z_Construct_UFunction_UCommonAnimatedSwitcher_IsCurrentlySwitching_Statics::PropPointers), sizeof(Z_Construct_UFunction_UCommonAnimatedSwitcher_IsCurrentlySwitching_Statics::CommonAnimatedSwitcher_eventIsCurrentlySwitching_Parms), RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x54020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UCommonAnimatedSwitcher_IsCurrentlySwitching_Statics::Function_MetaDataParams), Z_Construct_UFunction_UCommonAnimatedSwitcher_IsCurrentlySwitching_Statics::Function_MetaDataParams)}, }; static_assert(sizeof(Z_Construct_UFunction_UCommonAnimatedSwitcher_IsCurrentlySwitching_Statics::CommonAnimatedSwitcher_eventIsCurrentlySwitching_Parms) < MAX_uint16); UFunction* Z_Construct_UFunction_UCommonAnimatedSwitcher_IsCurrentlySwitching() { static UFunction* ReturnFunction = nullptr; if (!ReturnFunction) { UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UCommonAnimatedSwitcher_IsCurrentlySwitching_Statics::FuncParams); } return ReturnFunction; } DEFINE_FUNCTION(UCommonAnimatedSwitcher::execIsCurrentlySwitching) { P_FINISH; P_NATIVE_BEGIN; *(bool*)Z_Param__Result=P_THIS->IsCurrentlySwitching(); P_NATIVE_END; } // ********** End Class UCommonAnimatedSwitcher Function IsCurrentlySwitching ********************** // ********** Begin Class UCommonAnimatedSwitcher Function IsTransitionPlaying ********************* struct Z_Construct_UFunction_UCommonAnimatedSwitcher_IsTransitionPlaying_Statics { struct CommonAnimatedSwitcher_eventIsTransitionPlaying_Parms { bool ReturnValue; }; #if WITH_METADATA static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = { { "Category", "Common Widget Switcher" }, { "Comment", "/** Is the switcher playing a transition animation? */" }, { "ModuleRelativePath", "Public/CommonAnimatedSwitcher.h" }, { "ToolTip", "Is the switcher playing a transition animation?" }, }; #endif // WITH_METADATA // ********** Begin Function IsTransitionPlaying 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 IsTransitionPlaying constinit property declarations ********************* static const UECodeGen_Private::FFunctionParams FuncParams; }; // ********** Begin Function IsTransitionPlaying Property Definitions ****************************** void Z_Construct_UFunction_UCommonAnimatedSwitcher_IsTransitionPlaying_Statics::NewProp_ReturnValue_SetBit(void* Obj) { ((CommonAnimatedSwitcher_eventIsTransitionPlaying_Parms*)Obj)->ReturnValue = 1; } const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UCommonAnimatedSwitcher_IsTransitionPlaying_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(CommonAnimatedSwitcher_eventIsTransitionPlaying_Parms), &Z_Construct_UFunction_UCommonAnimatedSwitcher_IsTransitionPlaying_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) }; const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UCommonAnimatedSwitcher_IsTransitionPlaying_Statics::PropPointers[] = { (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UCommonAnimatedSwitcher_IsTransitionPlaying_Statics::NewProp_ReturnValue, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UCommonAnimatedSwitcher_IsTransitionPlaying_Statics::PropPointers) < 2048); // ********** End Function IsTransitionPlaying Property Definitions ******************************** const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UCommonAnimatedSwitcher_IsTransitionPlaying_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UCommonAnimatedSwitcher, nullptr, "IsTransitionPlaying", Z_Construct_UFunction_UCommonAnimatedSwitcher_IsTransitionPlaying_Statics::PropPointers, UE_ARRAY_COUNT(Z_Construct_UFunction_UCommonAnimatedSwitcher_IsTransitionPlaying_Statics::PropPointers), sizeof(Z_Construct_UFunction_UCommonAnimatedSwitcher_IsTransitionPlaying_Statics::CommonAnimatedSwitcher_eventIsTransitionPlaying_Parms), RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x54020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UCommonAnimatedSwitcher_IsTransitionPlaying_Statics::Function_MetaDataParams), Z_Construct_UFunction_UCommonAnimatedSwitcher_IsTransitionPlaying_Statics::Function_MetaDataParams)}, }; static_assert(sizeof(Z_Construct_UFunction_UCommonAnimatedSwitcher_IsTransitionPlaying_Statics::CommonAnimatedSwitcher_eventIsTransitionPlaying_Parms) < MAX_uint16); UFunction* Z_Construct_UFunction_UCommonAnimatedSwitcher_IsTransitionPlaying() { static UFunction* ReturnFunction = nullptr; if (!ReturnFunction) { UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UCommonAnimatedSwitcher_IsTransitionPlaying_Statics::FuncParams); } return ReturnFunction; } DEFINE_FUNCTION(UCommonAnimatedSwitcher::execIsTransitionPlaying) { P_FINISH; P_NATIVE_BEGIN; *(bool*)Z_Param__Result=P_THIS->IsTransitionPlaying(); P_NATIVE_END; } // ********** End Class UCommonAnimatedSwitcher Function IsTransitionPlaying *********************** // ********** Begin Class UCommonAnimatedSwitcher Function SetDisableTransitionAnimation *********** struct Z_Construct_UFunction_UCommonAnimatedSwitcher_SetDisableTransitionAnimation_Statics { struct CommonAnimatedSwitcher_eventSetDisableTransitionAnimation_Parms { bool bDisableAnimation; }; #if WITH_METADATA static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = { { "Category", "Common Widget Switcher" }, { "ModuleRelativePath", "Public/CommonAnimatedSwitcher.h" }, }; #endif // WITH_METADATA // ********** Begin Function SetDisableTransitionAnimation constinit property declarations ********* static void NewProp_bDisableAnimation_SetBit(void* Obj); static const UECodeGen_Private::FBoolPropertyParams NewProp_bDisableAnimation; static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[]; // ********** End Function SetDisableTransitionAnimation constinit property declarations *********** static const UECodeGen_Private::FFunctionParams FuncParams; }; // ********** Begin Function SetDisableTransitionAnimation Property Definitions ******************** void Z_Construct_UFunction_UCommonAnimatedSwitcher_SetDisableTransitionAnimation_Statics::NewProp_bDisableAnimation_SetBit(void* Obj) { ((CommonAnimatedSwitcher_eventSetDisableTransitionAnimation_Parms*)Obj)->bDisableAnimation = 1; } const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UCommonAnimatedSwitcher_SetDisableTransitionAnimation_Statics::NewProp_bDisableAnimation = { "bDisableAnimation", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(CommonAnimatedSwitcher_eventSetDisableTransitionAnimation_Parms), &Z_Construct_UFunction_UCommonAnimatedSwitcher_SetDisableTransitionAnimation_Statics::NewProp_bDisableAnimation_SetBit, METADATA_PARAMS(0, nullptr) }; const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UCommonAnimatedSwitcher_SetDisableTransitionAnimation_Statics::PropPointers[] = { (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UCommonAnimatedSwitcher_SetDisableTransitionAnimation_Statics::NewProp_bDisableAnimation, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UCommonAnimatedSwitcher_SetDisableTransitionAnimation_Statics::PropPointers) < 2048); // ********** End Function SetDisableTransitionAnimation Property Definitions ********************** const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UCommonAnimatedSwitcher_SetDisableTransitionAnimation_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UCommonAnimatedSwitcher, nullptr, "SetDisableTransitionAnimation", Z_Construct_UFunction_UCommonAnimatedSwitcher_SetDisableTransitionAnimation_Statics::PropPointers, UE_ARRAY_COUNT(Z_Construct_UFunction_UCommonAnimatedSwitcher_SetDisableTransitionAnimation_Statics::PropPointers), sizeof(Z_Construct_UFunction_UCommonAnimatedSwitcher_SetDisableTransitionAnimation_Statics::CommonAnimatedSwitcher_eventSetDisableTransitionAnimation_Parms), RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UCommonAnimatedSwitcher_SetDisableTransitionAnimation_Statics::Function_MetaDataParams), Z_Construct_UFunction_UCommonAnimatedSwitcher_SetDisableTransitionAnimation_Statics::Function_MetaDataParams)}, }; static_assert(sizeof(Z_Construct_UFunction_UCommonAnimatedSwitcher_SetDisableTransitionAnimation_Statics::CommonAnimatedSwitcher_eventSetDisableTransitionAnimation_Parms) < MAX_uint16); UFunction* Z_Construct_UFunction_UCommonAnimatedSwitcher_SetDisableTransitionAnimation() { static UFunction* ReturnFunction = nullptr; if (!ReturnFunction) { UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UCommonAnimatedSwitcher_SetDisableTransitionAnimation_Statics::FuncParams); } return ReturnFunction; } DEFINE_FUNCTION(UCommonAnimatedSwitcher::execSetDisableTransitionAnimation) { P_GET_UBOOL(Z_Param_bDisableAnimation); P_FINISH; P_NATIVE_BEGIN; P_THIS->SetDisableTransitionAnimation(Z_Param_bDisableAnimation); P_NATIVE_END; } // ********** End Class UCommonAnimatedSwitcher Function SetDisableTransitionAnimation ************* // ********** Begin Class UCommonAnimatedSwitcher ************************************************** FClassRegistrationInfo Z_Registration_Info_UClass_UCommonAnimatedSwitcher; UClass* UCommonAnimatedSwitcher::GetPrivateStaticClass() { using TClass = UCommonAnimatedSwitcher; if (!Z_Registration_Info_UClass_UCommonAnimatedSwitcher.InnerSingleton) { GetPrivateStaticClassBody( TClass::StaticPackage(), TEXT("CommonAnimatedSwitcher"), Z_Registration_Info_UClass_UCommonAnimatedSwitcher.InnerSingleton, StaticRegisterNativesUCommonAnimatedSwitcher, sizeof(TClass), alignof(TClass), TClass::StaticClassFlags, TClass::StaticClassCastFlags(), TClass::StaticConfigName(), (UClass::ClassConstructorType)InternalConstructor, (UClass::ClassVTableHelperCtorCallerType)InternalVTableHelperCtorCaller, UOBJECT_CPPCLASS_STATICFUNCTIONS_FORCLASS(TClass), &TClass::Super::StaticClass, &TClass::WithinClass::StaticClass ); } return Z_Registration_Info_UClass_UCommonAnimatedSwitcher.InnerSingleton; } UClass* Z_Construct_UClass_UCommonAnimatedSwitcher_NoRegister() { return UCommonAnimatedSwitcher::GetPrivateStaticClass(); } struct Z_Construct_UClass_UCommonAnimatedSwitcher_Statics { #if WITH_METADATA static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = { { "Comment", "/**\n * A widget switcher that activates / deactivates CommonActivatableWidgets, allowing for associated animations to trigger.\n */" }, { "IncludePath", "CommonAnimatedSwitcher.h" }, { "ModuleRelativePath", "Public/CommonAnimatedSwitcher.h" }, { "ObjectInitializerConstructorDeclared", "" }, { "ToolTip", "A widget switcher that activates / deactivates CommonActivatableWidgets, allowing for associated animations to trigger." }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_OnActiveWidgetIndexChangedBP_MetaData[] = { { "Category", "Common Widget Switcher" }, { "Comment", "/** Fires when the active widget displayed by the switcher changes */" }, { "ModuleRelativePath", "Public/CommonAnimatedSwitcher.h" }, { "ToolTip", "Fires when the active widget displayed by the switcher changes" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_TransitionType_MetaData[] = { { "Category", "Transition" }, { "Comment", "/** The type of transition to play between widgets */" }, { "ModuleRelativePath", "Public/CommonAnimatedSwitcher.h" }, { "ToolTip", "The type of transition to play between widgets" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_TransitionCurveType_MetaData[] = { { "Category", "Transition" }, { "Comment", "/** The curve function type to apply to the transition animation */" }, { "ModuleRelativePath", "Public/CommonAnimatedSwitcher.h" }, { "ToolTip", "The curve function type to apply to the transition animation" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_TransitionDuration_MetaData[] = { { "Category", "Transition" }, { "Comment", "/** The total duration of a single transition between widgets */" }, { "ModuleRelativePath", "Public/CommonAnimatedSwitcher.h" }, { "ToolTip", "The total duration of a single transition between widgets" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_TransitionFallbackStrategy_MetaData[] = { { "Category", "Transition" }, { "Comment", "/** Controls how we will choose another widget if a transitioning widget is removed during the transition. */" }, { "ModuleRelativePath", "Public/CommonAnimatedSwitcher.h" }, { "ToolTip", "Controls how we will choose another widget if a transitioning widget is removed during the transition." }, }; #endif // WITH_METADATA // ********** Begin Class UCommonAnimatedSwitcher constinit property declarations ****************** static const UECodeGen_Private::FMulticastDelegatePropertyParams NewProp_OnActiveWidgetIndexChangedBP; static const UECodeGen_Private::FBytePropertyParams NewProp_TransitionType_Underlying; static const UECodeGen_Private::FEnumPropertyParams NewProp_TransitionType; static const UECodeGen_Private::FBytePropertyParams NewProp_TransitionCurveType_Underlying; static const UECodeGen_Private::FEnumPropertyParams NewProp_TransitionCurveType; static const UECodeGen_Private::FFloatPropertyParams NewProp_TransitionDuration; static const UECodeGen_Private::FBytePropertyParams NewProp_TransitionFallbackStrategy_Underlying; static const UECodeGen_Private::FEnumPropertyParams NewProp_TransitionFallbackStrategy; static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[]; // ********** End Class UCommonAnimatedSwitcher constinit property declarations ******************** static constexpr UE::CodeGen::FClassNativeFunction Funcs[] = { { .NameUTF8 = UTF8TEXT("ActivateNextWidget"), .Pointer = &UCommonAnimatedSwitcher::execActivateNextWidget }, { .NameUTF8 = UTF8TEXT("ActivatePreviousWidget"), .Pointer = &UCommonAnimatedSwitcher::execActivatePreviousWidget }, { .NameUTF8 = UTF8TEXT("HasWidgets"), .Pointer = &UCommonAnimatedSwitcher::execHasWidgets }, { .NameUTF8 = UTF8TEXT("IsCurrentlySwitching"), .Pointer = &UCommonAnimatedSwitcher::execIsCurrentlySwitching }, { .NameUTF8 = UTF8TEXT("IsTransitionPlaying"), .Pointer = &UCommonAnimatedSwitcher::execIsTransitionPlaying }, { .NameUTF8 = UTF8TEXT("SetDisableTransitionAnimation"), .Pointer = &UCommonAnimatedSwitcher::execSetDisableTransitionAnimation }, }; static UObject* (*const DependentSingletons[])(); static constexpr FClassFunctionLinkInfo FuncInfo[] = { { &Z_Construct_UFunction_UCommonAnimatedSwitcher_ActivateNextWidget, "ActivateNextWidget" }, // 974805136 { &Z_Construct_UFunction_UCommonAnimatedSwitcher_ActivatePreviousWidget, "ActivatePreviousWidget" }, // 3906294679 { &Z_Construct_UFunction_UCommonAnimatedSwitcher_HasWidgets, "HasWidgets" }, // 2858341425 { &Z_Construct_UFunction_UCommonAnimatedSwitcher_IsCurrentlySwitching, "IsCurrentlySwitching" }, // 2546473357 { &Z_Construct_UFunction_UCommonAnimatedSwitcher_IsTransitionPlaying, "IsTransitionPlaying" }, // 2855186065 { &Z_Construct_UFunction_UCommonAnimatedSwitcher_SetDisableTransitionAnimation, "SetDisableTransitionAnimation" }, // 3356290231 }; static_assert(UE_ARRAY_COUNT(FuncInfo) < 2048); static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = { TCppClassTypeTraits::IsAbstract, }; static const UECodeGen_Private::FClassParams ClassParams; }; // struct Z_Construct_UClass_UCommonAnimatedSwitcher_Statics // ********** Begin Class UCommonAnimatedSwitcher Property Definitions ***************************** const UECodeGen_Private::FMulticastDelegatePropertyParams Z_Construct_UClass_UCommonAnimatedSwitcher_Statics::NewProp_OnActiveWidgetIndexChangedBP = { "OnActiveWidgetIndexChangedBP", nullptr, (EPropertyFlags)0x0010000010080000, UECodeGen_Private::EPropertyGenFlags::InlineMulticastDelegate, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UCommonAnimatedSwitcher, OnActiveWidgetIndexChangedBP), Z_Construct_UDelegateFunction_CommonUI_OnActiveIndexChangedDelegate__DelegateSignature, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_OnActiveWidgetIndexChangedBP_MetaData), NewProp_OnActiveWidgetIndexChangedBP_MetaData) }; // 4044895458 const UECodeGen_Private::FBytePropertyParams Z_Construct_UClass_UCommonAnimatedSwitcher_Statics::NewProp_TransitionType_Underlying = { "UnderlyingType", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Byte, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, nullptr, METADATA_PARAMS(0, nullptr) }; const UECodeGen_Private::FEnumPropertyParams Z_Construct_UClass_UCommonAnimatedSwitcher_Statics::NewProp_TransitionType = { "TransitionType", nullptr, (EPropertyFlags)0x0020080000000015, UECodeGen_Private::EPropertyGenFlags::Enum, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UCommonAnimatedSwitcher, TransitionType), Z_Construct_UEnum_CommonUI_ECommonSwitcherTransition, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_TransitionType_MetaData), NewProp_TransitionType_MetaData) }; // 665554702 const UECodeGen_Private::FBytePropertyParams Z_Construct_UClass_UCommonAnimatedSwitcher_Statics::NewProp_TransitionCurveType_Underlying = { "UnderlyingType", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Byte, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, nullptr, METADATA_PARAMS(0, nullptr) }; const UECodeGen_Private::FEnumPropertyParams Z_Construct_UClass_UCommonAnimatedSwitcher_Statics::NewProp_TransitionCurveType = { "TransitionCurveType", nullptr, (EPropertyFlags)0x0020080000000015, UECodeGen_Private::EPropertyGenFlags::Enum, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UCommonAnimatedSwitcher, TransitionCurveType), Z_Construct_UEnum_CommonUI_ETransitionCurve, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_TransitionCurveType_MetaData), NewProp_TransitionCurveType_MetaData) }; // 1916380033 const UECodeGen_Private::FFloatPropertyParams Z_Construct_UClass_UCommonAnimatedSwitcher_Statics::NewProp_TransitionDuration = { "TransitionDuration", nullptr, (EPropertyFlags)0x0020080000000015, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UCommonAnimatedSwitcher, TransitionDuration), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_TransitionDuration_MetaData), NewProp_TransitionDuration_MetaData) }; const UECodeGen_Private::FBytePropertyParams Z_Construct_UClass_UCommonAnimatedSwitcher_Statics::NewProp_TransitionFallbackStrategy_Underlying = { "UnderlyingType", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Byte, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, nullptr, METADATA_PARAMS(0, nullptr) }; const UECodeGen_Private::FEnumPropertyParams Z_Construct_UClass_UCommonAnimatedSwitcher_Statics::NewProp_TransitionFallbackStrategy = { "TransitionFallbackStrategy", nullptr, (EPropertyFlags)0x0020080000000015, UECodeGen_Private::EPropertyGenFlags::Enum, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UCommonAnimatedSwitcher, TransitionFallbackStrategy), Z_Construct_UEnum_CommonUI_ECommonSwitcherTransitionFallbackStrategy, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_TransitionFallbackStrategy_MetaData), NewProp_TransitionFallbackStrategy_MetaData) }; // 1147451424 const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UCommonAnimatedSwitcher_Statics::PropPointers[] = { (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UCommonAnimatedSwitcher_Statics::NewProp_OnActiveWidgetIndexChangedBP, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UCommonAnimatedSwitcher_Statics::NewProp_TransitionType_Underlying, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UCommonAnimatedSwitcher_Statics::NewProp_TransitionType, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UCommonAnimatedSwitcher_Statics::NewProp_TransitionCurveType_Underlying, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UCommonAnimatedSwitcher_Statics::NewProp_TransitionCurveType, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UCommonAnimatedSwitcher_Statics::NewProp_TransitionDuration, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UCommonAnimatedSwitcher_Statics::NewProp_TransitionFallbackStrategy_Underlying, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UCommonAnimatedSwitcher_Statics::NewProp_TransitionFallbackStrategy, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UCommonAnimatedSwitcher_Statics::PropPointers) < 2048); // ********** End Class UCommonAnimatedSwitcher Property Definitions ******************************* UObject* (*const Z_Construct_UClass_UCommonAnimatedSwitcher_Statics::DependentSingletons[])() = { (UObject* (*)())Z_Construct_UClass_UWidgetSwitcher, (UObject* (*)())Z_Construct_UPackage__Script_CommonUI, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UCommonAnimatedSwitcher_Statics::DependentSingletons) < 16); const UECodeGen_Private::FClassParams Z_Construct_UClass_UCommonAnimatedSwitcher_Statics::ClassParams = { &UCommonAnimatedSwitcher::StaticClass, nullptr, &StaticCppClassTypeInfo, DependentSingletons, FuncInfo, Z_Construct_UClass_UCommonAnimatedSwitcher_Statics::PropPointers, nullptr, UE_ARRAY_COUNT(DependentSingletons), UE_ARRAY_COUNT(FuncInfo), UE_ARRAY_COUNT(Z_Construct_UClass_UCommonAnimatedSwitcher_Statics::PropPointers), 0, 0x00A800A0u, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UCommonAnimatedSwitcher_Statics::Class_MetaDataParams), Z_Construct_UClass_UCommonAnimatedSwitcher_Statics::Class_MetaDataParams) }; void UCommonAnimatedSwitcher::StaticRegisterNativesUCommonAnimatedSwitcher() { UClass* Class = UCommonAnimatedSwitcher::StaticClass(); FNativeFunctionRegistrar::RegisterFunctions(Class, MakeConstArrayView(Z_Construct_UClass_UCommonAnimatedSwitcher_Statics::Funcs)); } UClass* Z_Construct_UClass_UCommonAnimatedSwitcher() { if (!Z_Registration_Info_UClass_UCommonAnimatedSwitcher.OuterSingleton) { UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UCommonAnimatedSwitcher.OuterSingleton, Z_Construct_UClass_UCommonAnimatedSwitcher_Statics::ClassParams); } return Z_Registration_Info_UClass_UCommonAnimatedSwitcher.OuterSingleton; } DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UCommonAnimatedSwitcher); UCommonAnimatedSwitcher::~UCommonAnimatedSwitcher() {} // ********** End Class UCommonAnimatedSwitcher **************************************************** // ********** Begin Registration ******************************************************************* struct Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_CommonUI_Source_CommonUI_Public_CommonAnimatedSwitcher_h__Script_CommonUI_Statics { static constexpr FClassRegisterCompiledInInfo ClassInfo[] = { { Z_Construct_UClass_UCommonAnimatedSwitcher, UCommonAnimatedSwitcher::StaticClass, TEXT("UCommonAnimatedSwitcher"), &Z_Registration_Info_UClass_UCommonAnimatedSwitcher, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UCommonAnimatedSwitcher), 3299396318U) }, }; }; // Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_CommonUI_Source_CommonUI_Public_CommonAnimatedSwitcher_h__Script_CommonUI_Statics static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_CommonUI_Source_CommonUI_Public_CommonAnimatedSwitcher_h__Script_CommonUI_2036390808{ TEXT("/Script/CommonUI"), Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_CommonUI_Source_CommonUI_Public_CommonAnimatedSwitcher_h__Script_CommonUI_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_CommonUI_Source_CommonUI_Public_CommonAnimatedSwitcher_h__Script_CommonUI_Statics::ClassInfo), nullptr, 0, nullptr, 0, }; // ********** End Registration ********************************************************************* PRAGMA_ENABLE_DEPRECATION_WARNINGS