7#include "UObject/GeneratedCppIncludes.h"
8#include "QuickColorTween.h"
10PRAGMA_DISABLE_DEPRECATION_WARNINGS
12void EmptyLinkFunctionForGeneratedCodeQuickColorTween() {}
15COREUOBJECT_API UScriptStruct* Z_Construct_UScriptStruct_FColor();
16QUICKTWEEN_API UClass* Z_Construct_UClass_UQuickColorTween();
17QUICKTWEEN_API UClass* Z_Construct_UClass_UQuickColorTween_NoRegister();
18QUICKTWEEN_API UClass* Z_Construct_UClass_UQuickTweenBase();
19UPackage* Z_Construct_UPackage__Script_QuickTween();
30 static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
31 {
"Category",
"Tween|Info" },
33 {
"Comment",
"/** Get the current interpolated FColor value. */" },
35 {
"Keywords",
"Tween" },
36 {
"ModuleRelativePath",
"Public/Tweens/QuickColorTween.h" },
38 {
"ToolTip",
"Get the current interpolated FColor value." },
42 static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
43 static const UECodeGen_Private::FPropertyParamsBase*
const PropPointers[];
44 static const UECodeGen_Private::FFunctionParams FuncParams;
46const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UQuickColorTween_GetCurrentValue_Statics::NewProp_ReturnValue = {
"ReturnValue",
nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative,
nullptr,
nullptr, 1, STRUCT_OFFSET(QuickColorTween_eventGetCurrentValue_Parms, ReturnValue), Z_Construct_UScriptStruct_FColor, METADATA_PARAMS(0,
nullptr) };
47const UECodeGen_Private::FPropertyParamsBase*
const Z_Construct_UFunction_UQuickColorTween_GetCurrentValue_Statics::PropPointers[] = {
48 (
const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UQuickColorTween_GetCurrentValue_Statics::NewProp_ReturnValue,
50static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UQuickColorTween_GetCurrentValue_Statics::PropPointers) < 2048);
51const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UQuickColorTween_GetCurrentValue_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UQuickColorTween,
nullptr,
"GetCurrentValue", Z_Construct_UFunction_UQuickColorTween_GetCurrentValue_Statics::PropPointers, UE_ARRAY_COUNT(Z_Construct_UFunction_UQuickColorTween_GetCurrentValue_Statics::PropPointers),
sizeof(
Z_Construct_UFunction_UQuickColorTween_GetCurrentValue_Statics::QuickColorTween_eventGetCurrentValue_Parms), RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x54820401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UQuickColorTween_GetCurrentValue_Statics::Function_MetaDataParams), Z_Construct_UFunction_UQuickColorTween_GetCurrentValue_Statics::Function_MetaDataParams)}, };
53UFunction* Z_Construct_UFunction_UQuickColorTween_GetCurrentValue()
55 static UFunction* ReturnFunction =
nullptr;
58 UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UQuickColorTween_GetCurrentValue_Statics::FuncParams);
60 return ReturnFunction;
62DEFINE_FUNCTION(UQuickColorTween::execGetCurrentValue)
66 *(FColor*)Z_Param__Result=P_THIS->GetCurrentValue();
79 static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
80 {
"Category",
"Tween|Info" },
82 {
"Comment",
"/** Get the ending FColor value. Set after the first tick */" },
84 {
"Keywords",
"Tween" },
85 {
"ModuleRelativePath",
"Public/Tweens/QuickColorTween.h" },
87 {
"ToolTip",
"Get the ending FColor value. Set after the first tick" },
91 static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
92 static const UECodeGen_Private::FPropertyParamsBase*
const PropPointers[];
93 static const UECodeGen_Private::FFunctionParams FuncParams;
95const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UQuickColorTween_GetEndValue_Statics::NewProp_ReturnValue = {
"ReturnValue",
nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative,
nullptr,
nullptr, 1, STRUCT_OFFSET(QuickColorTween_eventGetEndValue_Parms, ReturnValue), Z_Construct_UScriptStruct_FColor, METADATA_PARAMS(0,
nullptr) };
96const UECodeGen_Private::FPropertyParamsBase*
const Z_Construct_UFunction_UQuickColorTween_GetEndValue_Statics::PropPointers[] = {
97 (
const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UQuickColorTween_GetEndValue_Statics::NewProp_ReturnValue,
99static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UQuickColorTween_GetEndValue_Statics::PropPointers) < 2048);
100const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UQuickColorTween_GetEndValue_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UQuickColorTween,
nullptr,
"GetEndValue", Z_Construct_UFunction_UQuickColorTween_GetEndValue_Statics::PropPointers, UE_ARRAY_COUNT(Z_Construct_UFunction_UQuickColorTween_GetEndValue_Statics::PropPointers),
sizeof(
Z_Construct_UFunction_UQuickColorTween_GetEndValue_Statics::QuickColorTween_eventGetEndValue_Parms), RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x54820401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UQuickColorTween_GetEndValue_Statics::Function_MetaDataParams), Z_Construct_UFunction_UQuickColorTween_GetEndValue_Statics::Function_MetaDataParams)}, };
102UFunction* Z_Construct_UFunction_UQuickColorTween_GetEndValue()
104 static UFunction* ReturnFunction =
nullptr;
107 UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UQuickColorTween_GetEndValue_Statics::FuncParams);
109 return ReturnFunction;
111DEFINE_FUNCTION(UQuickColorTween::execGetEndValue)
115 *(FColor*)Z_Param__Result=P_THIS->GetEndValue();
128 static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
129 {
"Category",
"Tween|Info" },
130#if !UE_BUILD_SHIPPING
131 {
"Comment",
"/** Get the starting FColor value. Set after the first tick */" },
133 {
"Keywords",
"Tween" },
134 {
"ModuleRelativePath",
"Public/Tweens/QuickColorTween.h" },
135#if !UE_BUILD_SHIPPING
136 {
"ToolTip",
"Get the starting FColor value. Set after the first tick" },
140 static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
141 static const UECodeGen_Private::FPropertyParamsBase*
const PropPointers[];
142 static const UECodeGen_Private::FFunctionParams FuncParams;
144const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UQuickColorTween_GetStartValue_Statics::NewProp_ReturnValue = {
"ReturnValue",
nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative,
nullptr,
nullptr, 1, STRUCT_OFFSET(QuickColorTween_eventGetStartValue_Parms, ReturnValue), Z_Construct_UScriptStruct_FColor, METADATA_PARAMS(0,
nullptr) };
145const UECodeGen_Private::FPropertyParamsBase*
const Z_Construct_UFunction_UQuickColorTween_GetStartValue_Statics::PropPointers[] = {
146 (
const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UQuickColorTween_GetStartValue_Statics::NewProp_ReturnValue,
148static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UQuickColorTween_GetStartValue_Statics::PropPointers) < 2048);
149const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UQuickColorTween_GetStartValue_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UQuickColorTween,
nullptr,
"GetStartValue", Z_Construct_UFunction_UQuickColorTween_GetStartValue_Statics::PropPointers, UE_ARRAY_COUNT(Z_Construct_UFunction_UQuickColorTween_GetStartValue_Statics::PropPointers),
sizeof(
Z_Construct_UFunction_UQuickColorTween_GetStartValue_Statics::QuickColorTween_eventGetStartValue_Parms), RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x54820401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UQuickColorTween_GetStartValue_Statics::Function_MetaDataParams), Z_Construct_UFunction_UQuickColorTween_GetStartValue_Statics::Function_MetaDataParams)}, };
151UFunction* Z_Construct_UFunction_UQuickColorTween_GetStartValue()
153 static UFunction* ReturnFunction =
nullptr;
156 UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UQuickColorTween_GetStartValue_Statics::FuncParams);
158 return ReturnFunction;
160DEFINE_FUNCTION(UQuickColorTween::execGetStartValue)
164 *(FColor*)Z_Param__Result=P_THIS->GetStartValue();
170void UQuickColorTween::StaticRegisterNativesUQuickColorTween()
172 UClass* Class = UQuickColorTween::StaticClass();
173 static const FNameNativePtrPair Funcs[] = {
174 {
"GetCurrentValue", &UQuickColorTween::execGetCurrentValue },
175 {
"GetEndValue", &UQuickColorTween::execGetEndValue },
176 {
"GetStartValue", &UQuickColorTween::execGetStartValue },
178 FNativeFunctionRegistrar::RegisterFunctions(Class, Funcs, UE_ARRAY_COUNT(Funcs));
180FClassRegistrationInfo Z_Registration_Info_UClass_UQuickColorTween;
181UClass* UQuickColorTween::GetPrivateStaticClass()
183 using TClass = UQuickColorTween;
184 if (!Z_Registration_Info_UClass_UQuickColorTween.InnerSingleton)
186 GetPrivateStaticClassBody(
188 TEXT(
"QuickColorTween"),
189 Z_Registration_Info_UClass_UQuickColorTween.InnerSingleton,
190 StaticRegisterNativesUQuickColorTween,
193 TClass::StaticClassFlags,
194 TClass::StaticClassCastFlags(),
195 TClass::StaticConfigName(),
196 (UClass::ClassConstructorType)InternalConstructor<TClass>,
197 (UClass::ClassVTableHelperCtorCallerType)InternalVTableHelperCtorCaller<TClass>,
198 UOBJECT_CPPCLASS_STATICFUNCTIONS_FORCLASS(TClass),
199 &TClass::Super::StaticClass,
200 &TClass::WithinClass::StaticClass
203 return Z_Registration_Info_UClass_UQuickColorTween.InnerSingleton;
205UClass* Z_Construct_UClass_UQuickColorTween_NoRegister()
207 return UQuickColorTween::GetPrivateStaticClass();
212 static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
213 {
"BlueprintType",
"true" },
214#if !UE_BUILD_SHIPPING
215 {
"Comment",
"/**\n * Tween class for interpolating between two FColor values over time.\n * Inherits from UQuickTweenBase and provides vector-specific tweening functionality.\n */" },
217 {
"IncludePath",
"Tweens/QuickColorTween.h" },
218 {
"ModuleRelativePath",
"Public/Tweens/QuickColorTween.h" },
219#if !UE_BUILD_SHIPPING
220 {
"ToolTip",
"Tween class for interpolating between two FColor values over time.\nInherits from UQuickTweenBase and provides vector-specific tweening functionality." },
224 static UObject* (*
const DependentSingletons[])();
225 static constexpr FClassFunctionLinkInfo FuncInfo[] = {
226 { &Z_Construct_UFunction_UQuickColorTween_GetCurrentValue,
"GetCurrentValue" },
227 { &Z_Construct_UFunction_UQuickColorTween_GetEndValue,
"GetEndValue" },
228 { &Z_Construct_UFunction_UQuickColorTween_GetStartValue,
"GetStartValue" },
230 static_assert(UE_ARRAY_COUNT(FuncInfo) < 2048);
231 static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
232 TCppClassTypeTraits<UQuickColorTween>::IsAbstract,
234 static const UECodeGen_Private::FClassParams ClassParams;
236UObject* (*
const Z_Construct_UClass_UQuickColorTween_Statics::DependentSingletons[])() = {
237 (UObject* (*)())Z_Construct_UClass_UQuickTweenBase,
238 (UObject* (*)())Z_Construct_UPackage__Script_QuickTween,
242 &UQuickColorTween::StaticClass,
244 &StaticCppClassTypeInfo,
249 UE_ARRAY_COUNT(DependentSingletons),
250 UE_ARRAY_COUNT(FuncInfo),
254 METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UQuickColorTween_Statics::Class_MetaDataParams), Z_Construct_UClass_UQuickColorTween_Statics::Class_MetaDataParams)
256UClass* Z_Construct_UClass_UQuickColorTween()
258 if (!Z_Registration_Info_UClass_UQuickColorTween.OuterSingleton)
260 UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UQuickColorTween.OuterSingleton, Z_Construct_UClass_UQuickColorTween_Statics::ClassParams);
262 return Z_Registration_Info_UClass_UQuickColorTween.OuterSingleton;
265UQuickColorTween::~UQuickColorTween() {}
271 static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
272 { Z_Construct_UClass_UQuickColorTween, UQuickColorTween::StaticClass, TEXT(
"UQuickColorTween"), &Z_Registration_Info_UClass_UQuickColorTween, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo,
sizeof(
UQuickColorTween), 2413100633U) },
275static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_TweenPlugin_Plugins_QuickTween_Source_QuickTween_Public_Tweens_QuickColorTween_h__Script_QuickTween_2528336602(TEXT(
"/Script/QuickTween"),
276 Z_CompiledInDeferFile_FID_TweenPlugin_Plugins_QuickTween_Source_QuickTween_Public_Tweens_QuickColorTween_h__Script_QuickTween_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_TweenPlugin_Plugins_QuickTween_Source_QuickTween_Public_Tweens_QuickColorTween_h__Script_QuickTween_Statics::ClassInfo),
281PRAGMA_ENABLE_DEPRECATION_WARNINGS
Definition QuickColorTween.h:19
Definition QuickColorTween.gen.cpp:270
Definition QuickColorTween.gen.cpp:210
Definition QuickColorTween.gen.cpp:26
Definition QuickColorTween.gen.cpp:24
Definition QuickColorTween.gen.cpp:75
Definition QuickColorTween.gen.cpp:73
Definition QuickColorTween.gen.cpp:124
Definition QuickColorTween.gen.cpp:122