// 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 "RigVMCore/RigVM.h" #ifdef RIGVM_RigVM_generated_h #error "RigVM.generated.h already included, missing '#pragma once' in RigVM.h" #endif #define RIGVM_RigVM_generated_h #include "UObject/ObjectMacros.h" #include "UObject/ScriptMacros.h" PRAGMA_DISABLE_DEPRECATION_WARNINGS class UScriptStruct; struct FRigVMExtendedExecuteContext; struct FRigVMStatistics; // ********** Begin ScriptStruct FRigVMParameter *************************************************** struct Z_Construct_UScriptStruct_FRigVMParameter_Statics; #define FID_Engine_Plugins_Runtime_RigVM_Source_RigVM_Public_RigVMCore_RigVM_h_69_GENERATED_BODY \ friend struct ::Z_Construct_UScriptStruct_FRigVMParameter_Statics; \ RIGVM_API static class UScriptStruct* StaticStruct(); struct FRigVMParameter; // ********** End ScriptStruct FRigVMParameter ***************************************************** // ********** Begin Class URigVM ******************************************************************* #define FID_Engine_Plugins_Runtime_RigVM_Source_RigVM_Public_RigVMCore_RigVM_h_157_RPC_WRAPPERS_NO_PURE_DECLS \ DECLARE_FUNCTION(execGetStatistics); \ DECLARE_FUNCTION(execSetParameterValueTransform); \ DECLARE_FUNCTION(execSetParameterValueQuat); \ DECLARE_FUNCTION(execSetParameterValueVector); \ DECLARE_FUNCTION(execSetParameterValueVector2D); \ DECLARE_FUNCTION(execSetParameterValueString); \ DECLARE_FUNCTION(execSetParameterValueName); \ DECLARE_FUNCTION(execSetParameterValueInt); \ DECLARE_FUNCTION(execSetParameterValueDouble); \ DECLARE_FUNCTION(execSetParameterValueFloat); \ DECLARE_FUNCTION(execSetParameterValueBool); \ DECLARE_FUNCTION(execGetParameterValueTransform); \ DECLARE_FUNCTION(execGetParameterValueQuat); \ DECLARE_FUNCTION(execGetParameterValueVector); \ DECLARE_FUNCTION(execGetParameterValueVector2D); \ DECLARE_FUNCTION(execGetParameterValueString); \ DECLARE_FUNCTION(execGetParameterValueName); \ DECLARE_FUNCTION(execGetParameterValueInt); \ DECLARE_FUNCTION(execGetParameterValueDouble); \ DECLARE_FUNCTION(execGetParameterValueFloat); \ DECLARE_FUNCTION(execGetParameterValueBool); \ DECLARE_FUNCTION(execGetRigVMFunctionName); \ DECLARE_FUNCTION(execAddRigVMFunction); \ DECLARE_FUNCTION(execExecute); #define FID_Engine_Plugins_Runtime_RigVM_Source_RigVM_Public_RigVMCore_RigVM_h_157_ARCHIVESERIALIZER \ DECLARE_FSTRUCTUREDARCHIVE_SERIALIZER(URigVM, RIGVM_API) struct Z_Construct_UClass_URigVM_Statics; RIGVM_API UClass* Z_Construct_UClass_URigVM_NoRegister(); #define FID_Engine_Plugins_Runtime_RigVM_Source_RigVM_Public_RigVMCore_RigVM_h_157_INCLASS_NO_PURE_DECLS \ private: \ static void StaticRegisterNativesURigVM(); \ friend struct ::Z_Construct_UClass_URigVM_Statics; \ static UClass* GetPrivateStaticClass(); \ friend RIGVM_API UClass* ::Z_Construct_UClass_URigVM_NoRegister(); \ public: \ DECLARE_CLASS2(URigVM, UObject, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/RigVM"), Z_Construct_UClass_URigVM_NoRegister) \ DECLARE_SERIALIZER(URigVM) \ FID_Engine_Plugins_Runtime_RigVM_Source_RigVM_Public_RigVMCore_RigVM_h_157_ARCHIVESERIALIZER #define FID_Engine_Plugins_Runtime_RigVM_Source_RigVM_Public_RigVMCore_RigVM_h_157_ENHANCED_CONSTRUCTORS \ /** Deleted move- and copy-constructors, should never be used */ \ URigVM(URigVM&&) = delete; \ URigVM(const URigVM&) = delete; \ DECLARE_VTABLE_PTR_HELPER_CTOR(RIGVM_API, URigVM); \ DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(URigVM); \ DEFINE_DEFAULT_CONSTRUCTOR_CALL(URigVM) #define FID_Engine_Plugins_Runtime_RigVM_Source_RigVM_Public_RigVMCore_RigVM_h_154_PROLOG #define FID_Engine_Plugins_Runtime_RigVM_Source_RigVM_Public_RigVMCore_RigVM_h_157_GENERATED_BODY \ PRAGMA_DISABLE_DEPRECATION_WARNINGS \ public: \ FID_Engine_Plugins_Runtime_RigVM_Source_RigVM_Public_RigVMCore_RigVM_h_157_RPC_WRAPPERS_NO_PURE_DECLS \ FID_Engine_Plugins_Runtime_RigVM_Source_RigVM_Public_RigVMCore_RigVM_h_157_INCLASS_NO_PURE_DECLS \ FID_Engine_Plugins_Runtime_RigVM_Source_RigVM_Public_RigVMCore_RigVM_h_157_ENHANCED_CONSTRUCTORS \ private: \ PRAGMA_ENABLE_DEPRECATION_WARNINGS class URigVM; // ********** End Class URigVM ********************************************************************* #undef CURRENT_FILE_ID #define CURRENT_FILE_ID FID_Engine_Plugins_Runtime_RigVM_Source_RigVM_Public_RigVMCore_RigVM_h // ********** Begin Enum ERigVMParameterType ******************************************************* #define FOREACH_ENUM_ERIGVMPARAMETERTYPE(op) \ op(ERigVMParameterType::Input) \ op(ERigVMParameterType::Output) \ op(ERigVMParameterType::Invalid) enum class ERigVMParameterType : uint8; template<> struct TIsUEnumClass { enum { Value = true }; }; template<> RIGVM_NON_ATTRIBUTED_API UEnum* StaticEnum(); // ********** End Enum ERigVMParameterType ********************************************************* PRAGMA_ENABLE_DEPRECATION_WARNINGS