139 lines
8.4 KiB
C++
139 lines
8.4 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 "TranslationPickerEditWindow.h"
|
||
|
|
|
||
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
||
|
|
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
|
||
|
|
void EmptyLinkFunctionForGeneratedCodeTranslationPickerEditWindow() {}
|
||
|
|
|
||
|
|
// ********** Begin Cross Module References ********************************************************
|
||
|
|
COREUOBJECT_API UClass* Z_Construct_UClass_UObject();
|
||
|
|
TRANSLATIONEDITOR_API UClass* Z_Construct_UClass_UTranslationPickerSettings();
|
||
|
|
TRANSLATIONEDITOR_API UClass* Z_Construct_UClass_UTranslationPickerSettings_NoRegister();
|
||
|
|
UPackage* Z_Construct_UPackage__Script_TranslationEditor();
|
||
|
|
// ********** End Cross Module References **********************************************************
|
||
|
|
|
||
|
|
// ********** Begin Class UTranslationPickerSettings ***********************************************
|
||
|
|
FClassRegistrationInfo Z_Registration_Info_UClass_UTranslationPickerSettings;
|
||
|
|
UClass* UTranslationPickerSettings::GetPrivateStaticClass()
|
||
|
|
{
|
||
|
|
using TClass = UTranslationPickerSettings;
|
||
|
|
if (!Z_Registration_Info_UClass_UTranslationPickerSettings.InnerSingleton)
|
||
|
|
{
|
||
|
|
GetPrivateStaticClassBody(
|
||
|
|
TClass::StaticPackage(),
|
||
|
|
TEXT("TranslationPickerSettings"),
|
||
|
|
Z_Registration_Info_UClass_UTranslationPickerSettings.InnerSingleton,
|
||
|
|
StaticRegisterNativesUTranslationPickerSettings,
|
||
|
|
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_UTranslationPickerSettings.InnerSingleton;
|
||
|
|
}
|
||
|
|
UClass* Z_Construct_UClass_UTranslationPickerSettings_NoRegister()
|
||
|
|
{
|
||
|
|
return UTranslationPickerSettings::GetPrivateStaticClass();
|
||
|
|
}
|
||
|
|
struct Z_Construct_UClass_UTranslationPickerSettings_Statics
|
||
|
|
{
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
|
||
|
|
{ "IncludePath", "TranslationPickerEditWindow.h" },
|
||
|
|
{ "ModuleRelativePath", "Private/TranslationPickerEditWindow.h" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bSubmitTranslationPickerChangesToLocalizationService_MetaData[] = {
|
||
|
|
{ "Comment", "/** Bool submit translation picker changes to Localization Service */" },
|
||
|
|
{ "ModuleRelativePath", "Private/TranslationPickerEditWindow.h" },
|
||
|
|
{ "ToolTip", "Bool submit translation picker changes to Localization Service" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Class UTranslationPickerSettings constinit property declarations ***************
|
||
|
|
static void NewProp_bSubmitTranslationPickerChangesToLocalizationService_SetBit(void* Obj);
|
||
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_bSubmitTranslationPickerChangesToLocalizationService;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End Class UTranslationPickerSettings constinit property declarations *****************
|
||
|
|
static UObject* (*const DependentSingletons[])();
|
||
|
|
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
|
||
|
|
TCppClassTypeTraits<UTranslationPickerSettings>::IsAbstract,
|
||
|
|
};
|
||
|
|
static const UECodeGen_Private::FClassParams ClassParams;
|
||
|
|
}; // struct Z_Construct_UClass_UTranslationPickerSettings_Statics
|
||
|
|
|
||
|
|
// ********** Begin Class UTranslationPickerSettings Property Definitions **************************
|
||
|
|
void Z_Construct_UClass_UTranslationPickerSettings_Statics::NewProp_bSubmitTranslationPickerChangesToLocalizationService_SetBit(void* Obj)
|
||
|
|
{
|
||
|
|
((UTranslationPickerSettings*)Obj)->bSubmitTranslationPickerChangesToLocalizationService = 1;
|
||
|
|
}
|
||
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_UTranslationPickerSettings_Statics::NewProp_bSubmitTranslationPickerChangesToLocalizationService = { "bSubmitTranslationPickerChangesToLocalizationService", nullptr, (EPropertyFlags)0x0010000000004000, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(UTranslationPickerSettings), &Z_Construct_UClass_UTranslationPickerSettings_Statics::NewProp_bSubmitTranslationPickerChangesToLocalizationService_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bSubmitTranslationPickerChangesToLocalizationService_MetaData), NewProp_bSubmitTranslationPickerChangesToLocalizationService_MetaData) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UTranslationPickerSettings_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UTranslationPickerSettings_Statics::NewProp_bSubmitTranslationPickerChangesToLocalizationService,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UTranslationPickerSettings_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Class UTranslationPickerSettings Property Definitions ****************************
|
||
|
|
UObject* (*const Z_Construct_UClass_UTranslationPickerSettings_Statics::DependentSingletons[])() = {
|
||
|
|
(UObject* (*)())Z_Construct_UClass_UObject,
|
||
|
|
(UObject* (*)())Z_Construct_UPackage__Script_TranslationEditor,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UTranslationPickerSettings_Statics::DependentSingletons) < 16);
|
||
|
|
const UECodeGen_Private::FClassParams Z_Construct_UClass_UTranslationPickerSettings_Statics::ClassParams = {
|
||
|
|
&UTranslationPickerSettings::StaticClass,
|
||
|
|
"TranslationPickerSettings",
|
||
|
|
&StaticCppClassTypeInfo,
|
||
|
|
DependentSingletons,
|
||
|
|
nullptr,
|
||
|
|
Z_Construct_UClass_UTranslationPickerSettings_Statics::PropPointers,
|
||
|
|
nullptr,
|
||
|
|
UE_ARRAY_COUNT(DependentSingletons),
|
||
|
|
0,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UClass_UTranslationPickerSettings_Statics::PropPointers),
|
||
|
|
0,
|
||
|
|
0x000000A4u,
|
||
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UTranslationPickerSettings_Statics::Class_MetaDataParams), Z_Construct_UClass_UTranslationPickerSettings_Statics::Class_MetaDataParams)
|
||
|
|
};
|
||
|
|
void UTranslationPickerSettings::StaticRegisterNativesUTranslationPickerSettings()
|
||
|
|
{
|
||
|
|
}
|
||
|
|
UClass* Z_Construct_UClass_UTranslationPickerSettings()
|
||
|
|
{
|
||
|
|
if (!Z_Registration_Info_UClass_UTranslationPickerSettings.OuterSingleton)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UTranslationPickerSettings.OuterSingleton, Z_Construct_UClass_UTranslationPickerSettings_Statics::ClassParams);
|
||
|
|
}
|
||
|
|
return Z_Registration_Info_UClass_UTranslationPickerSettings.OuterSingleton;
|
||
|
|
}
|
||
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UTranslationPickerSettings);
|
||
|
|
UTranslationPickerSettings::~UTranslationPickerSettings() {}
|
||
|
|
// ********** End Class UTranslationPickerSettings *************************************************
|
||
|
|
|
||
|
|
// ********** Begin Registration *******************************************************************
|
||
|
|
struct Z_CompiledInDeferFile_FID_Engine_Source_Developer_TranslationEditor_Private_TranslationPickerEditWindow_h__Script_TranslationEditor_Statics
|
||
|
|
{
|
||
|
|
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
|
||
|
|
{ Z_Construct_UClass_UTranslationPickerSettings, UTranslationPickerSettings::StaticClass, TEXT("UTranslationPickerSettings"), &Z_Registration_Info_UClass_UTranslationPickerSettings, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UTranslationPickerSettings), 1899930858U) },
|
||
|
|
};
|
||
|
|
}; // Z_CompiledInDeferFile_FID_Engine_Source_Developer_TranslationEditor_Private_TranslationPickerEditWindow_h__Script_TranslationEditor_Statics
|
||
|
|
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Source_Developer_TranslationEditor_Private_TranslationPickerEditWindow_h__Script_TranslationEditor_4132411184{
|
||
|
|
TEXT("/Script/TranslationEditor"),
|
||
|
|
Z_CompiledInDeferFile_FID_Engine_Source_Developer_TranslationEditor_Private_TranslationPickerEditWindow_h__Script_TranslationEditor_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Developer_TranslationEditor_Private_TranslationPickerEditWindow_h__Script_TranslationEditor_Statics::ClassInfo),
|
||
|
|
nullptr, 0,
|
||
|
|
nullptr, 0,
|
||
|
|
};
|
||
|
|
// ********** End Registration *********************************************************************
|
||
|
|
|
||
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|