QuickTween 1.4.1
Loading...
Searching...
No Matches
FQuickTweenLatentAction.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 "FQuickTweenLatentAction.h"
9
10PRAGMA_DISABLE_DEPRECATION_WARNINGS
11
12void EmptyLinkFunctionForGeneratedCodeFQuickTweenLatentAction() {}
13
14// ********** Begin Cross Module References ********************************************************
15QUICKTWEEN_API UEnum* Z_Construct_UEnum_QuickTween_EQuickTweenLatentSteps();
16UPackage* Z_Construct_UPackage__Script_QuickTween();
17// ********** End Cross Module References **********************************************************
18
19// ********** Begin Enum EQuickTweenLatentSteps ****************************************************
20static FEnumRegistrationInfo Z_Registration_Info_UEnum_EQuickTweenLatentSteps;
21static UEnum* EQuickTweenLatentSteps_StaticEnum()
22{
23 if (!Z_Registration_Info_UEnum_EQuickTweenLatentSteps.OuterSingleton)
24 {
25 Z_Registration_Info_UEnum_EQuickTweenLatentSteps.OuterSingleton = GetStaticEnum(Z_Construct_UEnum_QuickTween_EQuickTweenLatentSteps, (UObject*)Z_Construct_UPackage__Script_QuickTween(), TEXT("EQuickTweenLatentSteps"));
26 }
27 return Z_Registration_Info_UEnum_EQuickTweenLatentSteps.OuterSingleton;
28}
29template<> QUICKTWEEN_API UEnum* StaticEnum<EQuickTweenLatentSteps>()
30{
31 return EQuickTweenLatentSteps_StaticEnum();
32}
34{
35#if WITH_METADATA
36 static constexpr UECodeGen_Private::FMetaDataPairParam Enum_MetaDataParams[] = {
37#if !UE_BUILD_SHIPPING
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 */" },
39#endif
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)." },
59#if !UE_BUILD_SHIPPING
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." },
61#endif
62 };
63#endif // WITH_METADATA
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 },
71 };
72 static const UECodeGen_Private::FEnumParams EnumParams;
73};
74const UECodeGen_Private::FEnumParams Z_Construct_UEnum_QuickTween_EQuickTweenLatentSteps_Statics::EnumParams = {
75 (UObject*(*)())Z_Construct_UPackage__Script_QuickTween,
76 nullptr,
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),
82 EEnumFlags::None,
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)
85};
86UEnum* Z_Construct_UEnum_QuickTween_EQuickTweenLatentSteps()
87{
88 if (!Z_Registration_Info_UEnum_EQuickTweenLatentSteps.InnerSingleton)
89 {
90 UECodeGen_Private::ConstructUEnum(Z_Registration_Info_UEnum_EQuickTweenLatentSteps.InnerSingleton, Z_Construct_UEnum_QuickTween_EQuickTweenLatentSteps_Statics::EnumParams);
91 }
92 return Z_Registration_Info_UEnum_EQuickTweenLatentSteps.InnerSingleton;
93}
94// ********** End Enum EQuickTweenLatentSteps ******************************************************
95
96// ********** Begin Registration *******************************************************************
98{
99 static constexpr FEnumRegisterCompiledInInfo EnumInfo[] = {
100 { EQuickTweenLatentSteps_StaticEnum, TEXT("EQuickTweenLatentSteps"), &Z_Registration_Info_UEnum_EQuickTweenLatentSteps, CONSTRUCT_RELOAD_VERSION_INFO(FEnumReloadVersionInfo, 4258181484U) },
101 };
102};
103static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_TweenPlugin_Plugins_QuickTween_Source_QuickTween_Public_Blueprint_Latent_FQuickTweenLatentAction_h__Script_QuickTween_1392966137(TEXT("/Script/QuickTween"),
104 nullptr, 0,
105 nullptr, 0,
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));
107// ********** End Registration *********************************************************************
108
109PRAGMA_ENABLE_DEPRECATION_WARNINGS
Definition FQuickTweenLatentAction.gen.cpp:34