7#include "UObject/GeneratedCppIncludes.h"
8#include "FQuickTweenLatentAction.h"
10PRAGMA_DISABLE_DEPRECATION_WARNINGS
12void EmptyLinkFunctionForGeneratedCodeFQuickTweenLatentAction() {}
15QUICKTWEEN_API UEnum* Z_Construct_UEnum_QuickTween_EQuickTweenLatentSteps();
16UPackage* Z_Construct_UPackage__Script_QuickTween();
20static FEnumRegistrationInfo Z_Registration_Info_UEnum_EQuickTweenLatentSteps;
21static UEnum* EQuickTweenLatentSteps_StaticEnum()
23 if (!Z_Registration_Info_UEnum_EQuickTweenLatentSteps.OuterSingleton)
25 Z_Registration_Info_UEnum_EQuickTweenLatentSteps.OuterSingleton = GetStaticEnum(Z_Construct_UEnum_QuickTween_EQuickTweenLatentSteps, (UObject*)Z_Construct_UPackage__Script_QuickTween(), TEXT(
"EQuickTweenLatentSteps"));
27 return Z_Registration_Info_UEnum_EQuickTweenLatentSteps.OuterSingleton;
29template<> QUICKTWEEN_API UEnum* StaticEnum<EQuickTweenLatentSteps>()
31 return EQuickTweenLatentSteps_StaticEnum();
36 static constexpr UECodeGen_Private::FMetaDataPairParam Enum_MetaDataParams[] = {
38 {
"Comment",
"/**\n * Enumeration used by the latent action to indicate the current step/state\n * of a QuickTween when reported back to Blueprint latent nodes.\n *\n * Each value represents a lifecycle point of a tween so Blueprint code\n * waiting on the latent action can branch or resume execution accordingly.\n */" },
40 {
"Default.Comment",
"/** Initial/default state before any tween events have been received. */" },
41 {
"Default.Name",
"EQuickTweenLatentSteps::Default" },
42 {
"Default.ToolTip",
"Initial/default state before any tween events have been received." },
43 {
"ModuleRelativePath",
"Public/Blueprint/Latent/FQuickTweenLatentAction.h" },
44 {
"OnComplete.Comment",
"/** The tween completed successfully (OnComplete event). */" },
45 {
"OnComplete.Name",
"EQuickTweenLatentSteps::OnComplete" },
46 {
"OnComplete.ToolTip",
"The tween completed successfully (OnComplete event)." },
47 {
"OnKilled.Comment",
"/** The tween will no longer be usable. */" },
48 {
"OnKilled.Name",
"EQuickTweenLatentSteps::OnKilled" },
49 {
"OnKilled.ToolTip",
"The tween will no longer be usable." },
50 {
"OnLoop.Comment",
"/** The tween has looped (OnLoop event). */" },
51 {
"OnLoop.Name",
"EQuickTweenLatentSteps::OnLoop" },
52 {
"OnLoop.ToolTip",
"The tween has looped (OnLoop event)." },
53 {
"OnStart.Comment",
"/** The tween has started (OnStart event). */" },
54 {
"OnStart.Name",
"EQuickTweenLatentSteps::OnStart" },
55 {
"OnStart.ToolTip",
"The tween has started (OnStart event)." },
56 {
"OnUpdate.Comment",
"/** The tween has produced an update/tick (OnUpdate event). */" },
57 {
"OnUpdate.Name",
"EQuickTweenLatentSteps::OnUpdate" },
58 {
"OnUpdate.ToolTip",
"The tween has produced an update/tick (OnUpdate event)." },
60 {
"ToolTip",
"Enumeration used by the latent action to indicate the current step/state\nof a QuickTween when reported back to Blueprint latent nodes.\n\nEach value represents a lifecycle point of a tween so Blueprint code\nwaiting on the latent action can branch or resume execution accordingly." },
64 static constexpr UECodeGen_Private::FEnumeratorParam Enumerators[] = {
65 {
"EQuickTweenLatentSteps::Default", (int64)EQuickTweenLatentSteps::Default },
66 {
"EQuickTweenLatentSteps::OnStart", (int64)EQuickTweenLatentSteps::OnStart },
67 {
"EQuickTweenLatentSteps::OnUpdate", (int64)EQuickTweenLatentSteps::OnUpdate },
68 {
"EQuickTweenLatentSteps::OnLoop", (int64)EQuickTweenLatentSteps::OnLoop },
69 {
"EQuickTweenLatentSteps::OnComplete", (int64)EQuickTweenLatentSteps::OnComplete },
70 {
"EQuickTweenLatentSteps::OnKilled", (int64)EQuickTweenLatentSteps::OnKilled },
72 static const UECodeGen_Private::FEnumParams EnumParams;
74const UECodeGen_Private::FEnumParams Z_Construct_UEnum_QuickTween_EQuickTweenLatentSteps_Statics::EnumParams = {
75 (UObject*(*)())Z_Construct_UPackage__Script_QuickTween,
77 "EQuickTweenLatentSteps",
78 "EQuickTweenLatentSteps",
79 Z_Construct_UEnum_QuickTween_EQuickTweenLatentSteps_Statics::Enumerators,
80 RF_Public|RF_Transient|RF_MarkAsNative,
81 UE_ARRAY_COUNT(Z_Construct_UEnum_QuickTween_EQuickTweenLatentSteps_Statics::Enumerators),
83 (uint8)UEnum::ECppForm::EnumClass,
84 METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UEnum_QuickTween_EQuickTweenLatentSteps_Statics::Enum_MetaDataParams), Z_Construct_UEnum_QuickTween_EQuickTweenLatentSteps_Statics::Enum_MetaDataParams)
86UEnum* Z_Construct_UEnum_QuickTween_EQuickTweenLatentSteps()
88 if (!Z_Registration_Info_UEnum_EQuickTweenLatentSteps.InnerSingleton)
90 UECodeGen_Private::ConstructUEnum(Z_Registration_Info_UEnum_EQuickTweenLatentSteps.InnerSingleton, Z_Construct_UEnum_QuickTween_EQuickTweenLatentSteps_Statics::EnumParams);
92 return Z_Registration_Info_UEnum_EQuickTweenLatentSteps.InnerSingleton;
99 static constexpr FEnumRegisterCompiledInInfo EnumInfo[] = {
100 { EQuickTweenLatentSteps_StaticEnum, TEXT(
"EQuickTweenLatentSteps"), &Z_Registration_Info_UEnum_EQuickTweenLatentSteps, CONSTRUCT_RELOAD_VERSION_INFO(FEnumReloadVersionInfo, 4258181484U) },
103static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_TweenPlugin_Plugins_QuickTween_Source_QuickTween_Public_Blueprint_Latent_FQuickTweenLatentAction_h__Script_QuickTween_1392966137(TEXT(
"/Script/QuickTween"),
106 Z_CompiledInDeferFile_FID_TweenPlugin_Plugins_QuickTween_Source_QuickTween_Public_Blueprint_Latent_FQuickTweenLatentAction_h__Script_QuickTween_Statics::EnumInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_TweenPlugin_Plugins_QuickTween_Source_QuickTween_Public_Blueprint_Latent_FQuickTweenLatentAction_h__Script_QuickTween_Statics::EnumInfo));
109PRAGMA_ENABLE_DEPRECATION_WARNINGS
Definition FQuickTweenLatentAction.gen.cpp:98
Definition FQuickTweenLatentAction.gen.cpp:34