110 lines
5.5 KiB
C
110 lines
5.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 "Utilities/VersionInfoHandler.h"
|
||
|
|
|
||
|
|
#ifdef MEGASCANSPLUGIN_VersionInfoHandler_generated_h
|
||
|
|
#error "VersionInfoHandler.generated.h already included, missing '#pragma once' in VersionInfoHandler.h"
|
||
|
|
#endif
|
||
|
|
#define MEGASCANSPLUGIN_VersionInfoHandler_generated_h
|
||
|
|
|
||
|
|
#include "UObject/ObjectMacros.h"
|
||
|
|
#include "UObject/ScriptMacros.h"
|
||
|
|
|
||
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
||
|
|
class UVersionInfoHandler;
|
||
|
|
|
||
|
|
// ********** Begin ScriptStruct FAssetInfo ********************************************************
|
||
|
|
struct Z_Construct_UScriptStruct_FAssetInfo_Statics;
|
||
|
|
#define FID_Engine_Plugins_Bridge_Source_MegascansPlugin_Private_Utilities_VersionInfoHandler_h_8_GENERATED_BODY \
|
||
|
|
friend struct ::Z_Construct_UScriptStruct_FAssetInfo_Statics; \
|
||
|
|
MEGASCANSPLUGIN_API static class UScriptStruct* StaticStruct();
|
||
|
|
|
||
|
|
|
||
|
|
struct FAssetInfo;
|
||
|
|
// ********** End ScriptStruct FAssetInfo **********************************************************
|
||
|
|
|
||
|
|
// ********** Begin ScriptStruct FVersionData ******************************************************
|
||
|
|
struct Z_Construct_UScriptStruct_FVersionData_Statics;
|
||
|
|
#define FID_Engine_Plugins_Bridge_Source_MegascansPlugin_Private_Utilities_VersionInfoHandler_h_19_GENERATED_BODY \
|
||
|
|
friend struct ::Z_Construct_UScriptStruct_FVersionData_Statics; \
|
||
|
|
MEGASCANSPLUGIN_API static class UScriptStruct* StaticStruct();
|
||
|
|
|
||
|
|
|
||
|
|
struct FVersionData;
|
||
|
|
// ********** End ScriptStruct FVersionData ********************************************************
|
||
|
|
|
||
|
|
// ********** Begin ScriptStruct FAssetImportTime **************************************************
|
||
|
|
struct Z_Construct_UScriptStruct_FAssetImportTime_Statics;
|
||
|
|
#define FID_Engine_Plugins_Bridge_Source_MegascansPlugin_Private_Utilities_VersionInfoHandler_h_28_GENERATED_BODY \
|
||
|
|
friend struct ::Z_Construct_UScriptStruct_FAssetImportTime_Statics; \
|
||
|
|
MEGASCANSPLUGIN_API static class UScriptStruct* StaticStruct();
|
||
|
|
|
||
|
|
|
||
|
|
struct FAssetImportTime;
|
||
|
|
// ********** End ScriptStruct FAssetImportTime ****************************************************
|
||
|
|
|
||
|
|
// ********** Begin ScriptStruct FImportTimeData ***************************************************
|
||
|
|
struct Z_Construct_UScriptStruct_FImportTimeData_Statics;
|
||
|
|
#define FID_Engine_Plugins_Bridge_Source_MegascansPlugin_Private_Utilities_VersionInfoHandler_h_39_GENERATED_BODY \
|
||
|
|
friend struct ::Z_Construct_UScriptStruct_FImportTimeData_Statics; \
|
||
|
|
MEGASCANSPLUGIN_API static class UScriptStruct* StaticStruct();
|
||
|
|
|
||
|
|
|
||
|
|
struct FImportTimeData;
|
||
|
|
// ********** End ScriptStruct FImportTimeData *****************************************************
|
||
|
|
|
||
|
|
// ********** Begin Class UVersionInfoHandler ******************************************************
|
||
|
|
#define FID_Engine_Plugins_Bridge_Source_MegascansPlugin_Private_Utilities_VersionInfoHandler_h_48_RPC_WRAPPERS_NO_PURE_DECLS \
|
||
|
|
DECLARE_FUNCTION(execGet);
|
||
|
|
|
||
|
|
|
||
|
|
struct Z_Construct_UClass_UVersionInfoHandler_Statics;
|
||
|
|
MEGASCANSPLUGIN_API UClass* Z_Construct_UClass_UVersionInfoHandler_NoRegister();
|
||
|
|
|
||
|
|
#define FID_Engine_Plugins_Bridge_Source_MegascansPlugin_Private_Utilities_VersionInfoHandler_h_48_INCLASS_NO_PURE_DECLS \
|
||
|
|
private: \
|
||
|
|
static void StaticRegisterNativesUVersionInfoHandler(); \
|
||
|
|
friend struct ::Z_Construct_UClass_UVersionInfoHandler_Statics; \
|
||
|
|
static UClass* GetPrivateStaticClass(); \
|
||
|
|
friend MEGASCANSPLUGIN_API UClass* ::Z_Construct_UClass_UVersionInfoHandler_NoRegister(); \
|
||
|
|
public: \
|
||
|
|
DECLARE_CLASS2(UVersionInfoHandler, UObject, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/MegascansPlugin"), Z_Construct_UClass_UVersionInfoHandler_NoRegister) \
|
||
|
|
DECLARE_SERIALIZER(UVersionInfoHandler)
|
||
|
|
|
||
|
|
|
||
|
|
#define FID_Engine_Plugins_Bridge_Source_MegascansPlugin_Private_Utilities_VersionInfoHandler_h_48_ENHANCED_CONSTRUCTORS \
|
||
|
|
/** Standard constructor, called after all reflected properties have been initialized */ \
|
||
|
|
NO_API UVersionInfoHandler(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
|
||
|
|
/** Deleted move- and copy-constructors, should never be used */ \
|
||
|
|
UVersionInfoHandler(UVersionInfoHandler&&) = delete; \
|
||
|
|
UVersionInfoHandler(const UVersionInfoHandler&) = delete; \
|
||
|
|
DECLARE_VTABLE_PTR_HELPER_CTOR(NO_API, UVersionInfoHandler); \
|
||
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UVersionInfoHandler); \
|
||
|
|
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UVersionInfoHandler) \
|
||
|
|
NO_API virtual ~UVersionInfoHandler();
|
||
|
|
|
||
|
|
|
||
|
|
#define FID_Engine_Plugins_Bridge_Source_MegascansPlugin_Private_Utilities_VersionInfoHandler_h_45_PROLOG
|
||
|
|
#define FID_Engine_Plugins_Bridge_Source_MegascansPlugin_Private_Utilities_VersionInfoHandler_h_48_GENERATED_BODY \
|
||
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
|
||
|
|
public: \
|
||
|
|
FID_Engine_Plugins_Bridge_Source_MegascansPlugin_Private_Utilities_VersionInfoHandler_h_48_RPC_WRAPPERS_NO_PURE_DECLS \
|
||
|
|
FID_Engine_Plugins_Bridge_Source_MegascansPlugin_Private_Utilities_VersionInfoHandler_h_48_INCLASS_NO_PURE_DECLS \
|
||
|
|
FID_Engine_Plugins_Bridge_Source_MegascansPlugin_Private_Utilities_VersionInfoHandler_h_48_ENHANCED_CONSTRUCTORS \
|
||
|
|
private: \
|
||
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
||
|
|
|
||
|
|
|
||
|
|
class UVersionInfoHandler;
|
||
|
|
|
||
|
|
// ********** End Class UVersionInfoHandler ********************************************************
|
||
|
|
|
||
|
|
#undef CURRENT_FILE_ID
|
||
|
|
#define CURRENT_FILE_ID FID_Engine_Plugins_Bridge_Source_MegascansPlugin_Private_Utilities_VersionInfoHandler_h
|
||
|
|
|
||
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|