85 lines
4.5 KiB
C
85 lines
4.5 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 "InterchangeFilePickerBase.h"
|
||
|
|
|
||
|
|
#ifdef INTERCHANGEENGINE_InterchangeFilePickerBase_generated_h
|
||
|
|
#error "InterchangeFilePickerBase.generated.h already included, missing '#pragma once' in InterchangeFilePickerBase.h"
|
||
|
|
#endif
|
||
|
|
#define INTERCHANGEENGINE_InterchangeFilePickerBase_generated_h
|
||
|
|
|
||
|
|
#include "UObject/ObjectMacros.h"
|
||
|
|
#include "UObject/ScriptMacros.h"
|
||
|
|
|
||
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
||
|
|
enum class EInterchangeTranslatorAssetType : uint8;
|
||
|
|
enum class EInterchangeTranslatorType : uint8;
|
||
|
|
struct FInterchangeFilePickerParameters;
|
||
|
|
|
||
|
|
// ********** Begin ScriptStruct FInterchangeFilePickerParameters **********************************
|
||
|
|
struct Z_Construct_UScriptStruct_FInterchangeFilePickerParameters_Statics;
|
||
|
|
#define FID_Engine_Source_Runtime_Interchange_Engine_Public_InterchangeFilePickerBase_h_15_GENERATED_BODY \
|
||
|
|
friend struct ::Z_Construct_UScriptStruct_FInterchangeFilePickerParameters_Statics; \
|
||
|
|
INTERCHANGEENGINE_API static class UScriptStruct* StaticStruct();
|
||
|
|
|
||
|
|
|
||
|
|
struct FInterchangeFilePickerParameters;
|
||
|
|
// ********** End ScriptStruct FInterchangeFilePickerParameters ************************************
|
||
|
|
|
||
|
|
// ********** Begin Class UInterchangeFilePickerBase ***********************************************
|
||
|
|
#define FID_Engine_Source_Runtime_Interchange_Engine_Public_InterchangeFilePickerBase_h_41_RPC_WRAPPERS_NO_PURE_DECLS \
|
||
|
|
DECLARE_FUNCTION(execScriptedFilePickerForTranslatorType); \
|
||
|
|
DECLARE_FUNCTION(execScriptedFilePickerForTranslatorAssetType);
|
||
|
|
|
||
|
|
|
||
|
|
#define FID_Engine_Source_Runtime_Interchange_Engine_Public_InterchangeFilePickerBase_h_41_CALLBACK_WRAPPERS
|
||
|
|
struct Z_Construct_UClass_UInterchangeFilePickerBase_Statics;
|
||
|
|
INTERCHANGEENGINE_API UClass* Z_Construct_UClass_UInterchangeFilePickerBase_NoRegister();
|
||
|
|
|
||
|
|
#define FID_Engine_Source_Runtime_Interchange_Engine_Public_InterchangeFilePickerBase_h_41_INCLASS_NO_PURE_DECLS \
|
||
|
|
private: \
|
||
|
|
static void StaticRegisterNativesUInterchangeFilePickerBase(); \
|
||
|
|
friend struct ::Z_Construct_UClass_UInterchangeFilePickerBase_Statics; \
|
||
|
|
static UClass* GetPrivateStaticClass(); \
|
||
|
|
friend INTERCHANGEENGINE_API UClass* ::Z_Construct_UClass_UInterchangeFilePickerBase_NoRegister(); \
|
||
|
|
public: \
|
||
|
|
DECLARE_CLASS2(UInterchangeFilePickerBase, UObject, COMPILED_IN_FLAGS(CLASS_Abstract), CASTCLASS_None, TEXT("/Script/InterchangeEngine"), Z_Construct_UClass_UInterchangeFilePickerBase_NoRegister) \
|
||
|
|
DECLARE_SERIALIZER(UInterchangeFilePickerBase)
|
||
|
|
|
||
|
|
|
||
|
|
#define FID_Engine_Source_Runtime_Interchange_Engine_Public_InterchangeFilePickerBase_h_41_ENHANCED_CONSTRUCTORS \
|
||
|
|
/** Standard constructor, called after all reflected properties have been initialized */ \
|
||
|
|
INTERCHANGEENGINE_API UInterchangeFilePickerBase(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
|
||
|
|
/** Deleted move- and copy-constructors, should never be used */ \
|
||
|
|
UInterchangeFilePickerBase(UInterchangeFilePickerBase&&) = delete; \
|
||
|
|
UInterchangeFilePickerBase(const UInterchangeFilePickerBase&) = delete; \
|
||
|
|
DECLARE_VTABLE_PTR_HELPER_CTOR(INTERCHANGEENGINE_API, UInterchangeFilePickerBase); \
|
||
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UInterchangeFilePickerBase); \
|
||
|
|
DEFINE_ABSTRACT_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UInterchangeFilePickerBase) \
|
||
|
|
INTERCHANGEENGINE_API virtual ~UInterchangeFilePickerBase();
|
||
|
|
|
||
|
|
|
||
|
|
#define FID_Engine_Source_Runtime_Interchange_Engine_Public_InterchangeFilePickerBase_h_38_PROLOG
|
||
|
|
#define FID_Engine_Source_Runtime_Interchange_Engine_Public_InterchangeFilePickerBase_h_41_GENERATED_BODY \
|
||
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
|
||
|
|
public: \
|
||
|
|
FID_Engine_Source_Runtime_Interchange_Engine_Public_InterchangeFilePickerBase_h_41_RPC_WRAPPERS_NO_PURE_DECLS \
|
||
|
|
FID_Engine_Source_Runtime_Interchange_Engine_Public_InterchangeFilePickerBase_h_41_CALLBACK_WRAPPERS \
|
||
|
|
FID_Engine_Source_Runtime_Interchange_Engine_Public_InterchangeFilePickerBase_h_41_INCLASS_NO_PURE_DECLS \
|
||
|
|
FID_Engine_Source_Runtime_Interchange_Engine_Public_InterchangeFilePickerBase_h_41_ENHANCED_CONSTRUCTORS \
|
||
|
|
private: \
|
||
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
||
|
|
|
||
|
|
|
||
|
|
class UInterchangeFilePickerBase;
|
||
|
|
|
||
|
|
// ********** End Class UInterchangeFilePickerBase *************************************************
|
||
|
|
|
||
|
|
#undef CURRENT_FILE_ID
|
||
|
|
#define CURRENT_FILE_ID FID_Engine_Source_Runtime_Interchange_Engine_Public_InterchangeFilePickerBase_h
|
||
|
|
|
||
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|