64 lines
3.2 KiB
C++
64 lines
3.2 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 "MetaHumanComponentUE.h"
|
|
|
|
#ifdef METAHUMANSDKRUNTIME_MetaHumanComponentUE_generated_h
|
|
#error "MetaHumanComponentUE.generated.h already included, missing '#pragma once' in MetaHumanComponentUE.h"
|
|
#endif
|
|
#define METAHUMANSDKRUNTIME_MetaHumanComponentUE_generated_h
|
|
|
|
#include "UObject/ObjectMacros.h"
|
|
#include "UObject/ScriptMacros.h"
|
|
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
|
|
|
// ********** Begin Class UMetaHumanComponentUE ****************************************************
|
|
struct Z_Construct_UClass_UMetaHumanComponentUE_Statics;
|
|
METAHUMANSDKRUNTIME_API UClass* Z_Construct_UClass_UMetaHumanComponentUE_NoRegister();
|
|
|
|
#define FID_Engine_Plugins_MetaHuman_MetaHumanSDK_Source_MetaHumanSDKRuntime_Public_MetaHumanComponentUE_h_15_INCLASS_NO_PURE_DECLS \
|
|
private: \
|
|
static void StaticRegisterNativesUMetaHumanComponentUE(); \
|
|
friend struct ::Z_Construct_UClass_UMetaHumanComponentUE_Statics; \
|
|
static UClass* GetPrivateStaticClass(); \
|
|
friend METAHUMANSDKRUNTIME_API UClass* ::Z_Construct_UClass_UMetaHumanComponentUE_NoRegister(); \
|
|
public: \
|
|
DECLARE_CLASS2(UMetaHumanComponentUE, UMetaHumanComponentBase, COMPILED_IN_FLAGS(0 | CLASS_Config), CASTCLASS_None, TEXT("/Script/MetaHumanSDKRuntime"), Z_Construct_UClass_UMetaHumanComponentUE_NoRegister) \
|
|
DECLARE_SERIALIZER(UMetaHumanComponentUE)
|
|
|
|
|
|
#define FID_Engine_Plugins_MetaHuman_MetaHumanSDK_Source_MetaHumanSDKRuntime_Public_MetaHumanComponentUE_h_15_ENHANCED_CONSTRUCTORS \
|
|
/** Standard constructor, called after all reflected properties have been initialized */ \
|
|
METAHUMANSDKRUNTIME_API UMetaHumanComponentUE(); \
|
|
/** Deleted move- and copy-constructors, should never be used */ \
|
|
UMetaHumanComponentUE(UMetaHumanComponentUE&&) = delete; \
|
|
UMetaHumanComponentUE(const UMetaHumanComponentUE&) = delete; \
|
|
DECLARE_VTABLE_PTR_HELPER_CTOR(METAHUMANSDKRUNTIME_API, UMetaHumanComponentUE); \
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UMetaHumanComponentUE); \
|
|
DEFINE_DEFAULT_CONSTRUCTOR_CALL(UMetaHumanComponentUE) \
|
|
METAHUMANSDKRUNTIME_API virtual ~UMetaHumanComponentUE();
|
|
|
|
|
|
#define FID_Engine_Plugins_MetaHuman_MetaHumanSDK_Source_MetaHumanSDKRuntime_Public_MetaHumanComponentUE_h_11_PROLOG
|
|
#define FID_Engine_Plugins_MetaHuman_MetaHumanSDK_Source_MetaHumanSDKRuntime_Public_MetaHumanComponentUE_h_15_GENERATED_BODY \
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
|
|
public: \
|
|
FID_Engine_Plugins_MetaHuman_MetaHumanSDK_Source_MetaHumanSDKRuntime_Public_MetaHumanComponentUE_h_15_INCLASS_NO_PURE_DECLS \
|
|
FID_Engine_Plugins_MetaHuman_MetaHumanSDK_Source_MetaHumanSDKRuntime_Public_MetaHumanComponentUE_h_15_ENHANCED_CONSTRUCTORS \
|
|
private: \
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
|
|
|
|
|
class UMetaHumanComponentUE;
|
|
|
|
// ********** End Class UMetaHumanComponentUE ******************************************************
|
|
|
|
#undef CURRENT_FILE_ID
|
|
#define CURRENT_FILE_ID FID_Engine_Plugins_MetaHuman_MetaHumanSDK_Source_MetaHumanSDKRuntime_Public_MetaHumanComponentUE_h
|
|
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|