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

750 lines
47 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 "CommonRotator.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodeCommonRotator() {}
// ********** Begin Cross Module References ********************************************************
COMMONUI_API UClass* Z_Construct_UClass_UCommonButtonBase();
COMMONUI_API UClass* Z_Construct_UClass_UCommonRotator();
COMMONUI_API UClass* Z_Construct_UClass_UCommonRotator_NoRegister();
COMMONUI_API UClass* Z_Construct_UClass_UCommonTextBlock_NoRegister();
COMMONUI_API UEnum* Z_Construct_UEnum_CommonUI_ERotatorDirection();
COMMONUI_API UFunction* Z_Construct_UDelegateFunction_CommonUI_OnRotated__DelegateSignature();
COMMONUI_API UFunction* Z_Construct_UDelegateFunction_CommonUI_OnRotatedWithDirection__DelegateSignature();
UPackage* Z_Construct_UPackage__Script_CommonUI();
// ********** End Cross Module References **********************************************************
// ********** Begin Enum ERotatorDirection *********************************************************
static FEnumRegistrationInfo Z_Registration_Info_UEnum_ERotatorDirection;
static UEnum* ERotatorDirection_StaticEnum()
{
if (!Z_Registration_Info_UEnum_ERotatorDirection.OuterSingleton)
{
Z_Registration_Info_UEnum_ERotatorDirection.OuterSingleton = GetStaticEnum(Z_Construct_UEnum_CommonUI_ERotatorDirection, (UObject*)Z_Construct_UPackage__Script_CommonUI(), TEXT("ERotatorDirection"));
}
return Z_Registration_Info_UEnum_ERotatorDirection.OuterSingleton;
}
template<> COMMONUI_NON_ATTRIBUTED_API UEnum* StaticEnum<ERotatorDirection>()
{
return ERotatorDirection_StaticEnum();
}
struct Z_Construct_UEnum_CommonUI_ERotatorDirection_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Enum_MetaDataParams[] = {
{ "BlueprintType", "true" },
{ "Left.Name", "ERotatorDirection::Left" },
{ "ModuleRelativePath", "Public/CommonRotator.h" },
{ "Right.Name", "ERotatorDirection::Right" },
};
#endif // WITH_METADATA
static constexpr UECodeGen_Private::FEnumeratorParam Enumerators[] = {
{ "ERotatorDirection::Right", (int64)ERotatorDirection::Right },
{ "ERotatorDirection::Left", (int64)ERotatorDirection::Left },
};
static const UECodeGen_Private::FEnumParams EnumParams;
}; // struct Z_Construct_UEnum_CommonUI_ERotatorDirection_Statics
const UECodeGen_Private::FEnumParams Z_Construct_UEnum_CommonUI_ERotatorDirection_Statics::EnumParams = {
(UObject*(*)())Z_Construct_UPackage__Script_CommonUI,
nullptr,
"ERotatorDirection",
"ERotatorDirection",
Z_Construct_UEnum_CommonUI_ERotatorDirection_Statics::Enumerators,
RF_Public|RF_Transient|RF_MarkAsNative,
UE_ARRAY_COUNT(Z_Construct_UEnum_CommonUI_ERotatorDirection_Statics::Enumerators),
EEnumFlags::None,
(uint8)UEnum::ECppForm::EnumClass,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UEnum_CommonUI_ERotatorDirection_Statics::Enum_MetaDataParams), Z_Construct_UEnum_CommonUI_ERotatorDirection_Statics::Enum_MetaDataParams)
};
UEnum* Z_Construct_UEnum_CommonUI_ERotatorDirection()
{
if (!Z_Registration_Info_UEnum_ERotatorDirection.InnerSingleton)
{
UECodeGen_Private::ConstructUEnum(Z_Registration_Info_UEnum_ERotatorDirection.InnerSingleton, Z_Construct_UEnum_CommonUI_ERotatorDirection_Statics::EnumParams);
}
return Z_Registration_Info_UEnum_ERotatorDirection.InnerSingleton;
}
// ********** End Enum ERotatorDirection ***********************************************************
// ********** Begin Delegate FOnRotated ************************************************************
struct Z_Construct_UDelegateFunction_CommonUI_OnRotated__DelegateSignature_Statics
{
struct _Script_CommonUI_eventOnRotated_Parms
{
int32 Value;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "ModuleRelativePath", "Public/CommonRotator.h" },
};
#endif // WITH_METADATA
// ********** Begin Delegate FOnRotated constinit property declarations ****************************
static const UECodeGen_Private::FIntPropertyParams NewProp_Value;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Delegate FOnRotated constinit property declarations ******************************
static const UECodeGen_Private::FDelegateFunctionParams FuncParams;
};
// ********** Begin Delegate FOnRotated Property Definitions ***************************************
const UECodeGen_Private::FIntPropertyParams Z_Construct_UDelegateFunction_CommonUI_OnRotated__DelegateSignature_Statics::NewProp_Value = { "Value", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(_Script_CommonUI_eventOnRotated_Parms, Value), METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UDelegateFunction_CommonUI_OnRotated__DelegateSignature_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UDelegateFunction_CommonUI_OnRotated__DelegateSignature_Statics::NewProp_Value,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UDelegateFunction_CommonUI_OnRotated__DelegateSignature_Statics::PropPointers) < 2048);
// ********** End Delegate FOnRotated Property Definitions *****************************************
const UECodeGen_Private::FDelegateFunctionParams Z_Construct_UDelegateFunction_CommonUI_OnRotated__DelegateSignature_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UPackage__Script_CommonUI, nullptr, "OnRotated__DelegateSignature", Z_Construct_UDelegateFunction_CommonUI_OnRotated__DelegateSignature_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UDelegateFunction_CommonUI_OnRotated__DelegateSignature_Statics::PropPointers),
sizeof(Z_Construct_UDelegateFunction_CommonUI_OnRotated__DelegateSignature_Statics::_Script_CommonUI_eventOnRotated_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x00130000, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UDelegateFunction_CommonUI_OnRotated__DelegateSignature_Statics::Function_MetaDataParams), Z_Construct_UDelegateFunction_CommonUI_OnRotated__DelegateSignature_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UDelegateFunction_CommonUI_OnRotated__DelegateSignature_Statics::_Script_CommonUI_eventOnRotated_Parms) < MAX_uint16);
UFunction* Z_Construct_UDelegateFunction_CommonUI_OnRotated__DelegateSignature()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUDelegateFunction(&ReturnFunction, Z_Construct_UDelegateFunction_CommonUI_OnRotated__DelegateSignature_Statics::FuncParams);
}
return ReturnFunction;
}
void FOnRotated_DelegateWrapper(const FMulticastScriptDelegate& OnRotated, int32 Value)
{
struct _Script_CommonUI_eventOnRotated_Parms
{
int32 Value;
};
_Script_CommonUI_eventOnRotated_Parms Parms;
Parms.Value=Value;
OnRotated.ProcessMulticastDelegate<UObject>(&Parms);
}
// ********** End Delegate FOnRotated **************************************************************
// ********** Begin Delegate FOnRotatedWithDirection ***********************************************
struct Z_Construct_UDelegateFunction_CommonUI_OnRotatedWithDirection__DelegateSignature_Statics
{
struct _Script_CommonUI_eventOnRotatedWithDirection_Parms
{
int32 Value;
ERotatorDirection RotatorDir;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "ModuleRelativePath", "Public/CommonRotator.h" },
};
#endif // WITH_METADATA
// ********** Begin Delegate FOnRotatedWithDirection constinit property declarations ***************
static const UECodeGen_Private::FIntPropertyParams NewProp_Value;
static const UECodeGen_Private::FBytePropertyParams NewProp_RotatorDir_Underlying;
static const UECodeGen_Private::FEnumPropertyParams NewProp_RotatorDir;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Delegate FOnRotatedWithDirection constinit property declarations *****************
static const UECodeGen_Private::FDelegateFunctionParams FuncParams;
};
// ********** Begin Delegate FOnRotatedWithDirection Property Definitions **************************
const UECodeGen_Private::FIntPropertyParams Z_Construct_UDelegateFunction_CommonUI_OnRotatedWithDirection__DelegateSignature_Statics::NewProp_Value = { "Value", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(_Script_CommonUI_eventOnRotatedWithDirection_Parms, Value), METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FBytePropertyParams Z_Construct_UDelegateFunction_CommonUI_OnRotatedWithDirection__DelegateSignature_Statics::NewProp_RotatorDir_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_UDelegateFunction_CommonUI_OnRotatedWithDirection__DelegateSignature_Statics::NewProp_RotatorDir = { "RotatorDir", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Enum, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(_Script_CommonUI_eventOnRotatedWithDirection_Parms, RotatorDir), Z_Construct_UEnum_CommonUI_ERotatorDirection, METADATA_PARAMS(0, nullptr) }; // 3720401322
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UDelegateFunction_CommonUI_OnRotatedWithDirection__DelegateSignature_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UDelegateFunction_CommonUI_OnRotatedWithDirection__DelegateSignature_Statics::NewProp_Value,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UDelegateFunction_CommonUI_OnRotatedWithDirection__DelegateSignature_Statics::NewProp_RotatorDir_Underlying,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UDelegateFunction_CommonUI_OnRotatedWithDirection__DelegateSignature_Statics::NewProp_RotatorDir,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UDelegateFunction_CommonUI_OnRotatedWithDirection__DelegateSignature_Statics::PropPointers) < 2048);
// ********** End Delegate FOnRotatedWithDirection Property Definitions ****************************
const UECodeGen_Private::FDelegateFunctionParams Z_Construct_UDelegateFunction_CommonUI_OnRotatedWithDirection__DelegateSignature_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UPackage__Script_CommonUI, nullptr, "OnRotatedWithDirection__DelegateSignature", Z_Construct_UDelegateFunction_CommonUI_OnRotatedWithDirection__DelegateSignature_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UDelegateFunction_CommonUI_OnRotatedWithDirection__DelegateSignature_Statics::PropPointers),
sizeof(Z_Construct_UDelegateFunction_CommonUI_OnRotatedWithDirection__DelegateSignature_Statics::_Script_CommonUI_eventOnRotatedWithDirection_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x00130000, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UDelegateFunction_CommonUI_OnRotatedWithDirection__DelegateSignature_Statics::Function_MetaDataParams), Z_Construct_UDelegateFunction_CommonUI_OnRotatedWithDirection__DelegateSignature_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UDelegateFunction_CommonUI_OnRotatedWithDirection__DelegateSignature_Statics::_Script_CommonUI_eventOnRotatedWithDirection_Parms) < MAX_uint16);
UFunction* Z_Construct_UDelegateFunction_CommonUI_OnRotatedWithDirection__DelegateSignature()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUDelegateFunction(&ReturnFunction, Z_Construct_UDelegateFunction_CommonUI_OnRotatedWithDirection__DelegateSignature_Statics::FuncParams);
}
return ReturnFunction;
}
void FOnRotatedWithDirection_DelegateWrapper(const FMulticastScriptDelegate& OnRotatedWithDirection, int32 Value, ERotatorDirection RotatorDir)
{
struct _Script_CommonUI_eventOnRotatedWithDirection_Parms
{
int32 Value;
ERotatorDirection RotatorDir;
};
_Script_CommonUI_eventOnRotatedWithDirection_Parms Parms;
Parms.Value=Value;
Parms.RotatorDir=RotatorDir;
OnRotatedWithDirection.ProcessMulticastDelegate<UObject>(&Parms);
}
// ********** End Delegate FOnRotatedWithDirection *************************************************
// ********** Begin Class UCommonRotator Function BP_OnOptionSelected ******************************
struct CommonRotator_eventBP_OnOptionSelected_Parms
{
int32 Index;
};
static FName NAME_UCommonRotator_BP_OnOptionSelected = FName(TEXT("BP_OnOptionSelected"));
void UCommonRotator::BP_OnOptionSelected(int32 Index)
{
CommonRotator_eventBP_OnOptionSelected_Parms Parms;
Parms.Index=Index;
UFunction* Func = FindFunctionChecked(NAME_UCommonRotator_BP_OnOptionSelected);
ProcessEvent(Func,&Parms);
}
struct Z_Construct_UFunction_UCommonRotator_BP_OnOptionSelected_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Category", "Events" },
{ "DisplayName", "On Options Selected" },
{ "ModuleRelativePath", "Public/CommonRotator.h" },
};
#endif // WITH_METADATA
// ********** Begin Function BP_OnOptionSelected constinit property declarations *******************
static const UECodeGen_Private::FIntPropertyParams NewProp_Index;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Function BP_OnOptionSelected constinit property declarations *********************
static const UECodeGen_Private::FFunctionParams FuncParams;
};
// ********** Begin Function BP_OnOptionSelected Property Definitions ******************************
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UCommonRotator_BP_OnOptionSelected_Statics::NewProp_Index = { "Index", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(CommonRotator_eventBP_OnOptionSelected_Parms, Index), METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UCommonRotator_BP_OnOptionSelected_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UCommonRotator_BP_OnOptionSelected_Statics::NewProp_Index,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UCommonRotator_BP_OnOptionSelected_Statics::PropPointers) < 2048);
// ********** End Function BP_OnOptionSelected Property Definitions ********************************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UCommonRotator_BP_OnOptionSelected_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UCommonRotator, nullptr, "BP_OnOptionSelected", Z_Construct_UFunction_UCommonRotator_BP_OnOptionSelected_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_UCommonRotator_BP_OnOptionSelected_Statics::PropPointers),
sizeof(CommonRotator_eventBP_OnOptionSelected_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x08080802, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UCommonRotator_BP_OnOptionSelected_Statics::Function_MetaDataParams), Z_Construct_UFunction_UCommonRotator_BP_OnOptionSelected_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(CommonRotator_eventBP_OnOptionSelected_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UCommonRotator_BP_OnOptionSelected()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UCommonRotator_BP_OnOptionSelected_Statics::FuncParams);
}
return ReturnFunction;
}
// ********** End Class UCommonRotator Function BP_OnOptionSelected ********************************
// ********** Begin Class UCommonRotator Function BP_OnOptionsPopulated ****************************
struct CommonRotator_eventBP_OnOptionsPopulated_Parms
{
int32 Count;
};
static FName NAME_UCommonRotator_BP_OnOptionsPopulated = FName(TEXT("BP_OnOptionsPopulated"));
void UCommonRotator::BP_OnOptionsPopulated(int32 Count)
{
CommonRotator_eventBP_OnOptionsPopulated_Parms Parms;
Parms.Count=Count;
UFunction* Func = FindFunctionChecked(NAME_UCommonRotator_BP_OnOptionsPopulated);
ProcessEvent(Func,&Parms);
}
struct Z_Construct_UFunction_UCommonRotator_BP_OnOptionsPopulated_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Category", "Events" },
{ "DisplayName", "On Options Populated" },
{ "ModuleRelativePath", "Public/CommonRotator.h" },
};
#endif // WITH_METADATA
// ********** Begin Function BP_OnOptionsPopulated constinit property declarations *****************
static const UECodeGen_Private::FIntPropertyParams NewProp_Count;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Function BP_OnOptionsPopulated constinit property declarations *******************
static const UECodeGen_Private::FFunctionParams FuncParams;
};
// ********** Begin Function BP_OnOptionsPopulated Property Definitions ****************************
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UCommonRotator_BP_OnOptionsPopulated_Statics::NewProp_Count = { "Count", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(CommonRotator_eventBP_OnOptionsPopulated_Parms, Count), METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UCommonRotator_BP_OnOptionsPopulated_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UCommonRotator_BP_OnOptionsPopulated_Statics::NewProp_Count,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UCommonRotator_BP_OnOptionsPopulated_Statics::PropPointers) < 2048);
// ********** End Function BP_OnOptionsPopulated Property Definitions ******************************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UCommonRotator_BP_OnOptionsPopulated_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UCommonRotator, nullptr, "BP_OnOptionsPopulated", Z_Construct_UFunction_UCommonRotator_BP_OnOptionsPopulated_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_UCommonRotator_BP_OnOptionsPopulated_Statics::PropPointers),
sizeof(CommonRotator_eventBP_OnOptionsPopulated_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x08080802, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UCommonRotator_BP_OnOptionsPopulated_Statics::Function_MetaDataParams), Z_Construct_UFunction_UCommonRotator_BP_OnOptionsPopulated_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(CommonRotator_eventBP_OnOptionsPopulated_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UCommonRotator_BP_OnOptionsPopulated()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UCommonRotator_BP_OnOptionsPopulated_Statics::FuncParams);
}
return ReturnFunction;
}
// ********** End Class UCommonRotator Function BP_OnOptionsPopulated ******************************
// ********** Begin Class UCommonRotator Function GetSelectedIndex *********************************
struct Z_Construct_UFunction_UCommonRotator_GetSelectedIndex_Statics
{
struct CommonRotator_eventGetSelectedIndex_Parms
{
int32 ReturnValue;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Category", "Behavior" },
{ "Comment", "/** Gets the current selected index */" },
{ "ModuleRelativePath", "Public/CommonRotator.h" },
{ "ToolTip", "Gets the current selected index" },
};
#endif // WITH_METADATA
// ********** Begin Function GetSelectedIndex constinit property declarations **********************
static const UECodeGen_Private::FIntPropertyParams NewProp_ReturnValue;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Function GetSelectedIndex constinit property declarations ************************
static const UECodeGen_Private::FFunctionParams FuncParams;
};
// ********** Begin Function GetSelectedIndex Property Definitions *********************************
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UCommonRotator_GetSelectedIndex_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(CommonRotator_eventGetSelectedIndex_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UCommonRotator_GetSelectedIndex_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UCommonRotator_GetSelectedIndex_Statics::NewProp_ReturnValue,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UCommonRotator_GetSelectedIndex_Statics::PropPointers) < 2048);
// ********** End Function GetSelectedIndex Property Definitions ***********************************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UCommonRotator_GetSelectedIndex_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UCommonRotator, nullptr, "GetSelectedIndex", Z_Construct_UFunction_UCommonRotator_GetSelectedIndex_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_UCommonRotator_GetSelectedIndex_Statics::PropPointers),
sizeof(Z_Construct_UFunction_UCommonRotator_GetSelectedIndex_Statics::CommonRotator_eventGetSelectedIndex_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x54020401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UCommonRotator_GetSelectedIndex_Statics::Function_MetaDataParams), Z_Construct_UFunction_UCommonRotator_GetSelectedIndex_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UFunction_UCommonRotator_GetSelectedIndex_Statics::CommonRotator_eventGetSelectedIndex_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UCommonRotator_GetSelectedIndex()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UCommonRotator_GetSelectedIndex_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UCommonRotator::execGetSelectedIndex)
{
P_FINISH;
P_NATIVE_BEGIN;
*(int32*)Z_Param__Result=P_THIS->GetSelectedIndex();
P_NATIVE_END;
}
// ********** End Class UCommonRotator Function GetSelectedIndex ***********************************
// ********** Begin Class UCommonRotator Function GetSelectedText **********************************
struct Z_Construct_UFunction_UCommonRotator_GetSelectedText_Statics
{
struct CommonRotator_eventGetSelectedText_Parms
{
FText ReturnValue;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Category", "Behavior" },
{ "Comment", "/** Gets the current text value of the slider. */" },
{ "ModuleRelativePath", "Public/CommonRotator.h" },
{ "ToolTip", "Gets the current text value of the slider." },
};
#endif // WITH_METADATA
// ********** Begin Function GetSelectedText constinit property declarations ***********************
static const UECodeGen_Private::FTextPropertyParams NewProp_ReturnValue;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Function GetSelectedText constinit property declarations *************************
static const UECodeGen_Private::FFunctionParams FuncParams;
};
// ********** Begin Function GetSelectedText Property Definitions **********************************
const UECodeGen_Private::FTextPropertyParams Z_Construct_UFunction_UCommonRotator_GetSelectedText_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Text, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(CommonRotator_eventGetSelectedText_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UCommonRotator_GetSelectedText_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UCommonRotator_GetSelectedText_Statics::NewProp_ReturnValue,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UCommonRotator_GetSelectedText_Statics::PropPointers) < 2048);
// ********** End Function GetSelectedText Property Definitions ************************************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UCommonRotator_GetSelectedText_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UCommonRotator, nullptr, "GetSelectedText", Z_Construct_UFunction_UCommonRotator_GetSelectedText_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_UCommonRotator_GetSelectedText_Statics::PropPointers),
sizeof(Z_Construct_UFunction_UCommonRotator_GetSelectedText_Statics::CommonRotator_eventGetSelectedText_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x54020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UCommonRotator_GetSelectedText_Statics::Function_MetaDataParams), Z_Construct_UFunction_UCommonRotator_GetSelectedText_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UFunction_UCommonRotator_GetSelectedText_Statics::CommonRotator_eventGetSelectedText_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UCommonRotator_GetSelectedText()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UCommonRotator_GetSelectedText_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UCommonRotator::execGetSelectedText)
{
P_FINISH;
P_NATIVE_BEGIN;
*(FText*)Z_Param__Result=P_THIS->GetSelectedText();
P_NATIVE_END;
}
// ********** End Class UCommonRotator Function GetSelectedText ************************************
// ********** Begin Class UCommonRotator Function PopulateTextLabels *******************************
struct Z_Construct_UFunction_UCommonRotator_PopulateTextLabels_Statics
{
struct CommonRotator_eventPopulateTextLabels_Parms
{
TArray<FText> Labels;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Category", "Behavior" },
{ "Comment", "/** Set the array of texts available */" },
{ "ModuleRelativePath", "Public/CommonRotator.h" },
{ "ToolTip", "Set the array of texts available" },
};
#endif // WITH_METADATA
// ********** Begin Function PopulateTextLabels constinit property declarations ********************
static const UECodeGen_Private::FTextPropertyParams NewProp_Labels_Inner;
static const UECodeGen_Private::FArrayPropertyParams NewProp_Labels;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Function PopulateTextLabels constinit property declarations **********************
static const UECodeGen_Private::FFunctionParams FuncParams;
};
// ********** Begin Function PopulateTextLabels Property Definitions *******************************
const UECodeGen_Private::FTextPropertyParams Z_Construct_UFunction_UCommonRotator_PopulateTextLabels_Statics::NewProp_Labels_Inner = { "Labels", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Text, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UFunction_UCommonRotator_PopulateTextLabels_Statics::NewProp_Labels = { "Labels", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(CommonRotator_eventPopulateTextLabels_Parms, Labels), EArrayPropertyFlags::None, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UCommonRotator_PopulateTextLabels_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UCommonRotator_PopulateTextLabels_Statics::NewProp_Labels_Inner,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UCommonRotator_PopulateTextLabels_Statics::NewProp_Labels,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UCommonRotator_PopulateTextLabels_Statics::PropPointers) < 2048);
// ********** End Function PopulateTextLabels Property Definitions *********************************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UCommonRotator_PopulateTextLabels_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UCommonRotator, nullptr, "PopulateTextLabels", Z_Construct_UFunction_UCommonRotator_PopulateTextLabels_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_UCommonRotator_PopulateTextLabels_Statics::PropPointers),
sizeof(Z_Construct_UFunction_UCommonRotator_PopulateTextLabels_Statics::CommonRotator_eventPopulateTextLabels_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UCommonRotator_PopulateTextLabels_Statics::Function_MetaDataParams), Z_Construct_UFunction_UCommonRotator_PopulateTextLabels_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UFunction_UCommonRotator_PopulateTextLabels_Statics::CommonRotator_eventPopulateTextLabels_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UCommonRotator_PopulateTextLabels()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UCommonRotator_PopulateTextLabels_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UCommonRotator::execPopulateTextLabels)
{
P_GET_TARRAY(FText,Z_Param_Labels);
P_FINISH;
P_NATIVE_BEGIN;
P_THIS->PopulateTextLabels(Z_Param_Labels);
P_NATIVE_END;
}
// ********** End Class UCommonRotator Function PopulateTextLabels *********************************
// ********** Begin Class UCommonRotator Function SetSelectedItem **********************************
struct Z_Construct_UFunction_UCommonRotator_SetSelectedItem_Statics
{
struct CommonRotator_eventSetSelectedItem_Parms
{
int32 InValue;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Category", "Behavior" },
{ "Comment", "/** Sets the current value of the slider. */" },
{ "ModuleRelativePath", "Public/CommonRotator.h" },
{ "ToolTip", "Sets the current value of the slider." },
};
#endif // WITH_METADATA
// ********** Begin Function SetSelectedItem constinit property declarations ***********************
static const UECodeGen_Private::FIntPropertyParams NewProp_InValue;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Function SetSelectedItem constinit property declarations *************************
static const UECodeGen_Private::FFunctionParams FuncParams;
};
// ********** Begin Function SetSelectedItem Property Definitions **********************************
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UCommonRotator_SetSelectedItem_Statics::NewProp_InValue = { "InValue", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(CommonRotator_eventSetSelectedItem_Parms, InValue), METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UCommonRotator_SetSelectedItem_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UCommonRotator_SetSelectedItem_Statics::NewProp_InValue,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UCommonRotator_SetSelectedItem_Statics::PropPointers) < 2048);
// ********** End Function SetSelectedItem Property Definitions ************************************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UCommonRotator_SetSelectedItem_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UCommonRotator, nullptr, "SetSelectedItem", Z_Construct_UFunction_UCommonRotator_SetSelectedItem_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_UCommonRotator_SetSelectedItem_Statics::PropPointers),
sizeof(Z_Construct_UFunction_UCommonRotator_SetSelectedItem_Statics::CommonRotator_eventSetSelectedItem_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020402, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UCommonRotator_SetSelectedItem_Statics::Function_MetaDataParams), Z_Construct_UFunction_UCommonRotator_SetSelectedItem_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UFunction_UCommonRotator_SetSelectedItem_Statics::CommonRotator_eventSetSelectedItem_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UCommonRotator_SetSelectedItem()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UCommonRotator_SetSelectedItem_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UCommonRotator::execSetSelectedItem)
{
P_GET_PROPERTY(FIntProperty,Z_Param_InValue);
P_FINISH;
P_NATIVE_BEGIN;
P_THIS->SetSelectedItem(Z_Param_InValue);
P_NATIVE_END;
}
// ********** End Class UCommonRotator Function SetSelectedItem ************************************
// ********** Begin Class UCommonRotator Function ShiftTextLeft ************************************
struct Z_Construct_UFunction_UCommonRotator_ShiftTextLeft_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Category", "Behavior" },
{ "Comment", "/** Shift the current text left. */" },
{ "ModuleRelativePath", "Public/CommonRotator.h" },
{ "ToolTip", "Shift the current text left." },
};
#endif // WITH_METADATA
// ********** Begin Function ShiftTextLeft constinit property declarations *************************
// ********** End Function ShiftTextLeft constinit property declarations ***************************
static const UECodeGen_Private::FFunctionParams FuncParams;
};
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UCommonRotator_ShiftTextLeft_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UCommonRotator, nullptr, "ShiftTextLeft", nullptr,
0,
0,
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UCommonRotator_ShiftTextLeft_Statics::Function_MetaDataParams), Z_Construct_UFunction_UCommonRotator_ShiftTextLeft_Statics::Function_MetaDataParams)}, };
UFunction* Z_Construct_UFunction_UCommonRotator_ShiftTextLeft()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UCommonRotator_ShiftTextLeft_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UCommonRotator::execShiftTextLeft)
{
P_FINISH;
P_NATIVE_BEGIN;
P_THIS->ShiftTextLeft();
P_NATIVE_END;
}
// ********** End Class UCommonRotator Function ShiftTextLeft **************************************
// ********** Begin Class UCommonRotator Function ShiftTextRight ***********************************
struct Z_Construct_UFunction_UCommonRotator_ShiftTextRight_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Category", "Behavior" },
{ "Comment", "/** Shift the current text right. */" },
{ "ModuleRelativePath", "Public/CommonRotator.h" },
{ "ToolTip", "Shift the current text right." },
};
#endif // WITH_METADATA
// ********** Begin Function ShiftTextRight constinit property declarations ************************
// ********** End Function ShiftTextRight constinit property declarations **************************
static const UECodeGen_Private::FFunctionParams FuncParams;
};
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UCommonRotator_ShiftTextRight_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UCommonRotator, nullptr, "ShiftTextRight", nullptr,
0,
0,
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UCommonRotator_ShiftTextRight_Statics::Function_MetaDataParams), Z_Construct_UFunction_UCommonRotator_ShiftTextRight_Statics::Function_MetaDataParams)}, };
UFunction* Z_Construct_UFunction_UCommonRotator_ShiftTextRight()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UCommonRotator_ShiftTextRight_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UCommonRotator::execShiftTextRight)
{
P_FINISH;
P_NATIVE_BEGIN;
P_THIS->ShiftTextRight();
P_NATIVE_END;
}
// ********** End Class UCommonRotator Function ShiftTextRight *************************************
// ********** Begin Class UCommonRotator ***********************************************************
FClassRegistrationInfo Z_Registration_Info_UClass_UCommonRotator;
UClass* UCommonRotator::GetPrivateStaticClass()
{
using TClass = UCommonRotator;
if (!Z_Registration_Info_UClass_UCommonRotator.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("CommonRotator"),
Z_Registration_Info_UClass_UCommonRotator.InnerSingleton,
StaticRegisterNativesUCommonRotator,
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_UCommonRotator.InnerSingleton;
}
UClass* Z_Construct_UClass_UCommonRotator_NoRegister()
{
return UCommonRotator::GetPrivateStaticClass();
}
struct Z_Construct_UClass_UCommonRotator_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "Comment", "/**\n* A button that can rotate between given text labels.\n*/" },
{ "DisableNativeTick", "" },
{ "IncludePath", "CommonRotator.h" },
{ "ModuleRelativePath", "Public/CommonRotator.h" },
{ "ToolTip", "A button that can rotate between given text labels." },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_OnRotatedWithDirection_MetaData[] = {
{ "Category", "Events" },
{ "Comment", "/** Called when the Selected state of this button changes. Provides the direction of rotation. */" },
{ "ModuleRelativePath", "Public/CommonRotator.h" },
{ "ToolTip", "Called when the Selected state of this button changes. Provides the direction of rotation." },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_OnRotated_MetaData[] = {
{ "Category", "Events" },
{ "ModuleRelativePath", "Public/CommonRotator.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_MyText_MetaData[] = {
{ "BindWidget", "" },
{ "Category", "CommonRotator" },
{ "Comment", "/** The displayed text */" },
{ "EditInline", "true" },
{ "ModuleRelativePath", "Public/CommonRotator.h" },
{ "ToolTip", "The displayed text" },
};
#endif // WITH_METADATA
// ********** Begin Class UCommonRotator constinit property declarations ***************************
static const UECodeGen_Private::FMulticastDelegatePropertyParams NewProp_OnRotatedWithDirection;
static const UECodeGen_Private::FMulticastDelegatePropertyParams NewProp_OnRotated;
static const UECodeGen_Private::FObjectPropertyParams NewProp_MyText;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Class UCommonRotator constinit property declarations *****************************
static constexpr UE::CodeGen::FClassNativeFunction Funcs[] = {
{ .NameUTF8 = UTF8TEXT("GetSelectedIndex"), .Pointer = &UCommonRotator::execGetSelectedIndex },
{ .NameUTF8 = UTF8TEXT("GetSelectedText"), .Pointer = &UCommonRotator::execGetSelectedText },
{ .NameUTF8 = UTF8TEXT("PopulateTextLabels"), .Pointer = &UCommonRotator::execPopulateTextLabels },
{ .NameUTF8 = UTF8TEXT("SetSelectedItem"), .Pointer = &UCommonRotator::execSetSelectedItem },
{ .NameUTF8 = UTF8TEXT("ShiftTextLeft"), .Pointer = &UCommonRotator::execShiftTextLeft },
{ .NameUTF8 = UTF8TEXT("ShiftTextRight"), .Pointer = &UCommonRotator::execShiftTextRight },
};
static UObject* (*const DependentSingletons[])();
static constexpr FClassFunctionLinkInfo FuncInfo[] = {
{ &Z_Construct_UFunction_UCommonRotator_BP_OnOptionSelected, "BP_OnOptionSelected" }, // 914680555
{ &Z_Construct_UFunction_UCommonRotator_BP_OnOptionsPopulated, "BP_OnOptionsPopulated" }, // 2998657358
{ &Z_Construct_UFunction_UCommonRotator_GetSelectedIndex, "GetSelectedIndex" }, // 3636018528
{ &Z_Construct_UFunction_UCommonRotator_GetSelectedText, "GetSelectedText" }, // 2662893249
{ &Z_Construct_UFunction_UCommonRotator_PopulateTextLabels, "PopulateTextLabels" }, // 1943184217
{ &Z_Construct_UFunction_UCommonRotator_SetSelectedItem, "SetSelectedItem" }, // 1992983123
{ &Z_Construct_UFunction_UCommonRotator_ShiftTextLeft, "ShiftTextLeft" }, // 2039006848
{ &Z_Construct_UFunction_UCommonRotator_ShiftTextRight, "ShiftTextRight" }, // 3771353043
};
static_assert(UE_ARRAY_COUNT(FuncInfo) < 2048);
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<UCommonRotator>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_UCommonRotator_Statics
// ********** Begin Class UCommonRotator Property Definitions **************************************
const UECodeGen_Private::FMulticastDelegatePropertyParams Z_Construct_UClass_UCommonRotator_Statics::NewProp_OnRotatedWithDirection = { "OnRotatedWithDirection", nullptr, (EPropertyFlags)0x0010000010080000, UECodeGen_Private::EPropertyGenFlags::InlineMulticastDelegate, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UCommonRotator, OnRotatedWithDirection), Z_Construct_UDelegateFunction_CommonUI_OnRotatedWithDirection__DelegateSignature, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_OnRotatedWithDirection_MetaData), NewProp_OnRotatedWithDirection_MetaData) }; // 3526060038
const UECodeGen_Private::FMulticastDelegatePropertyParams Z_Construct_UClass_UCommonRotator_Statics::NewProp_OnRotated = { "OnRotated", nullptr, (EPropertyFlags)0x0010000010080000, UECodeGen_Private::EPropertyGenFlags::InlineMulticastDelegate, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UCommonRotator, OnRotated), Z_Construct_UDelegateFunction_CommonUI_OnRotated__DelegateSignature, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_OnRotated_MetaData), NewProp_OnRotated_MetaData) }; // 3689666964
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UClass_UCommonRotator_Statics::NewProp_MyText = { "MyText", nullptr, (EPropertyFlags)0x012408000008001c, UECodeGen_Private::EPropertyGenFlags::Object | UECodeGen_Private::EPropertyGenFlags::ObjectPtr, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UCommonRotator, MyText), Z_Construct_UClass_UCommonTextBlock_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_MyText_MetaData), NewProp_MyText_MetaData) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UCommonRotator_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UCommonRotator_Statics::NewProp_OnRotatedWithDirection,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UCommonRotator_Statics::NewProp_OnRotated,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UCommonRotator_Statics::NewProp_MyText,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UCommonRotator_Statics::PropPointers) < 2048);
// ********** End Class UCommonRotator Property Definitions ****************************************
UObject* (*const Z_Construct_UClass_UCommonRotator_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UCommonButtonBase,
(UObject* (*)())Z_Construct_UPackage__Script_CommonUI,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UCommonRotator_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_UCommonRotator_Statics::ClassParams = {
&UCommonRotator::StaticClass,
nullptr,
&StaticCppClassTypeInfo,
DependentSingletons,
FuncInfo,
Z_Construct_UClass_UCommonRotator_Statics::PropPointers,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
UE_ARRAY_COUNT(FuncInfo),
UE_ARRAY_COUNT(Z_Construct_UClass_UCommonRotator_Statics::PropPointers),
0,
0x00A810A0u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UCommonRotator_Statics::Class_MetaDataParams), Z_Construct_UClass_UCommonRotator_Statics::Class_MetaDataParams)
};
void UCommonRotator::StaticRegisterNativesUCommonRotator()
{
UClass* Class = UCommonRotator::StaticClass();
FNativeFunctionRegistrar::RegisterFunctions(Class, MakeConstArrayView(Z_Construct_UClass_UCommonRotator_Statics::Funcs));
}
UClass* Z_Construct_UClass_UCommonRotator()
{
if (!Z_Registration_Info_UClass_UCommonRotator.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UCommonRotator.OuterSingleton, Z_Construct_UClass_UCommonRotator_Statics::ClassParams);
}
return Z_Registration_Info_UClass_UCommonRotator.OuterSingleton;
}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UCommonRotator);
UCommonRotator::~UCommonRotator() {}
// ********** End Class UCommonRotator *************************************************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_CommonUI_Source_CommonUI_Public_CommonRotator_h__Script_CommonUI_Statics
{
static constexpr FEnumRegisterCompiledInInfo EnumInfo[] = {
{ ERotatorDirection_StaticEnum, TEXT("ERotatorDirection"), &Z_Registration_Info_UEnum_ERotatorDirection, CONSTRUCT_RELOAD_VERSION_INFO(FEnumReloadVersionInfo, 3720401322U) },
};
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
{ Z_Construct_UClass_UCommonRotator, UCommonRotator::StaticClass, TEXT("UCommonRotator"), &Z_Registration_Info_UClass_UCommonRotator, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UCommonRotator), 1843634829U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_CommonUI_Source_CommonUI_Public_CommonRotator_h__Script_CommonUI_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_CommonUI_Source_CommonUI_Public_CommonRotator_h__Script_CommonUI_25561920{
TEXT("/Script/CommonUI"),
Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_CommonUI_Source_CommonUI_Public_CommonRotator_h__Script_CommonUI_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_CommonUI_Source_CommonUI_Public_CommonRotator_h__Script_CommonUI_Statics::ClassInfo),
nullptr, 0,
Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_CommonUI_Source_CommonUI_Public_CommonRotator_h__Script_CommonUI_Statics::EnumInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_CommonUI_Source_CommonUI_Public_CommonRotator_h__Script_CommonUI_Statics::EnumInfo),
};
// ********** End Registration *********************************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS