7#include "UObject/GeneratedCppIncludes.h"
8#include "QuickIntTween.h"
10PRAGMA_DISABLE_DEPRECATION_WARNINGS
12void EmptyLinkFunctionForGeneratedCodeQuickIntTween() {}
15QUICKTWEEN_API UClass* Z_Construct_UClass_UQuickIntTween();
16QUICKTWEEN_API UClass* Z_Construct_UClass_UQuickIntTween_NoRegister();
17QUICKTWEEN_API UClass* Z_Construct_UClass_UQuickTweenBase();
18UPackage* Z_Construct_UPackage__Script_QuickTween();
29 static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
30 {
"Category",
"Tween|Info" },
32 {
"Comment",
"/** Get the current interpolated int32 value. */" },
34 {
"Keywords",
"Tween" },
35 {
"ModuleRelativePath",
"Public/Tweens/QuickIntTween.h" },
37 {
"ToolTip",
"Get the current interpolated int32 value." },
41 static const UECodeGen_Private::FIntPropertyParams NewProp_ReturnValue;
42 static const UECodeGen_Private::FPropertyParamsBase*
const PropPointers[];
43 static const UECodeGen_Private::FFunctionParams FuncParams;
45const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UQuickIntTween_GetCurrentValue_Statics::NewProp_ReturnValue = {
"ReturnValue",
nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative,
nullptr,
nullptr, 1, STRUCT_OFFSET(QuickIntTween_eventGetCurrentValue_Parms, ReturnValue), METADATA_PARAMS(0,
nullptr) };
46const UECodeGen_Private::FPropertyParamsBase*
const Z_Construct_UFunction_UQuickIntTween_GetCurrentValue_Statics::PropPointers[] = {
47 (
const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UQuickIntTween_GetCurrentValue_Statics::NewProp_ReturnValue,
49static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UQuickIntTween_GetCurrentValue_Statics::PropPointers) < 2048);
50const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UQuickIntTween_GetCurrentValue_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UQuickIntTween,
nullptr,
"GetCurrentValue", Z_Construct_UFunction_UQuickIntTween_GetCurrentValue_Statics::PropPointers, UE_ARRAY_COUNT(Z_Construct_UFunction_UQuickIntTween_GetCurrentValue_Statics::PropPointers),
sizeof(
Z_Construct_UFunction_UQuickIntTween_GetCurrentValue_Statics::QuickIntTween_eventGetCurrentValue_Parms), RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x54020401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UQuickIntTween_GetCurrentValue_Statics::Function_MetaDataParams), Z_Construct_UFunction_UQuickIntTween_GetCurrentValue_Statics::Function_MetaDataParams)}, };
52UFunction* Z_Construct_UFunction_UQuickIntTween_GetCurrentValue()
54 static UFunction* ReturnFunction =
nullptr;
57 UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UQuickIntTween_GetCurrentValue_Statics::FuncParams);
59 return ReturnFunction;
61DEFINE_FUNCTION(UQuickIntTween::execGetCurrentValue)
65 *(int32*)Z_Param__Result=P_THIS->GetCurrentValue();
78 static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
79 {
"Category",
"Tween|Info" },
81 {
"Comment",
"/** Get the ending int32 value. Set after the first tick */" },
83 {
"Keywords",
"Tween" },
84 {
"ModuleRelativePath",
"Public/Tweens/QuickIntTween.h" },
86 {
"ToolTip",
"Get the ending int32 value. Set after the first tick" },
90 static const UECodeGen_Private::FIntPropertyParams NewProp_ReturnValue;
91 static const UECodeGen_Private::FPropertyParamsBase*
const PropPointers[];
92 static const UECodeGen_Private::FFunctionParams FuncParams;
94const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UQuickIntTween_GetEndValue_Statics::NewProp_ReturnValue = {
"ReturnValue",
nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative,
nullptr,
nullptr, 1, STRUCT_OFFSET(QuickIntTween_eventGetEndValue_Parms, ReturnValue), METADATA_PARAMS(0,
nullptr) };
95const UECodeGen_Private::FPropertyParamsBase*
const Z_Construct_UFunction_UQuickIntTween_GetEndValue_Statics::PropPointers[] = {
96 (
const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UQuickIntTween_GetEndValue_Statics::NewProp_ReturnValue,
98static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UQuickIntTween_GetEndValue_Statics::PropPointers) < 2048);
99const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UQuickIntTween_GetEndValue_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UQuickIntTween,
nullptr,
"GetEndValue", Z_Construct_UFunction_UQuickIntTween_GetEndValue_Statics::PropPointers, UE_ARRAY_COUNT(Z_Construct_UFunction_UQuickIntTween_GetEndValue_Statics::PropPointers),
sizeof(
Z_Construct_UFunction_UQuickIntTween_GetEndValue_Statics::QuickIntTween_eventGetEndValue_Parms), RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x54020401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UQuickIntTween_GetEndValue_Statics::Function_MetaDataParams), Z_Construct_UFunction_UQuickIntTween_GetEndValue_Statics::Function_MetaDataParams)}, };
101UFunction* Z_Construct_UFunction_UQuickIntTween_GetEndValue()
103 static UFunction* ReturnFunction =
nullptr;
106 UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UQuickIntTween_GetEndValue_Statics::FuncParams);
108 return ReturnFunction;
110DEFINE_FUNCTION(UQuickIntTween::execGetEndValue)
114 *(int32*)Z_Param__Result=P_THIS->GetEndValue();
127 static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
128 {
"Category",
"Tween|Info" },
129#if !UE_BUILD_SHIPPING
130 {
"Comment",
"/** Get the starting int32 value. Set after the first tick */" },
132 {
"Keywords",
"Tween" },
133 {
"ModuleRelativePath",
"Public/Tweens/QuickIntTween.h" },
134#if !UE_BUILD_SHIPPING
135 {
"ToolTip",
"Get the starting int32 value. Set after the first tick" },
139 static const UECodeGen_Private::FIntPropertyParams NewProp_ReturnValue;
140 static const UECodeGen_Private::FPropertyParamsBase*
const PropPointers[];
141 static const UECodeGen_Private::FFunctionParams FuncParams;
143const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UQuickIntTween_GetStartValue_Statics::NewProp_ReturnValue = {
"ReturnValue",
nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative,
nullptr,
nullptr, 1, STRUCT_OFFSET(QuickIntTween_eventGetStartValue_Parms, ReturnValue), METADATA_PARAMS(0,
nullptr) };
144const UECodeGen_Private::FPropertyParamsBase*
const Z_Construct_UFunction_UQuickIntTween_GetStartValue_Statics::PropPointers[] = {
145 (
const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UQuickIntTween_GetStartValue_Statics::NewProp_ReturnValue,
147static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UQuickIntTween_GetStartValue_Statics::PropPointers) < 2048);
148const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UQuickIntTween_GetStartValue_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UQuickIntTween,
nullptr,
"GetStartValue", Z_Construct_UFunction_UQuickIntTween_GetStartValue_Statics::PropPointers, UE_ARRAY_COUNT(Z_Construct_UFunction_UQuickIntTween_GetStartValue_Statics::PropPointers),
sizeof(
Z_Construct_UFunction_UQuickIntTween_GetStartValue_Statics::QuickIntTween_eventGetStartValue_Parms), RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x54020401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UQuickIntTween_GetStartValue_Statics::Function_MetaDataParams), Z_Construct_UFunction_UQuickIntTween_GetStartValue_Statics::Function_MetaDataParams)}, };
150UFunction* Z_Construct_UFunction_UQuickIntTween_GetStartValue()
152 static UFunction* ReturnFunction =
nullptr;
155 UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UQuickIntTween_GetStartValue_Statics::FuncParams);
157 return ReturnFunction;
159DEFINE_FUNCTION(UQuickIntTween::execGetStartValue)
163 *(int32*)Z_Param__Result=P_THIS->GetStartValue();
169void UQuickIntTween::StaticRegisterNativesUQuickIntTween()
171 UClass* Class = UQuickIntTween::StaticClass();
172 static const FNameNativePtrPair Funcs[] = {
173 {
"GetCurrentValue", &UQuickIntTween::execGetCurrentValue },
174 {
"GetEndValue", &UQuickIntTween::execGetEndValue },
175 {
"GetStartValue", &UQuickIntTween::execGetStartValue },
177 FNativeFunctionRegistrar::RegisterFunctions(Class, Funcs, UE_ARRAY_COUNT(Funcs));
179FClassRegistrationInfo Z_Registration_Info_UClass_UQuickIntTween;
180UClass* UQuickIntTween::GetPrivateStaticClass()
182 using TClass = UQuickIntTween;
183 if (!Z_Registration_Info_UClass_UQuickIntTween.InnerSingleton)
185 GetPrivateStaticClassBody(
187 TEXT(
"QuickIntTween"),
188 Z_Registration_Info_UClass_UQuickIntTween.InnerSingleton,
189 StaticRegisterNativesUQuickIntTween,
192 TClass::StaticClassFlags,
193 TClass::StaticClassCastFlags(),
194 TClass::StaticConfigName(),
195 (UClass::ClassConstructorType)InternalConstructor<TClass>,
196 (UClass::ClassVTableHelperCtorCallerType)InternalVTableHelperCtorCaller<TClass>,
197 UOBJECT_CPPCLASS_STATICFUNCTIONS_FORCLASS(TClass),
198 &TClass::Super::StaticClass,
199 &TClass::WithinClass::StaticClass
202 return Z_Registration_Info_UClass_UQuickIntTween.InnerSingleton;
204UClass* Z_Construct_UClass_UQuickIntTween_NoRegister()
206 return UQuickIntTween::GetPrivateStaticClass();
211 static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
212 {
"BlueprintType",
"true" },
213#if !UE_BUILD_SHIPPING
214 {
"Comment",
"/**\n * Tween class for interpolating between two int32 values over time.\n * Inherits from UQuickTweenBase and provides vector-specific tweening functionality.\n */" },
216 {
"IncludePath",
"Tweens/QuickIntTween.h" },
217 {
"ModuleRelativePath",
"Public/Tweens/QuickIntTween.h" },
218#if !UE_BUILD_SHIPPING
219 {
"ToolTip",
"Tween class for interpolating between two int32 values over time.\nInherits from UQuickTweenBase and provides vector-specific tweening functionality." },
223 static UObject* (*
const DependentSingletons[])();
224 static constexpr FClassFunctionLinkInfo FuncInfo[] = {
225 { &Z_Construct_UFunction_UQuickIntTween_GetCurrentValue,
"GetCurrentValue" },
226 { &Z_Construct_UFunction_UQuickIntTween_GetEndValue,
"GetEndValue" },
227 { &Z_Construct_UFunction_UQuickIntTween_GetStartValue,
"GetStartValue" },
229 static_assert(UE_ARRAY_COUNT(FuncInfo) < 2048);
230 static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
231 TCppClassTypeTraits<UQuickIntTween>::IsAbstract,
233 static const UECodeGen_Private::FClassParams ClassParams;
235UObject* (*
const Z_Construct_UClass_UQuickIntTween_Statics::DependentSingletons[])() = {
236 (UObject* (*)())Z_Construct_UClass_UQuickTweenBase,
237 (UObject* (*)())Z_Construct_UPackage__Script_QuickTween,
241 &UQuickIntTween::StaticClass,
243 &StaticCppClassTypeInfo,
248 UE_ARRAY_COUNT(DependentSingletons),
249 UE_ARRAY_COUNT(FuncInfo),
253 METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UQuickIntTween_Statics::Class_MetaDataParams), Z_Construct_UClass_UQuickIntTween_Statics::Class_MetaDataParams)
255UClass* Z_Construct_UClass_UQuickIntTween()
257 if (!Z_Registration_Info_UClass_UQuickIntTween.OuterSingleton)
259 UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UQuickIntTween.OuterSingleton, Z_Construct_UClass_UQuickIntTween_Statics::ClassParams);
261 return Z_Registration_Info_UClass_UQuickIntTween.OuterSingleton;
264UQuickIntTween::~UQuickIntTween() {}
270 static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
271 { Z_Construct_UClass_UQuickIntTween, UQuickIntTween::StaticClass, TEXT(
"UQuickIntTween"), &Z_Registration_Info_UClass_UQuickIntTween, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo,
sizeof(
UQuickIntTween), 1884530325U) },
274static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_TweenPlugin_Plugins_QuickTween_Source_QuickTween_Public_Tweens_QuickIntTween_h__Script_QuickTween_1520710774(TEXT(
"/Script/QuickTween"),
275 Z_CompiledInDeferFile_FID_TweenPlugin_Plugins_QuickTween_Source_QuickTween_Public_Tweens_QuickIntTween_h__Script_QuickTween_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_TweenPlugin_Plugins_QuickTween_Source_QuickTween_Public_Tweens_QuickIntTween_h__Script_QuickTween_Statics::ClassInfo),
280PRAGMA_ENABLE_DEPRECATION_WARNINGS
Definition QuickIntTween.h:18
Definition QuickIntTween.gen.cpp:269
Definition QuickIntTween.gen.cpp:209
Definition QuickIntTween.gen.cpp:25
Definition QuickIntTween.gen.cpp:23
Definition QuickIntTween.gen.cpp:74
Definition QuickIntTween.gen.cpp:72
Definition QuickIntTween.gen.cpp:123
Definition QuickIntTween.gen.cpp:121