297 lines
22 KiB
C++
297 lines
22 KiB
C++
// Copyright Epic Games, Inc. All Rights Reserved.
|
|
/*===========================================================================
|
|
Generated code exported from UnrealHeaderTool.
|
|
DO NOT modify this manually! Edit the corresponding .h files instead!
|
|
===========================================================================*/
|
|
|
|
#include "UObject/GeneratedCppIncludes.h"
|
|
#include "Commandlets/GatherTextCommandlet.h"
|
|
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
|
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
|
|
void EmptyLinkFunctionForGeneratedCodeGatherTextCommandlet() {}
|
|
|
|
// ********** Begin Cross Module References ********************************************************
|
|
UNREALED_API UClass* Z_Construct_UClass_UGatherTextCommandlet();
|
|
UNREALED_API UClass* Z_Construct_UClass_UGatherTextCommandlet_NoRegister();
|
|
UNREALED_API UClass* Z_Construct_UClass_UGatherTextCommandletBase();
|
|
UNREALED_API UClass* Z_Construct_UClass_UGatherTextCommandletBase_NoRegister();
|
|
UNREALED_API UScriptStruct* Z_Construct_UScriptStruct_FGatherTextCommandletPhase();
|
|
UNREALED_API UScriptStruct* Z_Construct_UScriptStruct_FGatherTextCommandletTask();
|
|
UPackage* Z_Construct_UPackage__Script_UnrealEd();
|
|
// ********** End Cross Module References **********************************************************
|
|
|
|
// ********** Begin ScriptStruct FGatherTextCommandletTask *****************************************
|
|
struct Z_Construct_UScriptStruct_FGatherTextCommandletTask_Statics
|
|
{
|
|
static inline consteval int32 GetStructSize() { return sizeof(FGatherTextCommandletTask); }
|
|
static inline consteval int16 GetStructAlignment() { return alignof(FGatherTextCommandletTask); }
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
|
|
{ "ModuleRelativePath", "Classes/Commandlets/GatherTextCommandlet.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_CommandletParams_MetaData[] = {
|
|
{ "Comment", "/** Params to pass the the Main function of the commandlet */" },
|
|
{ "ModuleRelativePath", "Classes/Commandlets/GatherTextCommandlet.h" },
|
|
{ "ToolTip", "Params to pass the the Main function of the commandlet" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Commandlet_MetaData[] = {
|
|
{ "Comment", "/** Commandlet to invoke the Main function of when running this task */" },
|
|
{ "ModuleRelativePath", "Classes/Commandlets/GatherTextCommandlet.h" },
|
|
{ "ToolTip", "Commandlet to invoke the Main function of when running this task" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin ScriptStruct FGatherTextCommandletTask constinit property declarations *********
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_CommandletParams;
|
|
static const UECodeGen_Private::FObjectPropertyParams NewProp_Commandlet;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End ScriptStruct FGatherTextCommandletTask constinit property declarations ***********
|
|
static void* NewStructOps()
|
|
{
|
|
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FGatherTextCommandletTask>();
|
|
}
|
|
static const UECodeGen_Private::FStructParams StructParams;
|
|
}; // struct Z_Construct_UScriptStruct_FGatherTextCommandletTask_Statics
|
|
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FGatherTextCommandletTask;
|
|
class UScriptStruct* FGatherTextCommandletTask::StaticStruct()
|
|
{
|
|
if (!Z_Registration_Info_UScriptStruct_FGatherTextCommandletTask.OuterSingleton)
|
|
{
|
|
Z_Registration_Info_UScriptStruct_FGatherTextCommandletTask.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FGatherTextCommandletTask, (UObject*)Z_Construct_UPackage__Script_UnrealEd(), TEXT("GatherTextCommandletTask"));
|
|
}
|
|
return Z_Registration_Info_UScriptStruct_FGatherTextCommandletTask.OuterSingleton;
|
|
}
|
|
|
|
// ********** Begin ScriptStruct FGatherTextCommandletTask Property Definitions ********************
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UScriptStruct_FGatherTextCommandletTask_Statics::NewProp_CommandletParams = { "CommandletParams", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FGatherTextCommandletTask, CommandletParams), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_CommandletParams_MetaData), NewProp_CommandletParams_MetaData) };
|
|
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UScriptStruct_FGatherTextCommandletTask_Statics::NewProp_Commandlet = { "Commandlet", nullptr, (EPropertyFlags)0x0114000000000000, UECodeGen_Private::EPropertyGenFlags::Object | UECodeGen_Private::EPropertyGenFlags::ObjectPtr, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FGatherTextCommandletTask, Commandlet), Z_Construct_UClass_UGatherTextCommandletBase_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Commandlet_MetaData), NewProp_Commandlet_MetaData) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FGatherTextCommandletTask_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FGatherTextCommandletTask_Statics::NewProp_CommandletParams,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FGatherTextCommandletTask_Statics::NewProp_Commandlet,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FGatherTextCommandletTask_Statics::PropPointers) < 2048);
|
|
// ********** End ScriptStruct FGatherTextCommandletTask Property Definitions **********************
|
|
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FGatherTextCommandletTask_Statics::StructParams = {
|
|
(UObject* (*)())Z_Construct_UPackage__Script_UnrealEd,
|
|
nullptr,
|
|
&NewStructOps,
|
|
"GatherTextCommandletTask",
|
|
Z_Construct_UScriptStruct_FGatherTextCommandletTask_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FGatherTextCommandletTask_Statics::PropPointers),
|
|
sizeof(FGatherTextCommandletTask),
|
|
alignof(FGatherTextCommandletTask),
|
|
RF_Public|RF_Transient|RF_MarkAsNative,
|
|
EStructFlags(0x00000001),
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FGatherTextCommandletTask_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FGatherTextCommandletTask_Statics::Struct_MetaDataParams)
|
|
};
|
|
UScriptStruct* Z_Construct_UScriptStruct_FGatherTextCommandletTask()
|
|
{
|
|
if (!Z_Registration_Info_UScriptStruct_FGatherTextCommandletTask.InnerSingleton)
|
|
{
|
|
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FGatherTextCommandletTask.InnerSingleton, Z_Construct_UScriptStruct_FGatherTextCommandletTask_Statics::StructParams);
|
|
}
|
|
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FGatherTextCommandletTask.InnerSingleton);
|
|
}
|
|
// ********** End ScriptStruct FGatherTextCommandletTask *******************************************
|
|
|
|
// ********** Begin ScriptStruct FGatherTextCommandletPhase ****************************************
|
|
struct Z_Construct_UScriptStruct_FGatherTextCommandletPhase_Statics
|
|
{
|
|
static inline consteval int32 GetStructSize() { return sizeof(FGatherTextCommandletPhase); }
|
|
static inline consteval int16 GetStructAlignment() { return alignof(FGatherTextCommandletPhase); }
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
|
|
{ "ModuleRelativePath", "Classes/Commandlets/GatherTextCommandlet.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_SequentialTasks_MetaData[] = {
|
|
{ "Comment", "/** Array of tasks in this phase that need to run in sequence; these will run before ParallelTasks */" },
|
|
{ "ModuleRelativePath", "Classes/Commandlets/GatherTextCommandlet.h" },
|
|
{ "ToolTip", "Array of tasks in this phase that need to run in sequence; these will run before ParallelTasks" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ParallelTasks_MetaData[] = {
|
|
{ "Comment", "/** Array of tasks in this phase that may run in parallel (if enabled); these will run after SequentialTasks */" },
|
|
{ "ModuleRelativePath", "Classes/Commandlets/GatherTextCommandlet.h" },
|
|
{ "ToolTip", "Array of tasks in this phase that may run in parallel (if enabled); these will run after SequentialTasks" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin ScriptStruct FGatherTextCommandletPhase constinit property declarations ********
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_SequentialTasks_Inner;
|
|
static const UECodeGen_Private::FArrayPropertyParams NewProp_SequentialTasks;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ParallelTasks_Inner;
|
|
static const UECodeGen_Private::FArrayPropertyParams NewProp_ParallelTasks;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End ScriptStruct FGatherTextCommandletPhase constinit property declarations **********
|
|
static void* NewStructOps()
|
|
{
|
|
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FGatherTextCommandletPhase>();
|
|
}
|
|
static const UECodeGen_Private::FStructParams StructParams;
|
|
}; // struct Z_Construct_UScriptStruct_FGatherTextCommandletPhase_Statics
|
|
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FGatherTextCommandletPhase;
|
|
class UScriptStruct* FGatherTextCommandletPhase::StaticStruct()
|
|
{
|
|
if (!Z_Registration_Info_UScriptStruct_FGatherTextCommandletPhase.OuterSingleton)
|
|
{
|
|
Z_Registration_Info_UScriptStruct_FGatherTextCommandletPhase.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FGatherTextCommandletPhase, (UObject*)Z_Construct_UPackage__Script_UnrealEd(), TEXT("GatherTextCommandletPhase"));
|
|
}
|
|
return Z_Registration_Info_UScriptStruct_FGatherTextCommandletPhase.OuterSingleton;
|
|
}
|
|
|
|
// ********** Begin ScriptStruct FGatherTextCommandletPhase Property Definitions *******************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FGatherTextCommandletPhase_Statics::NewProp_SequentialTasks_Inner = { "SequentialTasks", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, Z_Construct_UScriptStruct_FGatherTextCommandletTask, METADATA_PARAMS(0, nullptr) }; // 1719692481
|
|
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UScriptStruct_FGatherTextCommandletPhase_Statics::NewProp_SequentialTasks = { "SequentialTasks", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FGatherTextCommandletPhase, SequentialTasks), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_SequentialTasks_MetaData), NewProp_SequentialTasks_MetaData) }; // 1719692481
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FGatherTextCommandletPhase_Statics::NewProp_ParallelTasks_Inner = { "ParallelTasks", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, Z_Construct_UScriptStruct_FGatherTextCommandletTask, METADATA_PARAMS(0, nullptr) }; // 1719692481
|
|
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UScriptStruct_FGatherTextCommandletPhase_Statics::NewProp_ParallelTasks = { "ParallelTasks", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FGatherTextCommandletPhase, ParallelTasks), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ParallelTasks_MetaData), NewProp_ParallelTasks_MetaData) }; // 1719692481
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FGatherTextCommandletPhase_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FGatherTextCommandletPhase_Statics::NewProp_SequentialTasks_Inner,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FGatherTextCommandletPhase_Statics::NewProp_SequentialTasks,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FGatherTextCommandletPhase_Statics::NewProp_ParallelTasks_Inner,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FGatherTextCommandletPhase_Statics::NewProp_ParallelTasks,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FGatherTextCommandletPhase_Statics::PropPointers) < 2048);
|
|
// ********** End ScriptStruct FGatherTextCommandletPhase Property Definitions *********************
|
|
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FGatherTextCommandletPhase_Statics::StructParams = {
|
|
(UObject* (*)())Z_Construct_UPackage__Script_UnrealEd,
|
|
nullptr,
|
|
&NewStructOps,
|
|
"GatherTextCommandletPhase",
|
|
Z_Construct_UScriptStruct_FGatherTextCommandletPhase_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FGatherTextCommandletPhase_Statics::PropPointers),
|
|
sizeof(FGatherTextCommandletPhase),
|
|
alignof(FGatherTextCommandletPhase),
|
|
RF_Public|RF_Transient|RF_MarkAsNative,
|
|
EStructFlags(0x00000001),
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FGatherTextCommandletPhase_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FGatherTextCommandletPhase_Statics::Struct_MetaDataParams)
|
|
};
|
|
UScriptStruct* Z_Construct_UScriptStruct_FGatherTextCommandletPhase()
|
|
{
|
|
if (!Z_Registration_Info_UScriptStruct_FGatherTextCommandletPhase.InnerSingleton)
|
|
{
|
|
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FGatherTextCommandletPhase.InnerSingleton, Z_Construct_UScriptStruct_FGatherTextCommandletPhase_Statics::StructParams);
|
|
}
|
|
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FGatherTextCommandletPhase.InnerSingleton);
|
|
}
|
|
// ********** End ScriptStruct FGatherTextCommandletPhase ******************************************
|
|
|
|
// ********** Begin Class UGatherTextCommandlet ****************************************************
|
|
FClassRegistrationInfo Z_Registration_Info_UClass_UGatherTextCommandlet;
|
|
UClass* UGatherTextCommandlet::GetPrivateStaticClass()
|
|
{
|
|
using TClass = UGatherTextCommandlet;
|
|
if (!Z_Registration_Info_UClass_UGatherTextCommandlet.InnerSingleton)
|
|
{
|
|
GetPrivateStaticClassBody(
|
|
TClass::StaticPackage(),
|
|
TEXT("GatherTextCommandlet"),
|
|
Z_Registration_Info_UClass_UGatherTextCommandlet.InnerSingleton,
|
|
StaticRegisterNativesUGatherTextCommandlet,
|
|
sizeof(TClass),
|
|
alignof(TClass),
|
|
TClass::StaticClassFlags,
|
|
TClass::StaticClassCastFlags(),
|
|
TClass::StaticConfigName(),
|
|
(UClass::ClassConstructorType)InternalConstructor<TClass>,
|
|
(UClass::ClassVTableHelperCtorCallerType)InternalVTableHelperCtorCaller<TClass>,
|
|
UOBJECT_CPPCLASS_STATICFUNCTIONS_FORCLASS(TClass),
|
|
&TClass::Super::StaticClass,
|
|
&TClass::WithinClass::StaticClass
|
|
);
|
|
}
|
|
return Z_Registration_Info_UClass_UGatherTextCommandlet.InnerSingleton;
|
|
}
|
|
UClass* Z_Construct_UClass_UGatherTextCommandlet_NoRegister()
|
|
{
|
|
return UGatherTextCommandlet::GetPrivateStaticClass();
|
|
}
|
|
struct Z_Construct_UClass_UGatherTextCommandlet_Statics
|
|
{
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
|
|
{ "Comment", "/**\n *\x09UGatherTextCommandlet: One commandlet to rule them all. This commandlet loads a config file and then calls other localization commandlets. Allows localization system to be easily extendable and flexible. \n */" },
|
|
{ "IncludePath", "Commandlets/GatherTextCommandlet.h" },
|
|
{ "ModuleRelativePath", "Classes/Commandlets/GatherTextCommandlet.h" },
|
|
{ "ToolTip", "UGatherTextCommandlet: One commandlet to rule them all. This commandlet loads a config file and then calls other localization commandlets. Allows localization system to be easily extendable and flexible." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_GatherTextPhases_MetaData[] = {
|
|
{ "Comment", "/** The set of tasks this commandlet will run, distributed via a sequential set of phases */" },
|
|
{ "ModuleRelativePath", "Classes/Commandlets/GatherTextCommandlet.h" },
|
|
{ "ToolTip", "The set of tasks this commandlet will run, distributed via a sequential set of phases" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Class UGatherTextCommandlet constinit property declarations ********************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_GatherTextPhases;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Class UGatherTextCommandlet constinit property declarations **********************
|
|
static UObject* (*const DependentSingletons[])();
|
|
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
|
|
TCppClassTypeTraits<UGatherTextCommandlet>::IsAbstract,
|
|
};
|
|
static const UECodeGen_Private::FClassParams ClassParams;
|
|
}; // struct Z_Construct_UClass_UGatherTextCommandlet_Statics
|
|
|
|
// ********** Begin Class UGatherTextCommandlet Property Definitions *******************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UGatherTextCommandlet_Statics::NewProp_GatherTextPhases = { "GatherTextPhases", nullptr, (EPropertyFlags)0x0040000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, CPP_ARRAY_DIM(GatherTextPhases, UGatherTextCommandlet), STRUCT_OFFSET(UGatherTextCommandlet, GatherTextPhases), Z_Construct_UScriptStruct_FGatherTextCommandletPhase, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_GatherTextPhases_MetaData), NewProp_GatherTextPhases_MetaData) }; // 520430623
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UGatherTextCommandlet_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UGatherTextCommandlet_Statics::NewProp_GatherTextPhases,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UGatherTextCommandlet_Statics::PropPointers) < 2048);
|
|
// ********** End Class UGatherTextCommandlet Property Definitions *********************************
|
|
UObject* (*const Z_Construct_UClass_UGatherTextCommandlet_Statics::DependentSingletons[])() = {
|
|
(UObject* (*)())Z_Construct_UClass_UGatherTextCommandletBase,
|
|
(UObject* (*)())Z_Construct_UPackage__Script_UnrealEd,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UGatherTextCommandlet_Statics::DependentSingletons) < 16);
|
|
const UECodeGen_Private::FClassParams Z_Construct_UClass_UGatherTextCommandlet_Statics::ClassParams = {
|
|
&UGatherTextCommandlet::StaticClass,
|
|
nullptr,
|
|
&StaticCppClassTypeInfo,
|
|
DependentSingletons,
|
|
nullptr,
|
|
Z_Construct_UClass_UGatherTextCommandlet_Statics::PropPointers,
|
|
nullptr,
|
|
UE_ARRAY_COUNT(DependentSingletons),
|
|
0,
|
|
UE_ARRAY_COUNT(Z_Construct_UClass_UGatherTextCommandlet_Statics::PropPointers),
|
|
0,
|
|
0x000800A8u,
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UGatherTextCommandlet_Statics::Class_MetaDataParams), Z_Construct_UClass_UGatherTextCommandlet_Statics::Class_MetaDataParams)
|
|
};
|
|
void UGatherTextCommandlet::StaticRegisterNativesUGatherTextCommandlet()
|
|
{
|
|
}
|
|
UClass* Z_Construct_UClass_UGatherTextCommandlet()
|
|
{
|
|
if (!Z_Registration_Info_UClass_UGatherTextCommandlet.OuterSingleton)
|
|
{
|
|
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UGatherTextCommandlet.OuterSingleton, Z_Construct_UClass_UGatherTextCommandlet_Statics::ClassParams);
|
|
}
|
|
return Z_Registration_Info_UClass_UGatherTextCommandlet.OuterSingleton;
|
|
}
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UGatherTextCommandlet);
|
|
UGatherTextCommandlet::~UGatherTextCommandlet() {}
|
|
// ********** End Class UGatherTextCommandlet ******************************************************
|
|
|
|
// ********** Begin Registration *******************************************************************
|
|
struct Z_CompiledInDeferFile_FID_Engine_Source_Editor_UnrealEd_Classes_Commandlets_GatherTextCommandlet_h__Script_UnrealEd_Statics
|
|
{
|
|
static constexpr FStructRegisterCompiledInInfo ScriptStructInfo[] = {
|
|
{ FGatherTextCommandletTask::StaticStruct, Z_Construct_UScriptStruct_FGatherTextCommandletTask_Statics::NewStructOps, TEXT("GatherTextCommandletTask"),&Z_Registration_Info_UScriptStruct_FGatherTextCommandletTask, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FGatherTextCommandletTask), 1719692481U) },
|
|
{ FGatherTextCommandletPhase::StaticStruct, Z_Construct_UScriptStruct_FGatherTextCommandletPhase_Statics::NewStructOps, TEXT("GatherTextCommandletPhase"),&Z_Registration_Info_UScriptStruct_FGatherTextCommandletPhase, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FGatherTextCommandletPhase), 520430623U) },
|
|
};
|
|
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
|
|
{ Z_Construct_UClass_UGatherTextCommandlet, UGatherTextCommandlet::StaticClass, TEXT("UGatherTextCommandlet"), &Z_Registration_Info_UClass_UGatherTextCommandlet, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UGatherTextCommandlet), 198545175U) },
|
|
};
|
|
}; // Z_CompiledInDeferFile_FID_Engine_Source_Editor_UnrealEd_Classes_Commandlets_GatherTextCommandlet_h__Script_UnrealEd_Statics
|
|
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Source_Editor_UnrealEd_Classes_Commandlets_GatherTextCommandlet_h__Script_UnrealEd_94835420{
|
|
TEXT("/Script/UnrealEd"),
|
|
Z_CompiledInDeferFile_FID_Engine_Source_Editor_UnrealEd_Classes_Commandlets_GatherTextCommandlet_h__Script_UnrealEd_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Editor_UnrealEd_Classes_Commandlets_GatherTextCommandlet_h__Script_UnrealEd_Statics::ClassInfo),
|
|
Z_CompiledInDeferFile_FID_Engine_Source_Editor_UnrealEd_Classes_Commandlets_GatherTextCommandlet_h__Script_UnrealEd_Statics::ScriptStructInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Editor_UnrealEd_Classes_Commandlets_GatherTextCommandlet_h__Script_UnrealEd_Statics::ScriptStructInfo),
|
|
nullptr, 0,
|
|
};
|
|
// ********** End Registration *********************************************************************
|
|
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|