7#include "UObject/GeneratedCppIncludes.h"
10PRAGMA_DISABLE_DEPRECATION_WARNINGS
12void EmptyLinkFunctionForGeneratedCodeLoopType() {}
15QUICKTWEEN_API UEnum* Z_Construct_UEnum_QuickTween_ELoopType();
16UPackage* Z_Construct_UPackage__Script_QuickTween();
20static FEnumRegistrationInfo Z_Registration_Info_UEnum_ELoopType;
21static UEnum* ELoopType_StaticEnum()
23 if (!Z_Registration_Info_UEnum_ELoopType.OuterSingleton)
25 Z_Registration_Info_UEnum_ELoopType.OuterSingleton = GetStaticEnum(Z_Construct_UEnum_QuickTween_ELoopType, (UObject*)Z_Construct_UPackage__Script_QuickTween(), TEXT(
"ELoopType"));
27 return Z_Registration_Info_UEnum_ELoopType.OuterSingleton;
29template<> QUICKTWEEN_API UEnum* StaticEnum<ELoopType>()
31 return ELoopType_StaticEnum();
36 static constexpr UECodeGen_Private::FMetaDataPairParam Enum_MetaDataParams[] = {
37 {
"BlueprintType",
"true" },
39 {
"Comment",
"/**\n * Enum representing the type of looping behavior for tweens.\n * - Restart: The tween restarts from the beginning after completion.\n * - PingPong: The tween reverses direction after reaching the end, creating a back-and-forth effect.\n */" },
41 {
"ModuleRelativePath",
"Public/Utils/LoopType.h" },
42 {
"PingPong.DisplayName",
"Ping Pong" },
43 {
"PingPong.Name",
"ELoopType::PingPong" },
44 {
"Restart.DisplayName",
"Restart" },
45 {
"Restart.Name",
"ELoopType::Restart" },
47 {
"ToolTip",
"Enum representing the type of looping behavior for tweens.\n- Restart: The tween restarts from the beginning after completion.\n- PingPong: The tween reverses direction after reaching the end, creating a back-and-forth effect." },
51 static constexpr UECodeGen_Private::FEnumeratorParam Enumerators[] = {
52 {
"ELoopType::Restart", (int64)ELoopType::Restart },
53 {
"ELoopType::PingPong", (int64)ELoopType::PingPong },
55 static const UECodeGen_Private::FEnumParams EnumParams;
57const UECodeGen_Private::FEnumParams Z_Construct_UEnum_QuickTween_ELoopType_Statics::EnumParams = {
58 (UObject*(*)())Z_Construct_UPackage__Script_QuickTween,
62 Z_Construct_UEnum_QuickTween_ELoopType_Statics::Enumerators,
63 RF_Public|RF_Transient|RF_MarkAsNative,
64 UE_ARRAY_COUNT(Z_Construct_UEnum_QuickTween_ELoopType_Statics::Enumerators),
66 (uint8)UEnum::ECppForm::EnumClass,
67 METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UEnum_QuickTween_ELoopType_Statics::Enum_MetaDataParams), Z_Construct_UEnum_QuickTween_ELoopType_Statics::Enum_MetaDataParams)
69UEnum* Z_Construct_UEnum_QuickTween_ELoopType()
71 if (!Z_Registration_Info_UEnum_ELoopType.InnerSingleton)
73 UECodeGen_Private::ConstructUEnum(Z_Registration_Info_UEnum_ELoopType.InnerSingleton, Z_Construct_UEnum_QuickTween_ELoopType_Statics::EnumParams);
75 return Z_Registration_Info_UEnum_ELoopType.InnerSingleton;
82 static constexpr FEnumRegisterCompiledInInfo EnumInfo[] = {
83 { ELoopType_StaticEnum, TEXT(
"ELoopType"), &Z_Registration_Info_UEnum_ELoopType, CONSTRUCT_RELOAD_VERSION_INFO(FEnumReloadVersionInfo, 742143575U) },
86static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_TweenPlugin_Plugins_QuickTween_Source_QuickTween_Public_Utils_LoopType_h__Script_QuickTween_2879895875(TEXT(
"/Script/QuickTween"),
89 Z_CompiledInDeferFile_FID_TweenPlugin_Plugins_QuickTween_Source_QuickTween_Public_Utils_LoopType_h__Script_QuickTween_Statics::EnumInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_TweenPlugin_Plugins_QuickTween_Source_QuickTween_Public_Utils_LoopType_h__Script_QuickTween_Statics::EnumInfo));
92PRAGMA_ENABLE_DEPRECATION_WARNINGS
Definition LoopType.gen.cpp:81
Definition LoopType.gen.cpp:34