64 lines
3.3 KiB
C
64 lines
3.3 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 "RigVMModel/Nodes/RigVMSelectNode.h"
|
||
|
|
|
||
|
|
#ifdef RIGVMDEVELOPER_RigVMSelectNode_generated_h
|
||
|
|
#error "RigVMSelectNode.generated.h already included, missing '#pragma once' in RigVMSelectNode.h"
|
||
|
|
#endif
|
||
|
|
#define RIGVMDEVELOPER_RigVMSelectNode_generated_h
|
||
|
|
|
||
|
|
#include "UObject/ObjectMacros.h"
|
||
|
|
#include "UObject/ScriptMacros.h"
|
||
|
|
|
||
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
||
|
|
|
||
|
|
// ********** Begin Class UDEPRECATED_RigVMSelectNode **********************************************
|
||
|
|
struct Z_Construct_UClass_UDEPRECATED_RigVMSelectNode_Statics;
|
||
|
|
RIGVMDEVELOPER_API UClass* Z_Construct_UClass_UDEPRECATED_RigVMSelectNode_NoRegister();
|
||
|
|
|
||
|
|
#define FID_Engine_Plugins_Runtime_RigVM_Source_RigVMDeveloper_Public_RigVMModel_Nodes_RigVMSelectNode_h_26_INCLASS_NO_PURE_DECLS \
|
||
|
|
private: \
|
||
|
|
static void StaticRegisterNativesUDEPRECATED_RigVMSelectNode(); \
|
||
|
|
friend struct ::Z_Construct_UClass_UDEPRECATED_RigVMSelectNode_Statics; \
|
||
|
|
static UClass* GetPrivateStaticClass(); \
|
||
|
|
friend RIGVMDEVELOPER_API UClass* ::Z_Construct_UClass_UDEPRECATED_RigVMSelectNode_NoRegister(); \
|
||
|
|
public: \
|
||
|
|
DECLARE_CLASS2(UDEPRECATED_RigVMSelectNode, URigVMTemplateNode, COMPILED_IN_FLAGS(0 | CLASS_Deprecated), CASTCLASS_None, TEXT("/Script/RigVMDeveloper"), Z_Construct_UClass_UDEPRECATED_RigVMSelectNode_NoRegister) \
|
||
|
|
DECLARE_SERIALIZER(UDEPRECATED_RigVMSelectNode)
|
||
|
|
|
||
|
|
|
||
|
|
#define FID_Engine_Plugins_Runtime_RigVM_Source_RigVMDeveloper_Public_RigVMModel_Nodes_RigVMSelectNode_h_26_ENHANCED_CONSTRUCTORS \
|
||
|
|
/** Standard constructor, called after all reflected properties have been initialized */ \
|
||
|
|
RIGVMDEVELOPER_API UDEPRECATED_RigVMSelectNode(); \
|
||
|
|
/** Deleted move- and copy-constructors, should never be used */ \
|
||
|
|
UDEPRECATED_RigVMSelectNode(UDEPRECATED_RigVMSelectNode&&) = delete; \
|
||
|
|
UDEPRECATED_RigVMSelectNode(const UDEPRECATED_RigVMSelectNode&) = delete; \
|
||
|
|
DECLARE_VTABLE_PTR_HELPER_CTOR(RIGVMDEVELOPER_API, UDEPRECATED_RigVMSelectNode); \
|
||
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UDEPRECATED_RigVMSelectNode); \
|
||
|
|
DEFINE_DEFAULT_CONSTRUCTOR_CALL(UDEPRECATED_RigVMSelectNode) \
|
||
|
|
RIGVMDEVELOPER_API virtual ~UDEPRECATED_RigVMSelectNode();
|
||
|
|
|
||
|
|
|
||
|
|
#define FID_Engine_Plugins_Runtime_RigVM_Source_RigVMDeveloper_Public_RigVMModel_Nodes_RigVMSelectNode_h_23_PROLOG
|
||
|
|
#define FID_Engine_Plugins_Runtime_RigVM_Source_RigVMDeveloper_Public_RigVMModel_Nodes_RigVMSelectNode_h_26_GENERATED_BODY \
|
||
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
|
||
|
|
public: \
|
||
|
|
FID_Engine_Plugins_Runtime_RigVM_Source_RigVMDeveloper_Public_RigVMModel_Nodes_RigVMSelectNode_h_26_INCLASS_NO_PURE_DECLS \
|
||
|
|
FID_Engine_Plugins_Runtime_RigVM_Source_RigVMDeveloper_Public_RigVMModel_Nodes_RigVMSelectNode_h_26_ENHANCED_CONSTRUCTORS \
|
||
|
|
private: \
|
||
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
||
|
|
|
||
|
|
|
||
|
|
class UDEPRECATED_RigVMSelectNode;
|
||
|
|
|
||
|
|
// ********** End Class UDEPRECATED_RigVMSelectNode ************************************************
|
||
|
|
|
||
|
|
#undef CURRENT_FILE_ID
|
||
|
|
#define CURRENT_FILE_ID FID_Engine_Plugins_Runtime_RigVM_Source_RigVMDeveloper_Public_RigVMModel_Nodes_RigVMSelectNode_h
|
||
|
|
|
||
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|