46 lines
2.1 KiB
C
46 lines
2.1 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!
|
||
|
|
===========================================================================*/
|
||
|
|
|
||
|
|
// IWYU pragma: private, include "PortableObjectPipeline.h"
|
||
|
|
|
||
|
|
#ifdef LOCALIZATION_PortableObjectPipeline_generated_h
|
||
|
|
#error "PortableObjectPipeline.generated.h already included, missing '#pragma once' in PortableObjectPipeline.h"
|
||
|
|
#endif
|
||
|
|
#define LOCALIZATION_PortableObjectPipeline_generated_h
|
||
|
|
|
||
|
|
#include "Templates/IsUEnumClass.h"
|
||
|
|
#include "UObject/ObjectMacros.h"
|
||
|
|
#include "UObject/ReflectedTypeAccessors.h"
|
||
|
|
#include "Templates/NoDestroy.h"
|
||
|
|
|
||
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
||
|
|
|
||
|
|
#undef CURRENT_FILE_ID
|
||
|
|
#define CURRENT_FILE_ID FID_Engine_Source_Developer_Localization_Public_PortableObjectPipeline_h
|
||
|
|
|
||
|
|
// ********** Begin Enum ELocalizedTextCollapseMode ************************************************
|
||
|
|
#define FOREACH_ENUM_ELOCALIZEDTEXTCOLLAPSEMODE(op) \
|
||
|
|
op(ELocalizedTextCollapseMode::IdenticalTextIdAndSource) \
|
||
|
|
op(ELocalizedTextCollapseMode::IdenticalPackageIdTextIdAndSource) \
|
||
|
|
op(ELocalizedTextCollapseMode::IdenticalNamespaceAndSource)
|
||
|
|
|
||
|
|
enum class ELocalizedTextCollapseMode : uint8;
|
||
|
|
template<> struct TIsUEnumClass<ELocalizedTextCollapseMode> { enum { Value = true }; };
|
||
|
|
template<> LOCALIZATION_NON_ATTRIBUTED_API UEnum* StaticEnum<ELocalizedTextCollapseMode>();
|
||
|
|
// ********** End Enum ELocalizedTextCollapseMode **************************************************
|
||
|
|
|
||
|
|
// ********** Begin Enum EPortableObjectFormat *****************************************************
|
||
|
|
#define FOREACH_ENUM_EPORTABLEOBJECTFORMAT(op) \
|
||
|
|
op(EPortableObjectFormat::Unreal) \
|
||
|
|
op(EPortableObjectFormat::Crowdin)
|
||
|
|
|
||
|
|
enum class EPortableObjectFormat : uint8;
|
||
|
|
template<> struct TIsUEnumClass<EPortableObjectFormat> { enum { Value = true }; };
|
||
|
|
template<> LOCALIZATION_NON_ATTRIBUTED_API UEnum* StaticEnum<EPortableObjectFormat>();
|
||
|
|
// ********** End Enum EPortableObjectFormat *******************************************************
|
||
|
|
|
||
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|