QuickTween 1.4.1
Loading...
Searching...
No Matches
QuickTweenManager.gen.cpp
1// Copyright Epic Games, Inc. All Rights Reserved.
2/*===========================================================================
3 Generated code exported from UnrealHeaderTool.
4 DO NOT modify this manually! Edit the corresponding .h files instead!
5===========================================================================*/
6
7#include "UObject/GeneratedCppIncludes.h"
8#include "QuickTweenManager.h"
9
10PRAGMA_DISABLE_DEPRECATION_WARNINGS
11
12void EmptyLinkFunctionForGeneratedCodeQuickTweenManager() {}
13
14// ********** Begin Cross Module References ********************************************************
15ENGINE_API UClass* Z_Construct_UClass_UWorldSubsystem();
16QUICKTWEEN_API UClass* Z_Construct_UClass_UQuickTweenable_NoRegister();
17QUICKTWEEN_API UClass* Z_Construct_UClass_UQuickTweenManager();
18QUICKTWEEN_API UClass* Z_Construct_UClass_UQuickTweenManager_NoRegister();
19UPackage* Z_Construct_UPackage__Script_QuickTween();
20// ********** End Cross Module References **********************************************************
21
22// ********** Begin Class UQuickTweenManager *******************************************************
23void UQuickTweenManager::StaticRegisterNativesUQuickTweenManager()
24{
25}
26FClassRegistrationInfo Z_Registration_Info_UClass_UQuickTweenManager;
27UClass* UQuickTweenManager::GetPrivateStaticClass()
28{
29 using TClass = UQuickTweenManager;
30 if (!Z_Registration_Info_UClass_UQuickTweenManager.InnerSingleton)
31 {
32 GetPrivateStaticClassBody(
33 StaticPackage(),
34 TEXT("QuickTweenManager"),
35 Z_Registration_Info_UClass_UQuickTweenManager.InnerSingleton,
36 StaticRegisterNativesUQuickTweenManager,
37 sizeof(TClass),
38 alignof(TClass),
39 TClass::StaticClassFlags,
40 TClass::StaticClassCastFlags(),
41 TClass::StaticConfigName(),
42 (UClass::ClassConstructorType)InternalConstructor<TClass>,
43 (UClass::ClassVTableHelperCtorCallerType)InternalVTableHelperCtorCaller<TClass>,
44 UOBJECT_CPPCLASS_STATICFUNCTIONS_FORCLASS(TClass),
45 &TClass::Super::StaticClass,
46 &TClass::WithinClass::StaticClass
47 );
48 }
49 return Z_Registration_Info_UClass_UQuickTweenManager.InnerSingleton;
50}
51UClass* Z_Construct_UClass_UQuickTweenManager_NoRegister()
52{
53 return UQuickTweenManager::GetPrivateStaticClass();
54}
56{
57#if WITH_METADATA
58 static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
59#if !UE_BUILD_SHIPPING
60 { "Comment", "/**\n * World-scoped manager that updates active tweens each frame.\n * Implements a world subsystem to live with the UWorld and implements\n * FTickableGameObject so the engine will call Tick on this instance.\n *\n * Use UQuickTweenManager::Get(...) to retrieve the manager for a given\n * world context object.\n */" },
61#endif
62 { "IncludePath", "QuickTweenManager.h" },
63 { "ModuleRelativePath", "Public/QuickTweenManager.h" },
64#if !UE_BUILD_SHIPPING
65 { "ToolTip", "World-scoped manager that updates active tweens each frame.\nImplements a world subsystem to live with the UWorld and implements\nFTickableGameObject so the engine will call Tick on this instance.\n\nUse UQuickTweenManager::Get(...) to retrieve the manager for a given\nworld context object." },
66#endif
67 };
68 static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_QuickTweens_MetaData[] = {
69#if !UE_BUILD_SHIPPING
70 { "Comment", "/** Array of active tweens managed by this subsystem. Transient so not serialized. */" },
71#endif
72 { "ModuleRelativePath", "Public/QuickTweenManager.h" },
73#if !UE_BUILD_SHIPPING
74 { "ToolTip", "Array of active tweens managed by this subsystem. Transient so not serialized." },
75#endif
76 };
77#endif // WITH_METADATA
78 static const UECodeGen_Private::FObjectPropertyParams NewProp_QuickTweens_Inner;
79 static const UECodeGen_Private::FArrayPropertyParams NewProp_QuickTweens;
80 static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
81 static UObject* (*const DependentSingletons[])();
82 static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
83 TCppClassTypeTraits<UQuickTweenManager>::IsAbstract,
84 };
85 static const UECodeGen_Private::FClassParams ClassParams;
86};
87const UECodeGen_Private::FObjectPropertyParams Z_Construct_UClass_UQuickTweenManager_Statics::NewProp_QuickTweens_Inner = { "QuickTweens", 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) };
88const UECodeGen_Private::FArrayPropertyParams Z_Construct_UClass_UQuickTweenManager_Statics::NewProp_QuickTweens = { "QuickTweens", nullptr, (EPropertyFlags)0x0040000000002000, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UQuickTweenManager, QuickTweens), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_QuickTweens_MetaData), NewProp_QuickTweens_MetaData) };
89const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UQuickTweenManager_Statics::PropPointers[] = {
90 (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UQuickTweenManager_Statics::NewProp_QuickTweens_Inner,
91 (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UQuickTweenManager_Statics::NewProp_QuickTweens,
92};
93static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UQuickTweenManager_Statics::PropPointers) < 2048);
94UObject* (*const Z_Construct_UClass_UQuickTweenManager_Statics::DependentSingletons[])() = {
95 (UObject* (*)())Z_Construct_UClass_UWorldSubsystem,
96 (UObject* (*)())Z_Construct_UPackage__Script_QuickTween,
97};
98static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UQuickTweenManager_Statics::DependentSingletons) < 16);
99const UECodeGen_Private::FClassParams Z_Construct_UClass_UQuickTweenManager_Statics::ClassParams = {
100 &UQuickTweenManager::StaticClass,
101 nullptr,
102 &StaticCppClassTypeInfo,
103 DependentSingletons,
104 nullptr,
105 Z_Construct_UClass_UQuickTweenManager_Statics::PropPointers,
106 nullptr,
107 UE_ARRAY_COUNT(DependentSingletons),
108 0,
109 UE_ARRAY_COUNT(Z_Construct_UClass_UQuickTweenManager_Statics::PropPointers),
110 0,
111 0x001000A0u,
112 METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UQuickTweenManager_Statics::Class_MetaDataParams), Z_Construct_UClass_UQuickTweenManager_Statics::Class_MetaDataParams)
113};
114UClass* Z_Construct_UClass_UQuickTweenManager()
115{
116 if (!Z_Registration_Info_UClass_UQuickTweenManager.OuterSingleton)
117 {
118 UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UQuickTweenManager.OuterSingleton, Z_Construct_UClass_UQuickTweenManager_Statics::ClassParams);
119 }
120 return Z_Registration_Info_UClass_UQuickTweenManager.OuterSingleton;
121}
122UQuickTweenManager::UQuickTweenManager() {}
123DEFINE_VTABLE_PTR_HELPER_CTOR(UQuickTweenManager);
124UQuickTweenManager::~UQuickTweenManager() {}
125// ********** End Class UQuickTweenManager *********************************************************
126
127// ********** Begin Registration *******************************************************************
129{
130 static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
131 { Z_Construct_UClass_UQuickTweenManager, UQuickTweenManager::StaticClass, TEXT("UQuickTweenManager"), &Z_Registration_Info_UClass_UQuickTweenManager, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UQuickTweenManager), 302673856U) },
132 };
133};
134static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_TweenPlugin_Plugins_QuickTween_Source_QuickTween_Public_QuickTweenManager_h__Script_QuickTween_3476971616(TEXT("/Script/QuickTween"),
135 Z_CompiledInDeferFile_FID_TweenPlugin_Plugins_QuickTween_Source_QuickTween_Public_QuickTweenManager_h__Script_QuickTween_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_TweenPlugin_Plugins_QuickTween_Source_QuickTween_Public_QuickTweenManager_h__Script_QuickTween_Statics::ClassInfo),
136 nullptr, 0,
137 nullptr, 0);
138// ********** End Registration *********************************************************************
139
140PRAGMA_ENABLE_DEPRECATION_WARNINGS
Definition QuickTweenManager.h:18
Definition QuickTweenManager.gen.cpp:56