7#include "UObject/GeneratedCppIncludes.h"
8#include "QuickTweenSequence.h"
10PRAGMA_DISABLE_DEPRECATION_WARNINGS
12void EmptyLinkFunctionForGeneratedCodeQuickTweenSequence() {}
15COREUOBJECT_API UClass* Z_Construct_UClass_UObject_NoRegister();
16QUICKTWEEN_API UClass* Z_Construct_UClass_UQuickTweenable();
17QUICKTWEEN_API UClass* Z_Construct_UClass_UQuickTweenable_NoRegister();
18QUICKTWEEN_API UClass* Z_Construct_UClass_UQuickTweenSequence();
19QUICKTWEEN_API UClass* Z_Construct_UClass_UQuickTweenSequence_NoRegister();
20QUICKTWEEN_API UFunction* Z_Construct_UDelegateFunction_QuickTween_DynamicDelegateTweenSequence__DelegateSignature();
21QUICKTWEEN_API UScriptStruct* Z_Construct_UScriptStruct_FQuickTweenSequenceGroup();
22UPackage* Z_Construct_UPackage__Script_QuickTween();
33 static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
34 {
"ModuleRelativePath",
"Public/Tweens/QuickTweenSequence.h" },
37 static const UECodeGen_Private::FObjectPropertyParams NewProp_TweenSequence;
38 static const UECodeGen_Private::FPropertyParamsBase*
const PropPointers[];
39 static const UECodeGen_Private::FDelegateFunctionParams FuncParams;
41const UECodeGen_Private::FObjectPropertyParams Z_Construct_UDelegateFunction_QuickTween_DynamicDelegateTweenSequence__DelegateSignature_Statics::NewProp_TweenSequence = {
"TweenSequence",
nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative,
nullptr,
nullptr, 1, STRUCT_OFFSET(_Script_QuickTween_eventDynamicDelegateTweenSequence_Parms, TweenSequence), Z_Construct_UClass_UQuickTweenSequence_NoRegister, METADATA_PARAMS(0,
nullptr) };
42const UECodeGen_Private::FPropertyParamsBase*
const Z_Construct_UDelegateFunction_QuickTween_DynamicDelegateTweenSequence__DelegateSignature_Statics::PropPointers[] = {
43 (
const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UDelegateFunction_QuickTween_DynamicDelegateTweenSequence__DelegateSignature_Statics::NewProp_TweenSequence,
45static_assert(UE_ARRAY_COUNT(Z_Construct_UDelegateFunction_QuickTween_DynamicDelegateTweenSequence__DelegateSignature_Statics::PropPointers) < 2048);
46const UECodeGen_Private::FDelegateFunctionParams Z_Construct_UDelegateFunction_QuickTween_DynamicDelegateTweenSequence__DelegateSignature_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UPackage__Script_QuickTween,
nullptr,
"DynamicDelegateTweenSequence__DelegateSignature", Z_Construct_UDelegateFunction_QuickTween_DynamicDelegateTweenSequence__DelegateSignature_Statics::PropPointers, UE_ARRAY_COUNT(Z_Construct_UDelegateFunction_QuickTween_DynamicDelegateTweenSequence__DelegateSignature_Statics::PropPointers),
sizeof(
Z_Construct_UDelegateFunction_QuickTween_DynamicDelegateTweenSequence__DelegateSignature_Statics::_Script_QuickTween_eventDynamicDelegateTweenSequence_Parms), RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x00120000, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UDelegateFunction_QuickTween_DynamicDelegateTweenSequence__DelegateSignature_Statics::Function_MetaDataParams), Z_Construct_UDelegateFunction_QuickTween_DynamicDelegateTweenSequence__DelegateSignature_Statics::Function_MetaDataParams)}, };
48UFunction* Z_Construct_UDelegateFunction_QuickTween_DynamicDelegateTweenSequence__DelegateSignature()
50 static UFunction* ReturnFunction =
nullptr;
53 UECodeGen_Private::ConstructUDelegateFunction(&ReturnFunction, Z_Construct_UDelegateFunction_QuickTween_DynamicDelegateTweenSequence__DelegateSignature_Statics::FuncParams);
55 return ReturnFunction;
57void FDynamicDelegateTweenSequence_DelegateWrapper(
const FScriptDelegate& DynamicDelegateTweenSequence,
UQuickTweenSequence* TweenSequence)
59 struct _Script_QuickTween_eventDynamicDelegateTweenSequence_Parms
61 UQuickTweenSequence* TweenSequence;
63 _Script_QuickTween_eventDynamicDelegateTweenSequence_Parms Parms;
64 Parms.TweenSequence=TweenSequence;
65 DynamicDelegateTweenSequence.ProcessDelegate<UObject>(&Parms);
70static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FQuickTweenSequenceGroup;
71class UScriptStruct* FQuickTweenSequenceGroup::StaticStruct()
73 if (!Z_Registration_Info_UScriptStruct_FQuickTweenSequenceGroup.OuterSingleton)
75 Z_Registration_Info_UScriptStruct_FQuickTweenSequenceGroup.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FQuickTweenSequenceGroup, (UObject*)Z_Construct_UPackage__Script_QuickTween(), TEXT(
"QuickTweenSequenceGroup"));
77 return Z_Registration_Info_UScriptStruct_FQuickTweenSequenceGroup.OuterSingleton;
82 static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
84 {
"Comment",
"/**\n * Represents a group of tweens that run in parallel.\n */" },
86 {
"ModuleRelativePath",
"Public/Tweens/QuickTweenSequence.h" },
88 {
"ToolTip",
"Represents a group of tweens that run in parallel." },
91 static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Tweens_MetaData[] = {
93 {
"Comment",
"/** Tweens that are part of this group. */" },
95 {
"ModuleRelativePath",
"Public/Tweens/QuickTweenSequence.h" },
97 {
"ToolTip",
"Tweens that are part of this group." },
101 static const UECodeGen_Private::FObjectPropertyParams NewProp_Tweens_Inner;
102 static const UECodeGen_Private::FArrayPropertyParams NewProp_Tweens;
103 static const UECodeGen_Private::FPropertyParamsBase*
const PropPointers[];
104 static void* NewStructOps()
106 return (UScriptStruct::ICppStructOps*)
new UScriptStruct::TCppStructOps<FQuickTweenSequenceGroup>();
108 static const UECodeGen_Private::FStructParams StructParams;
110const UECodeGen_Private::FObjectPropertyParams Z_Construct_UScriptStruct_FQuickTweenSequenceGroup_Statics::NewProp_Tweens_Inner = {
"Tweens",
nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative,
nullptr,
nullptr, 1, 0, Z_Construct_UClass_UQuickTweenable_NoRegister, METADATA_PARAMS(0,
nullptr) };
111const UECodeGen_Private::FArrayPropertyParams Z_Construct_UScriptStruct_FQuickTweenSequenceGroup_Statics::NewProp_Tweens = {
"Tweens",
nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative,
nullptr,
nullptr, 1, STRUCT_OFFSET(
FQuickTweenSequenceGroup, Tweens), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Tweens_MetaData), NewProp_Tweens_MetaData) };
112const UECodeGen_Private::FPropertyParamsBase*
const Z_Construct_UScriptStruct_FQuickTweenSequenceGroup_Statics::PropPointers[] = {
113 (
const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FQuickTweenSequenceGroup_Statics::NewProp_Tweens_Inner,
114 (
const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FQuickTweenSequenceGroup_Statics::NewProp_Tweens,
116static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FQuickTweenSequenceGroup_Statics::PropPointers) < 2048);
117const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FQuickTweenSequenceGroup_Statics::StructParams = {
118 (UObject* (*)())Z_Construct_UPackage__Script_QuickTween,
121 "QuickTweenSequenceGroup",
122 Z_Construct_UScriptStruct_FQuickTweenSequenceGroup_Statics::PropPointers,
123 UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FQuickTweenSequenceGroup_Statics::PropPointers),
126 RF_Public|RF_Transient|RF_MarkAsNative,
127 EStructFlags(0x00000001),
128 METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FQuickTweenSequenceGroup_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FQuickTweenSequenceGroup_Statics::Struct_MetaDataParams)
130UScriptStruct* Z_Construct_UScriptStruct_FQuickTweenSequenceGroup()
132 if (!Z_Registration_Info_UScriptStruct_FQuickTweenSequenceGroup.InnerSingleton)
134 UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FQuickTweenSequenceGroup.InnerSingleton, Z_Construct_UScriptStruct_FQuickTweenSequenceGroup_Statics::StructParams);
136 return Z_Registration_Info_UScriptStruct_FQuickTweenSequenceGroup.InnerSingleton;
149 static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
150 {
"Category",
"Sequence|Creation" },
151#if !UE_BUILD_SHIPPING
152 {
"Comment",
"/**\n\x09 * Creates a new group and adds a new tween to it.\n\x09 * @param tween The tween to append.\n\x09 * @return Reference to this sequence.\n\x09 */" },
154 {
"Keywords",
"Sequence" },
155 {
"ModuleRelativePath",
"Public/Tweens/QuickTweenSequence.h" },
156#if !UE_BUILD_SHIPPING
157 {
"ToolTip",
"Creates a new group and adds a new tween to it.\n@param tween The tween to append.\n@return Reference to this sequence." },
161 static const UECodeGen_Private::FObjectPropertyParams NewProp_tween;
162 static const UECodeGen_Private::FObjectPropertyParams NewProp_ReturnValue;
163 static const UECodeGen_Private::FPropertyParamsBase*
const PropPointers[];
164 static const UECodeGen_Private::FFunctionParams FuncParams;
166const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UQuickTweenSequence_Append_Statics::NewProp_tween = {
"tween",
nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative,
nullptr,
nullptr, 1, STRUCT_OFFSET(QuickTweenSequence_eventAppend_Parms, tween), Z_Construct_UClass_UQuickTweenable_NoRegister, METADATA_PARAMS(0,
nullptr) };
167const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UQuickTweenSequence_Append_Statics::NewProp_ReturnValue = {
"ReturnValue",
nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative,
nullptr,
nullptr, 1, STRUCT_OFFSET(QuickTweenSequence_eventAppend_Parms, ReturnValue), Z_Construct_UClass_UQuickTweenSequence_NoRegister, METADATA_PARAMS(0,
nullptr) };
168const UECodeGen_Private::FPropertyParamsBase*
const Z_Construct_UFunction_UQuickTweenSequence_Append_Statics::PropPointers[] = {
169 (
const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UQuickTweenSequence_Append_Statics::NewProp_tween,
170 (
const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UQuickTweenSequence_Append_Statics::NewProp_ReturnValue,
172static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UQuickTweenSequence_Append_Statics::PropPointers) < 2048);
173const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UQuickTweenSequence_Append_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UQuickTweenSequence,
nullptr,
"Append", Z_Construct_UFunction_UQuickTweenSequence_Append_Statics::PropPointers, UE_ARRAY_COUNT(Z_Construct_UFunction_UQuickTweenSequence_Append_Statics::PropPointers),
sizeof(
Z_Construct_UFunction_UQuickTweenSequence_Append_Statics::QuickTweenSequence_eventAppend_Parms), RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UQuickTweenSequence_Append_Statics::Function_MetaDataParams), Z_Construct_UFunction_UQuickTweenSequence_Append_Statics::Function_MetaDataParams)}, };
175UFunction* Z_Construct_UFunction_UQuickTweenSequence_Append()
177 static UFunction* ReturnFunction =
nullptr;
180 UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UQuickTweenSequence_Append_Statics::FuncParams);
182 return ReturnFunction;
184DEFINE_FUNCTION(UQuickTweenSequence::execAppend)
199 FScriptDelegate callback;
202 static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
203 {
"Category",
"Tween|Info" },
204#if !UE_BUILD_SHIPPING
205 {
"Comment",
"/**\n\x09 * Assign a Blueprint dynamic delegate to be invoked when the tween completes.\n\x09 * @param callback Dynamic delegate with signature (UQuickTweenSequence* Tween).\n\x09 * The provided delegate will be stored and called on completion.\n\x09 */" },
207 {
"Keywords",
"Tween | Event" },
208 {
"ModuleRelativePath",
"Public/Tweens/QuickTweenSequence.h" },
209#if !UE_BUILD_SHIPPING
210 {
"ToolTip",
"Assign a Blueprint dynamic delegate to be invoked when the tween completes.\n@param callback Dynamic delegate with signature (UQuickTweenSequence* Tween).\n The provided delegate will be stored and called on completion." },
214 static const UECodeGen_Private::FDelegatePropertyParams NewProp_callback;
215 static const UECodeGen_Private::FPropertyParamsBase*
const PropPointers[];
216 static const UECodeGen_Private::FFunctionParams FuncParams;
218const UECodeGen_Private::FDelegatePropertyParams Z_Construct_UFunction_UQuickTweenSequence_AssignOnCompleteEvent_Statics::NewProp_callback = {
"callback",
nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Delegate, RF_Public|RF_Transient|RF_MarkAsNative,
nullptr,
nullptr, 1, STRUCT_OFFSET(QuickTweenSequence_eventAssignOnCompleteEvent_Parms, callback), Z_Construct_UDelegateFunction_QuickTween_DynamicDelegateTweenSequence__DelegateSignature, METADATA_PARAMS(0,
nullptr) };
219const UECodeGen_Private::FPropertyParamsBase*
const Z_Construct_UFunction_UQuickTweenSequence_AssignOnCompleteEvent_Statics::PropPointers[] = {
220 (
const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UQuickTweenSequence_AssignOnCompleteEvent_Statics::NewProp_callback,
222static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UQuickTweenSequence_AssignOnCompleteEvent_Statics::PropPointers) < 2048);
223const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UQuickTweenSequence_AssignOnCompleteEvent_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UQuickTweenSequence,
nullptr,
"AssignOnCompleteEvent", Z_Construct_UFunction_UQuickTweenSequence_AssignOnCompleteEvent_Statics::PropPointers, UE_ARRAY_COUNT(Z_Construct_UFunction_UQuickTweenSequence_AssignOnCompleteEvent_Statics::PropPointers),
sizeof(
Z_Construct_UFunction_UQuickTweenSequence_AssignOnCompleteEvent_Statics::QuickTweenSequence_eventAssignOnCompleteEvent_Parms), RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UQuickTweenSequence_AssignOnCompleteEvent_Statics::Function_MetaDataParams), Z_Construct_UFunction_UQuickTweenSequence_AssignOnCompleteEvent_Statics::Function_MetaDataParams)}, };
225UFunction* Z_Construct_UFunction_UQuickTweenSequence_AssignOnCompleteEvent()
227 static UFunction* ReturnFunction =
nullptr;
230 UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UQuickTweenSequence_AssignOnCompleteEvent_Statics::FuncParams);
232 return ReturnFunction;
234DEFINE_FUNCTION(UQuickTweenSequence::execAssignOnCompleteEvent)
236 P_GET_PROPERTY(FDelegateProperty,Z_Param_callback);
239 P_THIS->AssignOnCompleteEvent(FDynamicDelegateTweenSequence(Z_Param_callback));
249 FScriptDelegate callback;
252 static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
253 {
"Category",
"Tween|Info" },
254#if !UE_BUILD_SHIPPING
255 {
"Comment",
"/**\n\x09 * Assign a Blueprint dynamic delegate to be invoked when the tween is killed.\n\x09 * @param callback Dynamic delegate with signature (UQuickTweenSequence* Tween).\n\x09 * The provided delegate will be stored and called when the tween is killed.\n\x09 */" },
257 {
"Keywords",
"Tween | Event" },
258 {
"ModuleRelativePath",
"Public/Tweens/QuickTweenSequence.h" },
259#if !UE_BUILD_SHIPPING
260 {
"ToolTip",
"Assign a Blueprint dynamic delegate to be invoked when the tween is killed.\n@param callback Dynamic delegate with signature (UQuickTweenSequence* Tween).\n The provided delegate will be stored and called when the tween is killed." },
264 static const UECodeGen_Private::FDelegatePropertyParams NewProp_callback;
265 static const UECodeGen_Private::FPropertyParamsBase*
const PropPointers[];
266 static const UECodeGen_Private::FFunctionParams FuncParams;
268const UECodeGen_Private::FDelegatePropertyParams Z_Construct_UFunction_UQuickTweenSequence_AssignOnKilledEvent_Statics::NewProp_callback = {
"callback",
nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Delegate, RF_Public|RF_Transient|RF_MarkAsNative,
nullptr,
nullptr, 1, STRUCT_OFFSET(QuickTweenSequence_eventAssignOnKilledEvent_Parms, callback), Z_Construct_UDelegateFunction_QuickTween_DynamicDelegateTweenSequence__DelegateSignature, METADATA_PARAMS(0,
nullptr) };
269const UECodeGen_Private::FPropertyParamsBase*
const Z_Construct_UFunction_UQuickTweenSequence_AssignOnKilledEvent_Statics::PropPointers[] = {
270 (
const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UQuickTweenSequence_AssignOnKilledEvent_Statics::NewProp_callback,
272static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UQuickTweenSequence_AssignOnKilledEvent_Statics::PropPointers) < 2048);
273const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UQuickTweenSequence_AssignOnKilledEvent_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UQuickTweenSequence,
nullptr,
"AssignOnKilledEvent", Z_Construct_UFunction_UQuickTweenSequence_AssignOnKilledEvent_Statics::PropPointers, UE_ARRAY_COUNT(Z_Construct_UFunction_UQuickTweenSequence_AssignOnKilledEvent_Statics::PropPointers),
sizeof(
Z_Construct_UFunction_UQuickTweenSequence_AssignOnKilledEvent_Statics::QuickTweenSequence_eventAssignOnKilledEvent_Parms), RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UQuickTweenSequence_AssignOnKilledEvent_Statics::Function_MetaDataParams), Z_Construct_UFunction_UQuickTweenSequence_AssignOnKilledEvent_Statics::Function_MetaDataParams)}, };
275UFunction* Z_Construct_UFunction_UQuickTweenSequence_AssignOnKilledEvent()
277 static UFunction* ReturnFunction =
nullptr;
280 UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UQuickTweenSequence_AssignOnKilledEvent_Statics::FuncParams);
282 return ReturnFunction;
284DEFINE_FUNCTION(UQuickTweenSequence::execAssignOnKilledEvent)
286 P_GET_PROPERTY(FDelegateProperty,Z_Param_callback);
289 P_THIS->AssignOnKilledEvent(FDynamicDelegateTweenSequence(Z_Param_callback));
299 FScriptDelegate callback;
302 static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
303 {
"Category",
"Tween|Info" },
304#if !UE_BUILD_SHIPPING
305 {
"Comment",
"/**\n\x09 * Assign a Blueprint dynamic delegate to be invoked when the tween loops.\n\x09 * @param callback Dynamic delegate with signature (UQuickTweenSequence* Tween).\n\x09 * The provided delegate will be stored and called when the tween loops.\n\x09 */" },
307 {
"Keywords",
"Tween | Event" },
308 {
"ModuleRelativePath",
"Public/Tweens/QuickTweenSequence.h" },
309#if !UE_BUILD_SHIPPING
310 {
"ToolTip",
"Assign a Blueprint dynamic delegate to be invoked when the tween loops.\n@param callback Dynamic delegate with signature (UQuickTweenSequence* Tween).\n The provided delegate will be stored and called when the tween loops." },
314 static const UECodeGen_Private::FDelegatePropertyParams NewProp_callback;
315 static const UECodeGen_Private::FPropertyParamsBase*
const PropPointers[];
316 static const UECodeGen_Private::FFunctionParams FuncParams;
318const UECodeGen_Private::FDelegatePropertyParams Z_Construct_UFunction_UQuickTweenSequence_AssignOnLoopEvent_Statics::NewProp_callback = {
"callback",
nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Delegate, RF_Public|RF_Transient|RF_MarkAsNative,
nullptr,
nullptr, 1, STRUCT_OFFSET(QuickTweenSequence_eventAssignOnLoopEvent_Parms, callback), Z_Construct_UDelegateFunction_QuickTween_DynamicDelegateTweenSequence__DelegateSignature, METADATA_PARAMS(0,
nullptr) };
319const UECodeGen_Private::FPropertyParamsBase*
const Z_Construct_UFunction_UQuickTweenSequence_AssignOnLoopEvent_Statics::PropPointers[] = {
320 (
const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UQuickTweenSequence_AssignOnLoopEvent_Statics::NewProp_callback,
322static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UQuickTweenSequence_AssignOnLoopEvent_Statics::PropPointers) < 2048);
323const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UQuickTweenSequence_AssignOnLoopEvent_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UQuickTweenSequence,
nullptr,
"AssignOnLoopEvent", Z_Construct_UFunction_UQuickTweenSequence_AssignOnLoopEvent_Statics::PropPointers, UE_ARRAY_COUNT(Z_Construct_UFunction_UQuickTweenSequence_AssignOnLoopEvent_Statics::PropPointers),
sizeof(
Z_Construct_UFunction_UQuickTweenSequence_AssignOnLoopEvent_Statics::QuickTweenSequence_eventAssignOnLoopEvent_Parms), RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UQuickTweenSequence_AssignOnLoopEvent_Statics::Function_MetaDataParams), Z_Construct_UFunction_UQuickTweenSequence_AssignOnLoopEvent_Statics::Function_MetaDataParams)}, };
325UFunction* Z_Construct_UFunction_UQuickTweenSequence_AssignOnLoopEvent()
327 static UFunction* ReturnFunction =
nullptr;
330 UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UQuickTweenSequence_AssignOnLoopEvent_Statics::FuncParams);
332 return ReturnFunction;
334DEFINE_FUNCTION(UQuickTweenSequence::execAssignOnLoopEvent)
336 P_GET_PROPERTY(FDelegateProperty,Z_Param_callback);
339 P_THIS->AssignOnLoopEvent(FDynamicDelegateTweenSequence(Z_Param_callback));
349 FScriptDelegate callback;
352 static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
353 {
"Category",
"Tween|Info" },
354#if !UE_BUILD_SHIPPING
355 {
"Comment",
"/**\n\x09 * Assign a Blueprint dynamic delegate to be invoked when the tween starts.\n\x09 * @param callback Dynamic delegate with signature (UQuickTweenSequence* Tween).\n\x09 * The provided delegate will be stored and called on start events.\n\x09 */" },
357 {
"Keywords",
"Tween | Event" },
358 {
"ModuleRelativePath",
"Public/Tweens/QuickTweenSequence.h" },
359#if !UE_BUILD_SHIPPING
360 {
"ToolTip",
"Assign a Blueprint dynamic delegate to be invoked when the tween starts.\n@param callback Dynamic delegate with signature (UQuickTweenSequence* Tween).\n The provided delegate will be stored and called on start events." },
364 static const UECodeGen_Private::FDelegatePropertyParams NewProp_callback;
365 static const UECodeGen_Private::FPropertyParamsBase*
const PropPointers[];
366 static const UECodeGen_Private::FFunctionParams FuncParams;
368const UECodeGen_Private::FDelegatePropertyParams Z_Construct_UFunction_UQuickTweenSequence_AssignOnStartEvent_Statics::NewProp_callback = {
"callback",
nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Delegate, RF_Public|RF_Transient|RF_MarkAsNative,
nullptr,
nullptr, 1, STRUCT_OFFSET(QuickTweenSequence_eventAssignOnStartEvent_Parms, callback), Z_Construct_UDelegateFunction_QuickTween_DynamicDelegateTweenSequence__DelegateSignature, METADATA_PARAMS(0,
nullptr) };
369const UECodeGen_Private::FPropertyParamsBase*
const Z_Construct_UFunction_UQuickTweenSequence_AssignOnStartEvent_Statics::PropPointers[] = {
370 (
const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UQuickTweenSequence_AssignOnStartEvent_Statics::NewProp_callback,
372static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UQuickTweenSequence_AssignOnStartEvent_Statics::PropPointers) < 2048);
373const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UQuickTweenSequence_AssignOnStartEvent_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UQuickTweenSequence,
nullptr,
"AssignOnStartEvent", Z_Construct_UFunction_UQuickTweenSequence_AssignOnStartEvent_Statics::PropPointers, UE_ARRAY_COUNT(Z_Construct_UFunction_UQuickTweenSequence_AssignOnStartEvent_Statics::PropPointers),
sizeof(
Z_Construct_UFunction_UQuickTweenSequence_AssignOnStartEvent_Statics::QuickTweenSequence_eventAssignOnStartEvent_Parms), RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UQuickTweenSequence_AssignOnStartEvent_Statics::Function_MetaDataParams), Z_Construct_UFunction_UQuickTweenSequence_AssignOnStartEvent_Statics::Function_MetaDataParams)}, };
375UFunction* Z_Construct_UFunction_UQuickTweenSequence_AssignOnStartEvent()
377 static UFunction* ReturnFunction =
nullptr;
380 UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UQuickTweenSequence_AssignOnStartEvent_Statics::FuncParams);
382 return ReturnFunction;
384DEFINE_FUNCTION(UQuickTweenSequence::execAssignOnStartEvent)
386 P_GET_PROPERTY(FDelegateProperty,Z_Param_callback);
389 P_THIS->AssignOnStartEvent(FDynamicDelegateTweenSequence(Z_Param_callback));
399 FScriptDelegate callback;
402 static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
403 {
"Category",
"Tween|Info" },
404#if !UE_BUILD_SHIPPING
405 {
"Comment",
"/**\n\x09 * Assign a Blueprint dynamic delegate to be invoked on every tween update.\n\x09 * @param callback Dynamic delegate with signature (UQuickTweenSequence* Tween).\n\x09 * The provided delegate will be stored and called each update tick.\n\x09 */" },
407 {
"Keywords",
"Tween | Event" },
408 {
"ModuleRelativePath",
"Public/Tweens/QuickTweenSequence.h" },
409#if !UE_BUILD_SHIPPING
410 {
"ToolTip",
"Assign a Blueprint dynamic delegate to be invoked on every tween update.\n@param callback Dynamic delegate with signature (UQuickTweenSequence* Tween).\n The provided delegate will be stored and called each update tick." },
414 static const UECodeGen_Private::FDelegatePropertyParams NewProp_callback;
415 static const UECodeGen_Private::FPropertyParamsBase*
const PropPointers[];
416 static const UECodeGen_Private::FFunctionParams FuncParams;
418const UECodeGen_Private::FDelegatePropertyParams Z_Construct_UFunction_UQuickTweenSequence_AssignOnUpdateEvent_Statics::NewProp_callback = {
"callback",
nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Delegate, RF_Public|RF_Transient|RF_MarkAsNative,
nullptr,
nullptr, 1, STRUCT_OFFSET(QuickTweenSequence_eventAssignOnUpdateEvent_Parms, callback), Z_Construct_UDelegateFunction_QuickTween_DynamicDelegateTweenSequence__DelegateSignature, METADATA_PARAMS(0,
nullptr) };
419const UECodeGen_Private::FPropertyParamsBase*
const Z_Construct_UFunction_UQuickTweenSequence_AssignOnUpdateEvent_Statics::PropPointers[] = {
420 (
const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UQuickTweenSequence_AssignOnUpdateEvent_Statics::NewProp_callback,
422static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UQuickTweenSequence_AssignOnUpdateEvent_Statics::PropPointers) < 2048);
423const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UQuickTweenSequence_AssignOnUpdateEvent_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UQuickTweenSequence,
nullptr,
"AssignOnUpdateEvent", Z_Construct_UFunction_UQuickTweenSequence_AssignOnUpdateEvent_Statics::PropPointers, UE_ARRAY_COUNT(Z_Construct_UFunction_UQuickTweenSequence_AssignOnUpdateEvent_Statics::PropPointers),
sizeof(
Z_Construct_UFunction_UQuickTweenSequence_AssignOnUpdateEvent_Statics::QuickTweenSequence_eventAssignOnUpdateEvent_Parms), RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UQuickTweenSequence_AssignOnUpdateEvent_Statics::Function_MetaDataParams), Z_Construct_UFunction_UQuickTweenSequence_AssignOnUpdateEvent_Statics::Function_MetaDataParams)}, };
425UFunction* Z_Construct_UFunction_UQuickTweenSequence_AssignOnUpdateEvent()
427 static UFunction* ReturnFunction =
nullptr;
430 UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UQuickTweenSequence_AssignOnUpdateEvent_Statics::FuncParams);
432 return ReturnFunction;
434DEFINE_FUNCTION(UQuickTweenSequence::execAssignOnUpdateEvent)
436 P_GET_PROPERTY(FDelegateProperty,Z_Param_callback);
439 P_THIS->AssignOnUpdateEvent(FDynamicDelegateTweenSequence(Z_Param_callback));
452 static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
453 {
"Category",
"Sequence|State" },
454#if !UE_BUILD_SHIPPING
455 {
"Comment",
"/**\n\x09 * Gets the number of tweens in the sequence.\n\x09 * @return Number of tweens.\n\x09 */" },
457 {
"Keywords",
"Sequence" },
458 {
"ModuleRelativePath",
"Public/Tweens/QuickTweenSequence.h" },
459#if !UE_BUILD_SHIPPING
460 {
"ToolTip",
"Gets the number of tweens in the sequence.\n@return Number of tweens." },
464 static const UECodeGen_Private::FIntPropertyParams NewProp_ReturnValue;
465 static const UECodeGen_Private::FPropertyParamsBase*
const PropPointers[];
466 static const UECodeGen_Private::FFunctionParams FuncParams;
468const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UQuickTweenSequence_GetNumTweens_Statics::NewProp_ReturnValue = {
"ReturnValue",
nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative,
nullptr,
nullptr, 1, STRUCT_OFFSET(QuickTweenSequence_eventGetNumTweens_Parms, ReturnValue), METADATA_PARAMS(0,
nullptr) };
469const UECodeGen_Private::FPropertyParamsBase*
const Z_Construct_UFunction_UQuickTweenSequence_GetNumTweens_Statics::PropPointers[] = {
470 (
const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UQuickTweenSequence_GetNumTweens_Statics::NewProp_ReturnValue,
472static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UQuickTweenSequence_GetNumTweens_Statics::PropPointers) < 2048);
473const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UQuickTweenSequence_GetNumTweens_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UQuickTweenSequence,
nullptr,
"GetNumTweens", Z_Construct_UFunction_UQuickTweenSequence_GetNumTweens_Statics::PropPointers, UE_ARRAY_COUNT(Z_Construct_UFunction_UQuickTweenSequence_GetNumTweens_Statics::PropPointers),
sizeof(
Z_Construct_UFunction_UQuickTweenSequence_GetNumTweens_Statics::QuickTweenSequence_eventGetNumTweens_Parms), RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x54020401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UQuickTweenSequence_GetNumTweens_Statics::Function_MetaDataParams), Z_Construct_UFunction_UQuickTweenSequence_GetNumTweens_Statics::Function_MetaDataParams)}, };
475UFunction* Z_Construct_UFunction_UQuickTweenSequence_GetNumTweens()
477 static UFunction* ReturnFunction =
nullptr;
480 UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UQuickTweenSequence_GetNumTweens_Statics::FuncParams);
482 return ReturnFunction;
484DEFINE_FUNCTION(UQuickTweenSequence::execGetNumTweens)
488 *(int32*)Z_Param__Result=P_THIS->GetNumTweens();
502 static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
503 {
"Category",
"Sequence|State" },
504#if !UE_BUILD_SHIPPING
505 {
"Comment",
"/**\n\x09 * Gets the tween at the specified index.\n\x09 * @param index Index of the tween.\n\x09 * @return Pointer to the tween.\n\x09 */" },
507 {
"Keywords",
"Sequence" },
508 {
"ModuleRelativePath",
"Public/Tweens/QuickTweenSequence.h" },
509#if !UE_BUILD_SHIPPING
510 {
"ToolTip",
"Gets the tween at the specified index.\n@param index Index of the tween.\n@return Pointer to the tween." },
514 static const UECodeGen_Private::FIntPropertyParams NewProp_index;
515 static const UECodeGen_Private::FObjectPropertyParams NewProp_ReturnValue;
516 static const UECodeGen_Private::FPropertyParamsBase*
const PropPointers[];
517 static const UECodeGen_Private::FFunctionParams FuncParams;
519const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UQuickTweenSequence_GetTween_Statics::NewProp_index = {
"index",
nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative,
nullptr,
nullptr, 1, STRUCT_OFFSET(QuickTweenSequence_eventGetTween_Parms, index), METADATA_PARAMS(0,
nullptr) };
520const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UQuickTweenSequence_GetTween_Statics::NewProp_ReturnValue = {
"ReturnValue",
nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative,
nullptr,
nullptr, 1, STRUCT_OFFSET(QuickTweenSequence_eventGetTween_Parms, ReturnValue), Z_Construct_UClass_UQuickTweenable_NoRegister, METADATA_PARAMS(0,
nullptr) };
521const UECodeGen_Private::FPropertyParamsBase*
const Z_Construct_UFunction_UQuickTweenSequence_GetTween_Statics::PropPointers[] = {
522 (
const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UQuickTweenSequence_GetTween_Statics::NewProp_index,
523 (
const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UQuickTweenSequence_GetTween_Statics::NewProp_ReturnValue,
525static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UQuickTweenSequence_GetTween_Statics::PropPointers) < 2048);
526const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UQuickTweenSequence_GetTween_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UQuickTweenSequence,
nullptr,
"GetTween", Z_Construct_UFunction_UQuickTweenSequence_GetTween_Statics::PropPointers, UE_ARRAY_COUNT(Z_Construct_UFunction_UQuickTweenSequence_GetTween_Statics::PropPointers),
sizeof(
Z_Construct_UFunction_UQuickTweenSequence_GetTween_Statics::QuickTweenSequence_eventGetTween_Parms), RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x54020401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UQuickTweenSequence_GetTween_Statics::Function_MetaDataParams), Z_Construct_UFunction_UQuickTweenSequence_GetTween_Statics::Function_MetaDataParams)}, };
528UFunction* Z_Construct_UFunction_UQuickTweenSequence_GetTween()
530 static UFunction* ReturnFunction =
nullptr;
533 UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UQuickTweenSequence_GetTween_Statics::FuncParams);
535 return ReturnFunction;
537DEFINE_FUNCTION(UQuickTweenSequence::execGetTween)
539 P_GET_PROPERTY(FIntProperty,Z_Param_index);
556 static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
557 {
"Category",
"Sequence|Creation" },
558#if !UE_BUILD_SHIPPING
559 {
"Comment",
"/**\n\x09 * Joins a tween to the previously created group, or creates a new one if it is the first.\n\x09 * @param tween The tween to join.\n\x09 * @return Reference to this sequence.\n\x09 */" },
561 {
"Keywords",
"Sequence" },
562 {
"ModuleRelativePath",
"Public/Tweens/QuickTweenSequence.h" },
563#if !UE_BUILD_SHIPPING
564 {
"ToolTip",
"Joins a tween to the previously created group, or creates a new one if it is the first.\n@param tween The tween to join.\n@return Reference to this sequence." },
568 static const UECodeGen_Private::FObjectPropertyParams NewProp_tween;
569 static const UECodeGen_Private::FObjectPropertyParams NewProp_ReturnValue;
570 static const UECodeGen_Private::FPropertyParamsBase*
const PropPointers[];
571 static const UECodeGen_Private::FFunctionParams FuncParams;
573const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UQuickTweenSequence_Join_Statics::NewProp_tween = {
"tween",
nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative,
nullptr,
nullptr, 1, STRUCT_OFFSET(QuickTweenSequence_eventJoin_Parms, tween), Z_Construct_UClass_UQuickTweenable_NoRegister, METADATA_PARAMS(0,
nullptr) };
574const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UQuickTweenSequence_Join_Statics::NewProp_ReturnValue = {
"ReturnValue",
nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative,
nullptr,
nullptr, 1, STRUCT_OFFSET(QuickTweenSequence_eventJoin_Parms, ReturnValue), Z_Construct_UClass_UQuickTweenSequence_NoRegister, METADATA_PARAMS(0,
nullptr) };
575const UECodeGen_Private::FPropertyParamsBase*
const Z_Construct_UFunction_UQuickTweenSequence_Join_Statics::PropPointers[] = {
576 (
const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UQuickTweenSequence_Join_Statics::NewProp_tween,
577 (
const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UQuickTweenSequence_Join_Statics::NewProp_ReturnValue,
579static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UQuickTweenSequence_Join_Statics::PropPointers) < 2048);
580const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UQuickTweenSequence_Join_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UQuickTweenSequence,
nullptr,
"Join", Z_Construct_UFunction_UQuickTweenSequence_Join_Statics::PropPointers, UE_ARRAY_COUNT(Z_Construct_UFunction_UQuickTweenSequence_Join_Statics::PropPointers),
sizeof(
Z_Construct_UFunction_UQuickTweenSequence_Join_Statics::QuickTweenSequence_eventJoin_Parms), RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UQuickTweenSequence_Join_Statics::Function_MetaDataParams), Z_Construct_UFunction_UQuickTweenSequence_Join_Statics::Function_MetaDataParams)}, };
582UFunction* Z_Construct_UFunction_UQuickTweenSequence_Join()
584 static UFunction* ReturnFunction =
nullptr;
587 UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UQuickTweenSequence_Join_Statics::FuncParams);
589 return ReturnFunction;
591DEFINE_FUNCTION(UQuickTweenSequence::execJoin)
606 const UObject* object;
609 static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
610 {
"Category",
"Tween|Info" },
611#if !UE_BUILD_SHIPPING
612 {
"Comment",
"/**\n\x09 * Remove all bound Blueprint dynamic delegates for the complete event that belong to the specified object.\n\x09 * @param object The UObject whose bindings should be removed. If nullptr, no action is taken.\n\x09 */" },
614 {
"Keywords",
"Tween | Event" },
615 {
"ModuleRelativePath",
"Public/Tweens/QuickTweenSequence.h" },
616#if !UE_BUILD_SHIPPING
617 {
"ToolTip",
"Remove all bound Blueprint dynamic delegates for the complete event that belong to the specified object.\n@param object The UObject whose bindings should be removed. If nullptr, no action is taken." },
620 static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_object_MetaData[] = {
621 {
"NativeConst",
"" },
624 static const UECodeGen_Private::FObjectPropertyParams NewProp_object;
625 static const UECodeGen_Private::FPropertyParamsBase*
const PropPointers[];
626 static const UECodeGen_Private::FFunctionParams FuncParams;
628const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UQuickTweenSequence_RemoveAllOnCompleteEvent_Statics::NewProp_object = {
"object",
nullptr, (EPropertyFlags)0x0010000000000082, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative,
nullptr,
nullptr, 1, STRUCT_OFFSET(QuickTweenSequence_eventRemoveAllOnCompleteEvent_Parms,
object), Z_Construct_UClass_UObject_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_object_MetaData), NewProp_object_MetaData) };
629const UECodeGen_Private::FPropertyParamsBase*
const Z_Construct_UFunction_UQuickTweenSequence_RemoveAllOnCompleteEvent_Statics::PropPointers[] = {
630 (
const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UQuickTweenSequence_RemoveAllOnCompleteEvent_Statics::NewProp_object,
632static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UQuickTweenSequence_RemoveAllOnCompleteEvent_Statics::PropPointers) < 2048);
633const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UQuickTweenSequence_RemoveAllOnCompleteEvent_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UQuickTweenSequence,
nullptr,
"RemoveAllOnCompleteEvent", Z_Construct_UFunction_UQuickTweenSequence_RemoveAllOnCompleteEvent_Statics::PropPointers, UE_ARRAY_COUNT(Z_Construct_UFunction_UQuickTweenSequence_RemoveAllOnCompleteEvent_Statics::PropPointers),
sizeof(
Z_Construct_UFunction_UQuickTweenSequence_RemoveAllOnCompleteEvent_Statics::QuickTweenSequence_eventRemoveAllOnCompleteEvent_Parms), RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UQuickTweenSequence_RemoveAllOnCompleteEvent_Statics::Function_MetaDataParams), Z_Construct_UFunction_UQuickTweenSequence_RemoveAllOnCompleteEvent_Statics::Function_MetaDataParams)}, };
635UFunction* Z_Construct_UFunction_UQuickTweenSequence_RemoveAllOnCompleteEvent()
637 static UFunction* ReturnFunction =
nullptr;
640 UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UQuickTweenSequence_RemoveAllOnCompleteEvent_Statics::FuncParams);
642 return ReturnFunction;
644DEFINE_FUNCTION(UQuickTweenSequence::execRemoveAllOnCompleteEvent)
646 P_GET_OBJECT(UObject,Z_Param_object);
649 P_THIS->RemoveAllOnCompleteEvent(Z_Param_object);
659 const UObject* object;
662 static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
663 {
"Category",
"Tween|Info" },
664#if !UE_BUILD_SHIPPING
665 {
"Comment",
"/**\n\x09 * Remove all bound Blueprint dynamic delegates for the killed event that belong to the specified object.\n\x09 * @param object The UObject whose bindings should be removed. If nullptr, no action is taken.\n\x09 */" },
667 {
"Keywords",
"Tween | Event" },
668 {
"ModuleRelativePath",
"Public/Tweens/QuickTweenSequence.h" },
669#if !UE_BUILD_SHIPPING
670 {
"ToolTip",
"Remove all bound Blueprint dynamic delegates for the killed event that belong to the specified object.\n@param object The UObject whose bindings should be removed. If nullptr, no action is taken." },
673 static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_object_MetaData[] = {
674 {
"NativeConst",
"" },
677 static const UECodeGen_Private::FObjectPropertyParams NewProp_object;
678 static const UECodeGen_Private::FPropertyParamsBase*
const PropPointers[];
679 static const UECodeGen_Private::FFunctionParams FuncParams;
681const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UQuickTweenSequence_RemoveAllOnKilledEvent_Statics::NewProp_object = {
"object",
nullptr, (EPropertyFlags)0x0010000000000082, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative,
nullptr,
nullptr, 1, STRUCT_OFFSET(QuickTweenSequence_eventRemoveAllOnKilledEvent_Parms,
object), Z_Construct_UClass_UObject_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_object_MetaData), NewProp_object_MetaData) };
682const UECodeGen_Private::FPropertyParamsBase*
const Z_Construct_UFunction_UQuickTweenSequence_RemoveAllOnKilledEvent_Statics::PropPointers[] = {
683 (
const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UQuickTweenSequence_RemoveAllOnKilledEvent_Statics::NewProp_object,
685static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UQuickTweenSequence_RemoveAllOnKilledEvent_Statics::PropPointers) < 2048);
686const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UQuickTweenSequence_RemoveAllOnKilledEvent_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UQuickTweenSequence,
nullptr,
"RemoveAllOnKilledEvent", Z_Construct_UFunction_UQuickTweenSequence_RemoveAllOnKilledEvent_Statics::PropPointers, UE_ARRAY_COUNT(Z_Construct_UFunction_UQuickTweenSequence_RemoveAllOnKilledEvent_Statics::PropPointers),
sizeof(
Z_Construct_UFunction_UQuickTweenSequence_RemoveAllOnKilledEvent_Statics::QuickTweenSequence_eventRemoveAllOnKilledEvent_Parms), RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UQuickTweenSequence_RemoveAllOnKilledEvent_Statics::Function_MetaDataParams), Z_Construct_UFunction_UQuickTweenSequence_RemoveAllOnKilledEvent_Statics::Function_MetaDataParams)}, };
688UFunction* Z_Construct_UFunction_UQuickTweenSequence_RemoveAllOnKilledEvent()
690 static UFunction* ReturnFunction =
nullptr;
693 UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UQuickTweenSequence_RemoveAllOnKilledEvent_Statics::FuncParams);
695 return ReturnFunction;
697DEFINE_FUNCTION(UQuickTweenSequence::execRemoveAllOnKilledEvent)
699 P_GET_OBJECT(UObject,Z_Param_object);
702 P_THIS->RemoveAllOnKilledEvent(Z_Param_object);
712 const UObject* object;
715 static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
716 {
"Category",
"Tween|Info" },
717#if !UE_BUILD_SHIPPING
718 {
"Comment",
"/**\n\x09 * Remove all bound Blueprint dynamic delegates for the loop event that belong to the specified object.\n\x09 * @param object The UObject whose bindings should be removed. If nullptr, no action is taken.\n\x09 */" },
720 {
"Keywords",
"Tween | Event" },
721 {
"ModuleRelativePath",
"Public/Tweens/QuickTweenSequence.h" },
722#if !UE_BUILD_SHIPPING
723 {
"ToolTip",
"Remove all bound Blueprint dynamic delegates for the loop event that belong to the specified object.\n@param object The UObject whose bindings should be removed. If nullptr, no action is taken." },
726 static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_object_MetaData[] = {
727 {
"NativeConst",
"" },
730 static const UECodeGen_Private::FObjectPropertyParams NewProp_object;
731 static const UECodeGen_Private::FPropertyParamsBase*
const PropPointers[];
732 static const UECodeGen_Private::FFunctionParams FuncParams;
734const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UQuickTweenSequence_RemoveAllOnLoopEvent_Statics::NewProp_object = {
"object",
nullptr, (EPropertyFlags)0x0010000000000082, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative,
nullptr,
nullptr, 1, STRUCT_OFFSET(QuickTweenSequence_eventRemoveAllOnLoopEvent_Parms,
object), Z_Construct_UClass_UObject_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_object_MetaData), NewProp_object_MetaData) };
735const UECodeGen_Private::FPropertyParamsBase*
const Z_Construct_UFunction_UQuickTweenSequence_RemoveAllOnLoopEvent_Statics::PropPointers[] = {
736 (
const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UQuickTweenSequence_RemoveAllOnLoopEvent_Statics::NewProp_object,
738static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UQuickTweenSequence_RemoveAllOnLoopEvent_Statics::PropPointers) < 2048);
739const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UQuickTweenSequence_RemoveAllOnLoopEvent_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UQuickTweenSequence,
nullptr,
"RemoveAllOnLoopEvent", Z_Construct_UFunction_UQuickTweenSequence_RemoveAllOnLoopEvent_Statics::PropPointers, UE_ARRAY_COUNT(Z_Construct_UFunction_UQuickTweenSequence_RemoveAllOnLoopEvent_Statics::PropPointers),
sizeof(
Z_Construct_UFunction_UQuickTweenSequence_RemoveAllOnLoopEvent_Statics::QuickTweenSequence_eventRemoveAllOnLoopEvent_Parms), RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UQuickTweenSequence_RemoveAllOnLoopEvent_Statics::Function_MetaDataParams), Z_Construct_UFunction_UQuickTweenSequence_RemoveAllOnLoopEvent_Statics::Function_MetaDataParams)}, };
741UFunction* Z_Construct_UFunction_UQuickTweenSequence_RemoveAllOnLoopEvent()
743 static UFunction* ReturnFunction =
nullptr;
746 UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UQuickTweenSequence_RemoveAllOnLoopEvent_Statics::FuncParams);
748 return ReturnFunction;
750DEFINE_FUNCTION(UQuickTweenSequence::execRemoveAllOnLoopEvent)
752 P_GET_OBJECT(UObject,Z_Param_object);
755 P_THIS->RemoveAllOnLoopEvent(Z_Param_object);
765 const UObject* object;
768 static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
769 {
"Category",
"Tween|Info" },
770#if !UE_BUILD_SHIPPING
771 {
"Comment",
"/**\n\x09 * Remove all bound Blueprint dynamic delegates for the start event that belong to the specified object.\n\x09 * @param object The UObject whose bindings should be removed. If nullptr, no action is taken.\n\x09 */" },
773 {
"Keywords",
"Tween | Event" },
774 {
"ModuleRelativePath",
"Public/Tweens/QuickTweenSequence.h" },
775#if !UE_BUILD_SHIPPING
776 {
"ToolTip",
"Remove all bound Blueprint dynamic delegates for the start event that belong to the specified object.\n@param object The UObject whose bindings should be removed. If nullptr, no action is taken." },
779 static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_object_MetaData[] = {
780 {
"NativeConst",
"" },
783 static const UECodeGen_Private::FObjectPropertyParams NewProp_object;
784 static const UECodeGen_Private::FPropertyParamsBase*
const PropPointers[];
785 static const UECodeGen_Private::FFunctionParams FuncParams;
787const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UQuickTweenSequence_RemoveAllOnStartEvent_Statics::NewProp_object = {
"object",
nullptr, (EPropertyFlags)0x0010000000000082, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative,
nullptr,
nullptr, 1, STRUCT_OFFSET(QuickTweenSequence_eventRemoveAllOnStartEvent_Parms,
object), Z_Construct_UClass_UObject_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_object_MetaData), NewProp_object_MetaData) };
788const UECodeGen_Private::FPropertyParamsBase*
const Z_Construct_UFunction_UQuickTweenSequence_RemoveAllOnStartEvent_Statics::PropPointers[] = {
789 (
const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UQuickTweenSequence_RemoveAllOnStartEvent_Statics::NewProp_object,
791static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UQuickTweenSequence_RemoveAllOnStartEvent_Statics::PropPointers) < 2048);
792const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UQuickTweenSequence_RemoveAllOnStartEvent_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UQuickTweenSequence,
nullptr,
"RemoveAllOnStartEvent", Z_Construct_UFunction_UQuickTweenSequence_RemoveAllOnStartEvent_Statics::PropPointers, UE_ARRAY_COUNT(Z_Construct_UFunction_UQuickTweenSequence_RemoveAllOnStartEvent_Statics::PropPointers),
sizeof(
Z_Construct_UFunction_UQuickTweenSequence_RemoveAllOnStartEvent_Statics::QuickTweenSequence_eventRemoveAllOnStartEvent_Parms), RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UQuickTweenSequence_RemoveAllOnStartEvent_Statics::Function_MetaDataParams), Z_Construct_UFunction_UQuickTweenSequence_RemoveAllOnStartEvent_Statics::Function_MetaDataParams)}, };
794UFunction* Z_Construct_UFunction_UQuickTweenSequence_RemoveAllOnStartEvent()
796 static UFunction* ReturnFunction =
nullptr;
799 UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UQuickTweenSequence_RemoveAllOnStartEvent_Statics::FuncParams);
801 return ReturnFunction;
803DEFINE_FUNCTION(UQuickTweenSequence::execRemoveAllOnStartEvent)
805 P_GET_OBJECT(UObject,Z_Param_object);
808 P_THIS->RemoveAllOnStartEvent(Z_Param_object);
818 const UObject* object;
821 static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
822 {
"Category",
"Tween|Info" },
823#if !UE_BUILD_SHIPPING
824 {
"Comment",
"/**\n\x09 * Remove all bound Blueprint dynamic delegates for the update event that belong to the specified object.\n\x09 * @param object The UObject whose bindings should be removed. If nullptr, no action is taken.\n\x09 */" },
826 {
"Keywords",
"Tween | Event" },
827 {
"ModuleRelativePath",
"Public/Tweens/QuickTweenSequence.h" },
828#if !UE_BUILD_SHIPPING
829 {
"ToolTip",
"Remove all bound Blueprint dynamic delegates for the update event that belong to the specified object.\n@param object The UObject whose bindings should be removed. If nullptr, no action is taken." },
832 static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_object_MetaData[] = {
833 {
"NativeConst",
"" },
836 static const UECodeGen_Private::FObjectPropertyParams NewProp_object;
837 static const UECodeGen_Private::FPropertyParamsBase*
const PropPointers[];
838 static const UECodeGen_Private::FFunctionParams FuncParams;
840const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UQuickTweenSequence_RemoveAllOnUpdateEvent_Statics::NewProp_object = {
"object",
nullptr, (EPropertyFlags)0x0010000000000082, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative,
nullptr,
nullptr, 1, STRUCT_OFFSET(QuickTweenSequence_eventRemoveAllOnUpdateEvent_Parms,
object), Z_Construct_UClass_UObject_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_object_MetaData), NewProp_object_MetaData) };
841const UECodeGen_Private::FPropertyParamsBase*
const Z_Construct_UFunction_UQuickTweenSequence_RemoveAllOnUpdateEvent_Statics::PropPointers[] = {
842 (
const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UQuickTweenSequence_RemoveAllOnUpdateEvent_Statics::NewProp_object,
844static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UQuickTweenSequence_RemoveAllOnUpdateEvent_Statics::PropPointers) < 2048);
845const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UQuickTweenSequence_RemoveAllOnUpdateEvent_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UQuickTweenSequence,
nullptr,
"RemoveAllOnUpdateEvent", Z_Construct_UFunction_UQuickTweenSequence_RemoveAllOnUpdateEvent_Statics::PropPointers, UE_ARRAY_COUNT(Z_Construct_UFunction_UQuickTweenSequence_RemoveAllOnUpdateEvent_Statics::PropPointers),
sizeof(
Z_Construct_UFunction_UQuickTweenSequence_RemoveAllOnUpdateEvent_Statics::QuickTweenSequence_eventRemoveAllOnUpdateEvent_Parms), RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UQuickTweenSequence_RemoveAllOnUpdateEvent_Statics::Function_MetaDataParams), Z_Construct_UFunction_UQuickTweenSequence_RemoveAllOnUpdateEvent_Statics::Function_MetaDataParams)}, };
847UFunction* Z_Construct_UFunction_UQuickTweenSequence_RemoveAllOnUpdateEvent()
849 static UFunction* ReturnFunction =
nullptr;
852 UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UQuickTweenSequence_RemoveAllOnUpdateEvent_Statics::FuncParams);
854 return ReturnFunction;
856DEFINE_FUNCTION(UQuickTweenSequence::execRemoveAllOnUpdateEvent)
858 P_GET_OBJECT(UObject,Z_Param_object);
861 P_THIS->RemoveAllOnUpdateEvent(Z_Param_object);
867void UQuickTweenSequence::StaticRegisterNativesUQuickTweenSequence()
869 UClass* Class = UQuickTweenSequence::StaticClass();
870 static const FNameNativePtrPair Funcs[] = {
871 {
"Append", &UQuickTweenSequence::execAppend },
872 {
"AssignOnCompleteEvent", &UQuickTweenSequence::execAssignOnCompleteEvent },
873 {
"AssignOnKilledEvent", &UQuickTweenSequence::execAssignOnKilledEvent },
874 {
"AssignOnLoopEvent", &UQuickTweenSequence::execAssignOnLoopEvent },
875 {
"AssignOnStartEvent", &UQuickTweenSequence::execAssignOnStartEvent },
876 {
"AssignOnUpdateEvent", &UQuickTweenSequence::execAssignOnUpdateEvent },
877 {
"GetNumTweens", &UQuickTweenSequence::execGetNumTweens },
878 {
"GetTween", &UQuickTweenSequence::execGetTween },
879 {
"Join", &UQuickTweenSequence::execJoin },
880 {
"RemoveAllOnCompleteEvent", &UQuickTweenSequence::execRemoveAllOnCompleteEvent },
881 {
"RemoveAllOnKilledEvent", &UQuickTweenSequence::execRemoveAllOnKilledEvent },
882 {
"RemoveAllOnLoopEvent", &UQuickTweenSequence::execRemoveAllOnLoopEvent },
883 {
"RemoveAllOnStartEvent", &UQuickTweenSequence::execRemoveAllOnStartEvent },
884 {
"RemoveAllOnUpdateEvent", &UQuickTweenSequence::execRemoveAllOnUpdateEvent },
886 FNativeFunctionRegistrar::RegisterFunctions(Class, Funcs, UE_ARRAY_COUNT(Funcs));
888FClassRegistrationInfo Z_Registration_Info_UClass_UQuickTweenSequence;
889UClass* UQuickTweenSequence::GetPrivateStaticClass()
891 using TClass = UQuickTweenSequence;
892 if (!Z_Registration_Info_UClass_UQuickTweenSequence.InnerSingleton)
894 GetPrivateStaticClassBody(
896 TEXT(
"QuickTweenSequence"),
897 Z_Registration_Info_UClass_UQuickTweenSequence.InnerSingleton,
898 StaticRegisterNativesUQuickTweenSequence,
901 TClass::StaticClassFlags,
902 TClass::StaticClassCastFlags(),
903 TClass::StaticConfigName(),
904 (UClass::ClassConstructorType)InternalConstructor<TClass>,
905 (UClass::ClassVTableHelperCtorCallerType)InternalVTableHelperCtorCaller<TClass>,
906 UOBJECT_CPPCLASS_STATICFUNCTIONS_FORCLASS(TClass),
907 &TClass::Super::StaticClass,
908 &TClass::WithinClass::StaticClass
911 return Z_Registration_Info_UClass_UQuickTweenSequence.InnerSingleton;
913UClass* Z_Construct_UClass_UQuickTweenSequence_NoRegister()
915 return UQuickTweenSequence::GetPrivateStaticClass();
920 static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
921 {
"BlueprintType",
"true" },
922#if !UE_BUILD_SHIPPING
923 {
"Comment",
"/**\n * UQuickTweenSequence manages a sequence of tween animations.\n * Allows joining, appending, and controlling multiple tweens as a group.\n * Supports looping, reversing, and querying sequence state.\n * Note:\n * - Tweens added to the sequence can not be controlled individually.\n */" },
925 {
"IncludePath",
"Tweens/QuickTweenSequence.h" },
926 {
"ModuleRelativePath",
"Public/Tweens/QuickTweenSequence.h" },
927#if !UE_BUILD_SHIPPING
928 {
"ToolTip",
"UQuickTweenSequence manages a sequence of tween animations.\nAllows joining, appending, and controlling multiple tweens as a group.\nSupports looping, reversing, and querying sequence state.\nNote:\n- Tweens added to the sequence can not be controlled individually." },
931 static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_TweenGroups_MetaData[] = {
932#if !UE_BUILD_SHIPPING
933 {
"Comment",
"/** Array of tween groups in the sequence. */" },
935 {
"ModuleRelativePath",
"Public/Tweens/QuickTweenSequence.h" },
936#if !UE_BUILD_SHIPPING
937 {
"ToolTip",
"Array of tween groups in the sequence." },
940 static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_WorldContextObject_MetaData[] = {
941#if !UE_BUILD_SHIPPING
942 {
"Comment",
"/** Object to do world queries. */" },
944 {
"ModuleRelativePath",
"Public/Tweens/QuickTweenSequence.h" },
945 {
"NativeConst",
"" },
946#if !UE_BUILD_SHIPPING
947 {
"ToolTip",
"Object to do world queries." },
950 static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Owner_MetaData[] = {
951 {
"ModuleRelativePath",
"Public/Tweens/QuickTweenSequence.h" },
954 static const UECodeGen_Private::FStructPropertyParams NewProp_TweenGroups_Inner;
955 static const UECodeGen_Private::FArrayPropertyParams NewProp_TweenGroups;
956 static const UECodeGen_Private::FObjectPropertyParams NewProp_WorldContextObject;
957 static const UECodeGen_Private::FObjectPropertyParams NewProp_Owner;
958 static const UECodeGen_Private::FPropertyParamsBase*
const PropPointers[];
959 static UObject* (*
const DependentSingletons[])();
960 static constexpr FClassFunctionLinkInfo FuncInfo[] = {
961 { &Z_Construct_UFunction_UQuickTweenSequence_Append,
"Append" },
962 { &Z_Construct_UFunction_UQuickTweenSequence_AssignOnCompleteEvent,
"AssignOnCompleteEvent" },
963 { &Z_Construct_UFunction_UQuickTweenSequence_AssignOnKilledEvent,
"AssignOnKilledEvent" },
964 { &Z_Construct_UFunction_UQuickTweenSequence_AssignOnLoopEvent,
"AssignOnLoopEvent" },
965 { &Z_Construct_UFunction_UQuickTweenSequence_AssignOnStartEvent,
"AssignOnStartEvent" },
966 { &Z_Construct_UFunction_UQuickTweenSequence_AssignOnUpdateEvent,
"AssignOnUpdateEvent" },
967 { &Z_Construct_UFunction_UQuickTweenSequence_GetNumTweens,
"GetNumTweens" },
968 { &Z_Construct_UFunction_UQuickTweenSequence_GetTween,
"GetTween" },
969 { &Z_Construct_UFunction_UQuickTweenSequence_Join,
"Join" },
970 { &Z_Construct_UFunction_UQuickTweenSequence_RemoveAllOnCompleteEvent,
"RemoveAllOnCompleteEvent" },
971 { &Z_Construct_UFunction_UQuickTweenSequence_RemoveAllOnKilledEvent,
"RemoveAllOnKilledEvent" },
972 { &Z_Construct_UFunction_UQuickTweenSequence_RemoveAllOnLoopEvent,
"RemoveAllOnLoopEvent" },
973 { &Z_Construct_UFunction_UQuickTweenSequence_RemoveAllOnStartEvent,
"RemoveAllOnStartEvent" },
974 { &Z_Construct_UFunction_UQuickTweenSequence_RemoveAllOnUpdateEvent,
"RemoveAllOnUpdateEvent" },
976 static_assert(UE_ARRAY_COUNT(FuncInfo) < 2048);
977 static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
978 TCppClassTypeTraits<UQuickTweenSequence>::IsAbstract,
980 static const UECodeGen_Private::FClassParams ClassParams;
982const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UQuickTweenSequence_Statics::NewProp_TweenGroups_Inner = {
"TweenGroups",
nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative,
nullptr,
nullptr, 1, 0, Z_Construct_UScriptStruct_FQuickTweenSequenceGroup, METADATA_PARAMS(0,
nullptr) };
983const UECodeGen_Private::FArrayPropertyParams Z_Construct_UClass_UQuickTweenSequence_Statics::NewProp_TweenGroups = {
"TweenGroups",
nullptr, (EPropertyFlags)0x0040000000002000, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative,
nullptr,
nullptr, 1, STRUCT_OFFSET(
UQuickTweenSequence, TweenGroups), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_TweenGroups_MetaData), NewProp_TweenGroups_MetaData) };
984const UECodeGen_Private::FObjectPropertyParams Z_Construct_UClass_UQuickTweenSequence_Statics::NewProp_WorldContextObject = {
"WorldContextObject",
nullptr, (EPropertyFlags)0x0040000000002000, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative,
nullptr,
nullptr, 1, STRUCT_OFFSET(
UQuickTweenSequence, WorldContextObject), Z_Construct_UClass_UObject_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_WorldContextObject_MetaData), NewProp_WorldContextObject_MetaData) };
985const UECodeGen_Private::FObjectPropertyParams Z_Construct_UClass_UQuickTweenSequence_Statics::NewProp_Owner = {
"Owner",
nullptr, (EPropertyFlags)0x0040000000002000, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative,
nullptr,
nullptr, 1, STRUCT_OFFSET(
UQuickTweenSequence, Owner), Z_Construct_UClass_UQuickTweenable_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Owner_MetaData), NewProp_Owner_MetaData) };
986const UECodeGen_Private::FPropertyParamsBase*
const Z_Construct_UClass_UQuickTweenSequence_Statics::PropPointers[] = {
987 (
const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UQuickTweenSequence_Statics::NewProp_TweenGroups_Inner,
988 (
const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UQuickTweenSequence_Statics::NewProp_TweenGroups,
989 (
const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UQuickTweenSequence_Statics::NewProp_WorldContextObject,
990 (
const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UQuickTweenSequence_Statics::NewProp_Owner,
992static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UQuickTweenSequence_Statics::PropPointers) < 2048);
993UObject* (*
const Z_Construct_UClass_UQuickTweenSequence_Statics::DependentSingletons[])() = {
994 (UObject* (*)())Z_Construct_UClass_UQuickTweenable,
995 (UObject* (*)())Z_Construct_UPackage__Script_QuickTween,
999 &UQuickTweenSequence::StaticClass,
1001 &StaticCppClassTypeInfo,
1002 DependentSingletons,
1004 Z_Construct_UClass_UQuickTweenSequence_Statics::PropPointers,
1006 UE_ARRAY_COUNT(DependentSingletons),
1007 UE_ARRAY_COUNT(FuncInfo),
1008 UE_ARRAY_COUNT(Z_Construct_UClass_UQuickTweenSequence_Statics::PropPointers),
1011 METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UQuickTweenSequence_Statics::Class_MetaDataParams), Z_Construct_UClass_UQuickTweenSequence_Statics::Class_MetaDataParams)
1013UClass* Z_Construct_UClass_UQuickTweenSequence()
1015 if (!Z_Registration_Info_UClass_UQuickTweenSequence.OuterSingleton)
1017 UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UQuickTweenSequence.OuterSingleton, Z_Construct_UClass_UQuickTweenSequence_Statics::ClassParams);
1019 return Z_Registration_Info_UClass_UQuickTweenSequence.OuterSingleton;
1027 static constexpr FStructRegisterCompiledInInfo ScriptStructInfo[] = {
1028 { FQuickTweenSequenceGroup::StaticStruct, Z_Construct_UScriptStruct_FQuickTweenSequenceGroup_Statics::NewStructOps, TEXT(
"QuickTweenSequenceGroup"), &Z_Registration_Info_UScriptStruct_FQuickTweenSequenceGroup, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo,
sizeof(
FQuickTweenSequenceGroup), 1979264424U) },
1030 static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
1031 { Z_Construct_UClass_UQuickTweenSequence, UQuickTweenSequence::StaticClass, TEXT(
"UQuickTweenSequence"), &Z_Registration_Info_UClass_UQuickTweenSequence, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo,
sizeof(
UQuickTweenSequence), 934091597U) },
1034static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_TweenPlugin_Plugins_QuickTween_Source_QuickTween_Public_Tweens_QuickTweenSequence_h__Script_QuickTween_2707689670(TEXT(
"/Script/QuickTween"),
1035 Z_CompiledInDeferFile_FID_TweenPlugin_Plugins_QuickTween_Source_QuickTween_Public_Tweens_QuickTweenSequence_h__Script_QuickTween_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_TweenPlugin_Plugins_QuickTween_Source_QuickTween_Public_Tweens_QuickTweenSequence_h__Script_QuickTween_Statics::ClassInfo),
1036 Z_CompiledInDeferFile_FID_TweenPlugin_Plugins_QuickTween_Source_QuickTween_Public_Tweens_QuickTweenSequence_h__Script_QuickTween_Statics::ScriptStructInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_TweenPlugin_Plugins_QuickTween_Source_QuickTween_Public_Tweens_QuickTweenSequence_h__Script_QuickTween_Statics::ScriptStructInfo),
1040PRAGMA_ENABLE_DEPRECATION_WARNINGS
Definition QuickTweenSequence.h:49
Definition QuickTweenable.h:24
Definition QuickTweenSequence.h:26
Definition QuickTweenSequence.gen.cpp:1026
Definition QuickTweenSequence.gen.cpp:918
Definition QuickTweenSequence.gen.cpp:29
Definition QuickTweenSequence.gen.cpp:27
Definition QuickTweenSequence.gen.cpp:144
Definition QuickTweenSequence.gen.cpp:142
Definition QuickTweenSequence.gen.cpp:198
Definition QuickTweenSequence.gen.cpp:196
Definition QuickTweenSequence.gen.cpp:248
Definition QuickTweenSequence.gen.cpp:246
Definition QuickTweenSequence.gen.cpp:298
Definition QuickTweenSequence.gen.cpp:296
Definition QuickTweenSequence.gen.cpp:348
Definition QuickTweenSequence.gen.cpp:346
Definition QuickTweenSequence.gen.cpp:398
Definition QuickTweenSequence.gen.cpp:396
Definition QuickTweenSequence.gen.cpp:448
Definition QuickTweenSequence.gen.cpp:446
Definition QuickTweenSequence.gen.cpp:497
Definition QuickTweenSequence.gen.cpp:495
Definition QuickTweenSequence.gen.cpp:551
Definition QuickTweenSequence.gen.cpp:549
Definition QuickTweenSequence.gen.cpp:605
Definition QuickTweenSequence.gen.cpp:603
Definition QuickTweenSequence.gen.cpp:658
Definition QuickTweenSequence.gen.cpp:656
Definition QuickTweenSequence.gen.cpp:711
Definition QuickTweenSequence.gen.cpp:709
Definition QuickTweenSequence.gen.cpp:762
Definition QuickTweenSequence.gen.cpp:764
Definition QuickTweenSequence.gen.cpp:817
Definition QuickTweenSequence.gen.cpp:815
Definition QuickTweenSequence.gen.cpp:80