SIOJRequestJSON.generated.h 7.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183
  1. // Copyright Epic Games, Inc. All Rights Reserved.
  2. /*===========================================================================
  3. Generated code exported from UnrealHeaderTool.
  4. DO NOT modify this manually! Edit the corresponding .h files instead!
  5. ===========================================================================*/
  6. #include "UObject/ObjectMacros.h"
  7. #include "UObject/ScriptMacros.h"
  8. PRAGMA_DISABLE_DEPRECATION_WARNINGS
  9. class USIOJRequestJSON;
  10. class USIOJsonObject;
  11. class UObject;
  12. struct FLatentActionInfo;
  13. enum class ESIORequestStatus : uint8;
  14. enum class ESIORequestContentType : uint8;
  15. enum class ESIORequestVerb : uint8;
  16. #ifdef SIOJSON_SIOJRequestJSON_generated_h
  17. #error "SIOJRequestJSON.generated.h already included, missing '#pragma once' in SIOJRequestJSON.h"
  18. #endif
  19. #define SIOJSON_SIOJRequestJSON_generated_h
  20. #define FID_HouseDesigner5Master_Plugins_DBJson_Source_SIOJson_Public_SIOJRequestJSON_h_76_DELEGATE \
  21. struct _Script_SIOJson_eventOnRequestComplete_Parms \
  22. { \
  23. USIOJRequestJSON* Request; \
  24. }; \
  25. static inline void FOnRequestComplete_DelegateWrapper(const FMulticastScriptDelegate& OnRequestComplete, USIOJRequestJSON* Request) \
  26. { \
  27. _Script_SIOJson_eventOnRequestComplete_Parms Parms; \
  28. Parms.Request=Request; \
  29. OnRequestComplete.ProcessMulticastDelegate<UObject>(&Parms); \
  30. }
  31. #define FID_HouseDesigner5Master_Plugins_DBJson_Source_SIOJson_Public_SIOJRequestJSON_h_77_DELEGATE \
  32. struct _Script_SIOJson_eventOnRequestFail_Parms \
  33. { \
  34. USIOJRequestJSON* Request; \
  35. }; \
  36. static inline void FOnRequestFail_DelegateWrapper(const FMulticastScriptDelegate& OnRequestFail, USIOJRequestJSON* Request) \
  37. { \
  38. _Script_SIOJson_eventOnRequestFail_Parms Parms; \
  39. Parms.Request=Request; \
  40. OnRequestFail.ProcessMulticastDelegate<UObject>(&Parms); \
  41. }
  42. #define FID_HouseDesigner5Master_Plugins_DBJson_Source_SIOJson_Public_SIOJRequestJSON_h_89_SPARSE_DATA
  43. #define FID_HouseDesigner5Master_Plugins_DBJson_Source_SIOJson_Public_SIOJRequestJSON_h_89_RPC_WRAPPERS \
  44. \
  45. DECLARE_FUNCTION(execHasTag); \
  46. DECLARE_FUNCTION(execRemoveTag); \
  47. DECLARE_FUNCTION(execAddTag); \
  48. DECLARE_FUNCTION(execApplyURL); \
  49. DECLARE_FUNCTION(execProcessURL); \
  50. DECLARE_FUNCTION(execGetAllResponseHeaders); \
  51. DECLARE_FUNCTION(execGetResponseHeader); \
  52. DECLARE_FUNCTION(execGetResponseCode); \
  53. DECLARE_FUNCTION(execGetStatus); \
  54. DECLARE_FUNCTION(execGetURL); \
  55. DECLARE_FUNCTION(execSetResponseObject); \
  56. DECLARE_FUNCTION(execGetResponseObject); \
  57. DECLARE_FUNCTION(execSetRequestObject); \
  58. DECLARE_FUNCTION(execGetRequestObject); \
  59. DECLARE_FUNCTION(execCancel); \
  60. DECLARE_FUNCTION(execResetResponseData); \
  61. DECLARE_FUNCTION(execResetRequestData); \
  62. DECLARE_FUNCTION(execResetData); \
  63. DECLARE_FUNCTION(execSetHeader); \
  64. DECLARE_FUNCTION(execSetBinaryRequestContent); \
  65. DECLARE_FUNCTION(execSetBinaryContentType); \
  66. DECLARE_FUNCTION(execSetContentType); \
  67. DECLARE_FUNCTION(execSetCustomVerb); \
  68. DECLARE_FUNCTION(execSetVerb); \
  69. DECLARE_FUNCTION(execConstructRequestExt); \
  70. DECLARE_FUNCTION(execConstructRequest);
  71. #define FID_HouseDesigner5Master_Plugins_DBJson_Source_SIOJson_Public_SIOJRequestJSON_h_89_RPC_WRAPPERS_NO_PURE_DECLS \
  72. \
  73. DECLARE_FUNCTION(execHasTag); \
  74. DECLARE_FUNCTION(execRemoveTag); \
  75. DECLARE_FUNCTION(execAddTag); \
  76. DECLARE_FUNCTION(execApplyURL); \
  77. DECLARE_FUNCTION(execProcessURL); \
  78. DECLARE_FUNCTION(execGetAllResponseHeaders); \
  79. DECLARE_FUNCTION(execGetResponseHeader); \
  80. DECLARE_FUNCTION(execGetResponseCode); \
  81. DECLARE_FUNCTION(execGetStatus); \
  82. DECLARE_FUNCTION(execGetURL); \
  83. DECLARE_FUNCTION(execSetResponseObject); \
  84. DECLARE_FUNCTION(execGetResponseObject); \
  85. DECLARE_FUNCTION(execSetRequestObject); \
  86. DECLARE_FUNCTION(execGetRequestObject); \
  87. DECLARE_FUNCTION(execCancel); \
  88. DECLARE_FUNCTION(execResetResponseData); \
  89. DECLARE_FUNCTION(execResetRequestData); \
  90. DECLARE_FUNCTION(execResetData); \
  91. DECLARE_FUNCTION(execSetHeader); \
  92. DECLARE_FUNCTION(execSetBinaryRequestContent); \
  93. DECLARE_FUNCTION(execSetBinaryContentType); \
  94. DECLARE_FUNCTION(execSetContentType); \
  95. DECLARE_FUNCTION(execSetCustomVerb); \
  96. DECLARE_FUNCTION(execSetVerb); \
  97. DECLARE_FUNCTION(execConstructRequestExt); \
  98. DECLARE_FUNCTION(execConstructRequest);
  99. #define FID_HouseDesigner5Master_Plugins_DBJson_Source_SIOJson_Public_SIOJRequestJSON_h_89_INCLASS_NO_PURE_DECLS \
  100. private: \
  101. static void StaticRegisterNativesUSIOJRequestJSON(); \
  102. friend struct Z_Construct_UClass_USIOJRequestJSON_Statics; \
  103. public: \
  104. DECLARE_CLASS(USIOJRequestJSON, UObject, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/SIOJson"), NO_API) \
  105. DECLARE_SERIALIZER(USIOJRequestJSON)
  106. #define FID_HouseDesigner5Master_Plugins_DBJson_Source_SIOJson_Public_SIOJRequestJSON_h_89_INCLASS \
  107. private: \
  108. static void StaticRegisterNativesUSIOJRequestJSON(); \
  109. friend struct Z_Construct_UClass_USIOJRequestJSON_Statics; \
  110. public: \
  111. DECLARE_CLASS(USIOJRequestJSON, UObject, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/SIOJson"), NO_API) \
  112. DECLARE_SERIALIZER(USIOJRequestJSON)
  113. #define FID_HouseDesigner5Master_Plugins_DBJson_Source_SIOJson_Public_SIOJRequestJSON_h_89_STANDARD_CONSTRUCTORS \
  114. /** Standard constructor, called after all reflected properties have been initialized */ \
  115. NO_API USIOJRequestJSON(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
  116. DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(USIOJRequestJSON) \
  117. DECLARE_VTABLE_PTR_HELPER_CTOR(NO_API, USIOJRequestJSON); \
  118. DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(USIOJRequestJSON); \
  119. private: \
  120. /** Private move- and copy-constructors, should never be used */ \
  121. NO_API USIOJRequestJSON(USIOJRequestJSON&&); \
  122. NO_API USIOJRequestJSON(const USIOJRequestJSON&); \
  123. public:
  124. #define FID_HouseDesigner5Master_Plugins_DBJson_Source_SIOJson_Public_SIOJRequestJSON_h_89_ENHANCED_CONSTRUCTORS \
  125. /** Standard constructor, called after all reflected properties have been initialized */ \
  126. NO_API USIOJRequestJSON(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()) : Super(ObjectInitializer) { }; \
  127. private: \
  128. /** Private move- and copy-constructors, should never be used */ \
  129. NO_API USIOJRequestJSON(USIOJRequestJSON&&); \
  130. NO_API USIOJRequestJSON(const USIOJRequestJSON&); \
  131. public: \
  132. DECLARE_VTABLE_PTR_HELPER_CTOR(NO_API, USIOJRequestJSON); \
  133. DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(USIOJRequestJSON); \
  134. DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(USIOJRequestJSON)
  135. #define FID_HouseDesigner5Master_Plugins_DBJson_Source_SIOJson_Public_SIOJRequestJSON_h_86_PROLOG
  136. #define FID_HouseDesigner5Master_Plugins_DBJson_Source_SIOJson_Public_SIOJRequestJSON_h_89_GENERATED_BODY_LEGACY \
  137. PRAGMA_DISABLE_DEPRECATION_WARNINGS \
  138. public: \
  139. FID_HouseDesigner5Master_Plugins_DBJson_Source_SIOJson_Public_SIOJRequestJSON_h_89_SPARSE_DATA \
  140. FID_HouseDesigner5Master_Plugins_DBJson_Source_SIOJson_Public_SIOJRequestJSON_h_89_RPC_WRAPPERS \
  141. FID_HouseDesigner5Master_Plugins_DBJson_Source_SIOJson_Public_SIOJRequestJSON_h_89_INCLASS \
  142. FID_HouseDesigner5Master_Plugins_DBJson_Source_SIOJson_Public_SIOJRequestJSON_h_89_STANDARD_CONSTRUCTORS \
  143. public: \
  144. PRAGMA_ENABLE_DEPRECATION_WARNINGS
  145. #define FID_HouseDesigner5Master_Plugins_DBJson_Source_SIOJson_Public_SIOJRequestJSON_h_89_GENERATED_BODY \
  146. PRAGMA_DISABLE_DEPRECATION_WARNINGS \
  147. public: \
  148. FID_HouseDesigner5Master_Plugins_DBJson_Source_SIOJson_Public_SIOJRequestJSON_h_89_SPARSE_DATA \
  149. FID_HouseDesigner5Master_Plugins_DBJson_Source_SIOJson_Public_SIOJRequestJSON_h_89_RPC_WRAPPERS_NO_PURE_DECLS \
  150. FID_HouseDesigner5Master_Plugins_DBJson_Source_SIOJson_Public_SIOJRequestJSON_h_89_INCLASS_NO_PURE_DECLS \
  151. FID_HouseDesigner5Master_Plugins_DBJson_Source_SIOJson_Public_SIOJRequestJSON_h_89_ENHANCED_CONSTRUCTORS \
  152. static_assert(false, "Unknown access specifier for GENERATED_BODY() macro in class SIOJRequestJSON."); \
  153. PRAGMA_ENABLE_DEPRECATION_WARNINGS
  154. template<> SIOJSON_API UClass* StaticClass<class USIOJRequestJSON>();
  155. #undef CURRENT_FILE_ID
  156. #define CURRENT_FILE_ID FID_HouseDesigner5Master_Plugins_DBJson_Source_SIOJson_Public_SIOJRequestJSON_h
  157. PRAGMA_ENABLE_DEPRECATION_WARNINGS