Advertisement
Guest User

ConnectionToPy.generated.h.conflict

a guest
Nov 18th, 2016
41
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.87 KB | None | 0 0
  1. // Copyright 1998-2016 Epic Games, Inc. All Rights Reserved.
  2. /*===========================================================================
  3. C++ class header boilerplate exported from UnrealHeaderTool.
  4. This is automatically generated by the tools.
  5. DO NOT modify this manually! Edit the corresponding .h files instead!
  6. ===========================================================================*/
  7.  
  8. #include "ObjectBase.h"
  9.  
  10. PRAGMA_DISABLE_DEPRECATION_WARNINGS
  11. #ifdef RANDOVIRTUEL_ConnectionToPy_generated_h
  12. #error "ConnectionToPy.generated.h already included, missing '#pragma once' in ConnectionToPy.h"
  13. #endif
  14. #define RANDOVIRTUEL_ConnectionToPy_generated_h
  15.  
  16. #define RandoVirtuel_Source_RandoVirtuel_ConnectionToPy_h_11_RPC_WRAPPERS
  17. #define RandoVirtuel_Source_RandoVirtuel_ConnectionToPy_h_11_RPC_WRAPPERS_NO_PURE_DECLS
  18. #define RandoVirtuel_Source_RandoVirtuel_ConnectionToPy_h_11_INCLASS_NO_PURE_DECLS \
  19. private: \
  20. static void StaticRegisterNativesAConnectionToPy(); \
  21. friend RANDOVIRTUEL_API class UClass* Z_Construct_UClass_AConnectionToPy(); \
  22. public: \
  23. DECLARE_CLASS(AConnectionToPy, AActor, COMPILED_IN_FLAGS(0), 0, TEXT("/Script/RandoVirtuel"), NO_API) \
  24. DECLARE_SERIALIZER(AConnectionToPy) \
  25. /** Indicates whether the class is compiled into the engine */ \
  26. enum {IsIntrinsic=COMPILED_IN_INTRINSIC};
  27.  
  28.  
  29. #define RandoVirtuel_Source_RandoVirtuel_ConnectionToPy_h_11_INCLASS \
  30. private: \
  31. static void StaticRegisterNativesAConnectionToPy(); \
  32. friend RANDOVIRTUEL_API class UClass* Z_Construct_UClass_AConnectionToPy(); \
  33. public: \
  34. DECLARE_CLASS(AConnectionToPy, AActor, COMPILED_IN_FLAGS(0), 0, TEXT("/Script/RandoVirtuel"), NO_API) \
  35. DECLARE_SERIALIZER(AConnectionToPy) \
  36. /** Indicates whether the class is compiled into the engine */ \
  37. enum {IsIntrinsic=COMPILED_IN_INTRINSIC};
  38.  
  39.  
  40. #define RandoVirtuel_Source_RandoVirtuel_ConnectionToPy_h_11_STANDARD_CONSTRUCTORS \
  41. /** Standard constructor, called after all reflected properties have been initialized */ \
  42. NO_API AConnectionToPy(const FObjectInitializer& ObjectInitializer); \
  43. DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(AConnectionToPy) \
  44. DECLARE_VTABLE_PTR_HELPER_CTOR(NO_API, AConnectionToPy); \
  45. DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(AConnectionToPy); \
  46. private: \
  47. /** Private move- and copy-constructors, should never be used */ \
  48. NO_API AConnectionToPy(AConnectionToPy&&); \
  49. NO_API AConnectionToPy(const AConnectionToPy&); \
  50. public:
  51.  
  52.  
  53. #define RandoVirtuel_Source_RandoVirtuel_ConnectionToPy_h_11_ENHANCED_CONSTRUCTORS \
  54. private: \
  55. /** Private move- and copy-constructors, should never be used */ \
  56. NO_API AConnectionToPy(AConnectionToPy&&); \
  57. NO_API AConnectionToPy(const AConnectionToPy&); \
  58. public: \
  59. DECLARE_VTABLE_PTR_HELPER_CTOR(NO_API, AConnectionToPy); \
  60. DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(AConnectionToPy); \
  61. DEFINE_DEFAULT_CONSTRUCTOR_CALL(AConnectionToPy)
  62.  
  63.  
  64. #define RandoVirtuel_Source_RandoVirtuel_ConnectionToPy_h_8_PROLOG
  65. #define RandoVirtuel_Source_RandoVirtuel_ConnectionToPy_h_11_GENERATED_BODY_LEGACY \
  66. PRAGMA_DISABLE_DEPRECATION_WARNINGS \
  67. public: \
  68. RandoVirtuel_Source_RandoVirtuel_ConnectionToPy_h_11_RPC_WRAPPERS \
  69. RandoVirtuel_Source_RandoVirtuel_ConnectionToPy_h_11_INCLASS \
  70. RandoVirtuel_Source_RandoVirtuel_ConnectionToPy_h_11_STANDARD_CONSTRUCTORS \
  71. public: \
  72. PRAGMA_ENABLE_DEPRECATION_WARNINGS
  73.  
  74.  
  75. #define RandoVirtuel_Source_RandoVirtuel_ConnectionToPy_h_11_GENERATED_BODY \
  76. PRAGMA_DISABLE_DEPRECATION_WARNINGS \
  77. public: \
  78. RandoVirtuel_Source_RandoVirtuel_ConnectionToPy_h_11_RPC_WRAPPERS_NO_PURE_DECLS \
  79. RandoVirtuel_Source_RandoVirtuel_ConnectionToPy_h_11_INCLASS_NO_PURE_DECLS \
  80. RandoVirtuel_Source_RandoVirtuel_ConnectionToPy_h_11_ENHANCED_CONSTRUCTORS \
  81. private: \
  82. PRAGMA_ENABLE_DEPRECATION_WARNINGS
  83.  
  84.  
  85. #undef CURRENT_FILE_ID
  86. #define CURRENT_FILE_ID RandoVirtuel_Source_RandoVirtuel_ConnectionToPy_h
  87.  
  88.  
  89. PRAGMA_ENABLE_DEPRECATION_WARNINGS
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement