// Copyright Epic Games, Inc. All Rights Reserved. /*=========================================================================== Generated code exported from UnrealHeaderTool. DO NOT modify this manually! Edit the corresponding .h files instead! ===========================================================================*/ #include "UObject/ObjectMacros.h" #include "UObject/ScriptMacros.h" PRAGMA_DISABLE_DEPRECATION_WARNINGS class USIOJRequestJSON; class USIOJsonObject; class UObject; struct FLatentActionInfo; enum class ESIORequestStatus : uint8; enum class ESIORequestContentType : uint8; enum class ESIORequestVerb : uint8; #ifdef SIOJSON_SIOJRequestJSON_generated_h #error "SIOJRequestJSON.generated.h already included, missing '#pragma once' in SIOJRequestJSON.h" #endif #define SIOJSON_SIOJRequestJSON_generated_h #define FID_HouseDesigner5Master_Plugins_DBJson_Source_SIOJson_Public_SIOJRequestJSON_h_76_DELEGATE \ struct _Script_SIOJson_eventOnRequestComplete_Parms \ { \ USIOJRequestJSON* Request; \ }; \ static inline void FOnRequestComplete_DelegateWrapper(const FMulticastScriptDelegate& OnRequestComplete, USIOJRequestJSON* Request) \ { \ _Script_SIOJson_eventOnRequestComplete_Parms Parms; \ Parms.Request=Request; \ OnRequestComplete.ProcessMulticastDelegate(&Parms); \ } #define FID_HouseDesigner5Master_Plugins_DBJson_Source_SIOJson_Public_SIOJRequestJSON_h_77_DELEGATE \ struct _Script_SIOJson_eventOnRequestFail_Parms \ { \ USIOJRequestJSON* Request; \ }; \ static inline void FOnRequestFail_DelegateWrapper(const FMulticastScriptDelegate& OnRequestFail, USIOJRequestJSON* Request) \ { \ _Script_SIOJson_eventOnRequestFail_Parms Parms; \ Parms.Request=Request; \ OnRequestFail.ProcessMulticastDelegate(&Parms); \ } #define FID_HouseDesigner5Master_Plugins_DBJson_Source_SIOJson_Public_SIOJRequestJSON_h_89_SPARSE_DATA #define FID_HouseDesigner5Master_Plugins_DBJson_Source_SIOJson_Public_SIOJRequestJSON_h_89_RPC_WRAPPERS \ \ DECLARE_FUNCTION(execHasTag); \ DECLARE_FUNCTION(execRemoveTag); \ DECLARE_FUNCTION(execAddTag); \ DECLARE_FUNCTION(execApplyURL); \ DECLARE_FUNCTION(execProcessURL); \ DECLARE_FUNCTION(execGetAllResponseHeaders); \ DECLARE_FUNCTION(execGetResponseHeader); \ DECLARE_FUNCTION(execGetResponseCode); \ DECLARE_FUNCTION(execGetStatus); \ DECLARE_FUNCTION(execGetURL); \ DECLARE_FUNCTION(execSetResponseObject); \ DECLARE_FUNCTION(execGetResponseObject); \ DECLARE_FUNCTION(execSetRequestObject); \ DECLARE_FUNCTION(execGetRequestObject); \ DECLARE_FUNCTION(execCancel); \ DECLARE_FUNCTION(execResetResponseData); \ DECLARE_FUNCTION(execResetRequestData); \ DECLARE_FUNCTION(execResetData); \ DECLARE_FUNCTION(execSetHeader); \ DECLARE_FUNCTION(execSetBinaryRequestContent); \ DECLARE_FUNCTION(execSetBinaryContentType); \ DECLARE_FUNCTION(execSetContentType); \ DECLARE_FUNCTION(execSetCustomVerb); \ DECLARE_FUNCTION(execSetVerb); \ DECLARE_FUNCTION(execConstructRequestExt); \ DECLARE_FUNCTION(execConstructRequest); #define FID_HouseDesigner5Master_Plugins_DBJson_Source_SIOJson_Public_SIOJRequestJSON_h_89_RPC_WRAPPERS_NO_PURE_DECLS \ \ DECLARE_FUNCTION(execHasTag); \ DECLARE_FUNCTION(execRemoveTag); \ DECLARE_FUNCTION(execAddTag); \ DECLARE_FUNCTION(execApplyURL); \ DECLARE_FUNCTION(execProcessURL); \ DECLARE_FUNCTION(execGetAllResponseHeaders); \ DECLARE_FUNCTION(execGetResponseHeader); \ DECLARE_FUNCTION(execGetResponseCode); \ DECLARE_FUNCTION(execGetStatus); \ DECLARE_FUNCTION(execGetURL); \ DECLARE_FUNCTION(execSetResponseObject); \ DECLARE_FUNCTION(execGetResponseObject); \ DECLARE_FUNCTION(execSetRequestObject); \ DECLARE_FUNCTION(execGetRequestObject); \ DECLARE_FUNCTION(execCancel); \ DECLARE_FUNCTION(execResetResponseData); \ DECLARE_FUNCTION(execResetRequestData); \ DECLARE_FUNCTION(execResetData); \ DECLARE_FUNCTION(execSetHeader); \ DECLARE_FUNCTION(execSetBinaryRequestContent); \ DECLARE_FUNCTION(execSetBinaryContentType); \ DECLARE_FUNCTION(execSetContentType); \ DECLARE_FUNCTION(execSetCustomVerb); \ DECLARE_FUNCTION(execSetVerb); \ DECLARE_FUNCTION(execConstructRequestExt); \ DECLARE_FUNCTION(execConstructRequest); #define FID_HouseDesigner5Master_Plugins_DBJson_Source_SIOJson_Public_SIOJRequestJSON_h_89_INCLASS_NO_PURE_DECLS \ private: \ static void StaticRegisterNativesUSIOJRequestJSON(); \ friend struct Z_Construct_UClass_USIOJRequestJSON_Statics; \ public: \ DECLARE_CLASS(USIOJRequestJSON, UObject, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/SIOJson"), NO_API) \ DECLARE_SERIALIZER(USIOJRequestJSON) #define FID_HouseDesigner5Master_Plugins_DBJson_Source_SIOJson_Public_SIOJRequestJSON_h_89_INCLASS \ private: \ static void StaticRegisterNativesUSIOJRequestJSON(); \ friend struct Z_Construct_UClass_USIOJRequestJSON_Statics; \ public: \ DECLARE_CLASS(USIOJRequestJSON, UObject, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/SIOJson"), NO_API) \ DECLARE_SERIALIZER(USIOJRequestJSON) #define FID_HouseDesigner5Master_Plugins_DBJson_Source_SIOJson_Public_SIOJRequestJSON_h_89_STANDARD_CONSTRUCTORS \ /** Standard constructor, called after all reflected properties have been initialized */ \ NO_API USIOJRequestJSON(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \ DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(USIOJRequestJSON) \ DECLARE_VTABLE_PTR_HELPER_CTOR(NO_API, USIOJRequestJSON); \ DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(USIOJRequestJSON); \ private: \ /** Private move- and copy-constructors, should never be used */ \ NO_API USIOJRequestJSON(USIOJRequestJSON&&); \ NO_API USIOJRequestJSON(const USIOJRequestJSON&); \ public: #define FID_HouseDesigner5Master_Plugins_DBJson_Source_SIOJson_Public_SIOJRequestJSON_h_89_ENHANCED_CONSTRUCTORS \ /** Standard constructor, called after all reflected properties have been initialized */ \ NO_API USIOJRequestJSON(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()) : Super(ObjectInitializer) { }; \ private: \ /** Private move- and copy-constructors, should never be used */ \ NO_API USIOJRequestJSON(USIOJRequestJSON&&); \ NO_API USIOJRequestJSON(const USIOJRequestJSON&); \ public: \ DECLARE_VTABLE_PTR_HELPER_CTOR(NO_API, USIOJRequestJSON); \ DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(USIOJRequestJSON); \ DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(USIOJRequestJSON) #define FID_HouseDesigner5Master_Plugins_DBJson_Source_SIOJson_Public_SIOJRequestJSON_h_86_PROLOG #define FID_HouseDesigner5Master_Plugins_DBJson_Source_SIOJson_Public_SIOJRequestJSON_h_89_GENERATED_BODY_LEGACY \ PRAGMA_DISABLE_DEPRECATION_WARNINGS \ public: \ FID_HouseDesigner5Master_Plugins_DBJson_Source_SIOJson_Public_SIOJRequestJSON_h_89_SPARSE_DATA \ FID_HouseDesigner5Master_Plugins_DBJson_Source_SIOJson_Public_SIOJRequestJSON_h_89_RPC_WRAPPERS \ FID_HouseDesigner5Master_Plugins_DBJson_Source_SIOJson_Public_SIOJRequestJSON_h_89_INCLASS \ FID_HouseDesigner5Master_Plugins_DBJson_Source_SIOJson_Public_SIOJRequestJSON_h_89_STANDARD_CONSTRUCTORS \ public: \ PRAGMA_ENABLE_DEPRECATION_WARNINGS #define FID_HouseDesigner5Master_Plugins_DBJson_Source_SIOJson_Public_SIOJRequestJSON_h_89_GENERATED_BODY \ PRAGMA_DISABLE_DEPRECATION_WARNINGS \ public: \ FID_HouseDesigner5Master_Plugins_DBJson_Source_SIOJson_Public_SIOJRequestJSON_h_89_SPARSE_DATA \ FID_HouseDesigner5Master_Plugins_DBJson_Source_SIOJson_Public_SIOJRequestJSON_h_89_RPC_WRAPPERS_NO_PURE_DECLS \ FID_HouseDesigner5Master_Plugins_DBJson_Source_SIOJson_Public_SIOJRequestJSON_h_89_INCLASS_NO_PURE_DECLS \ FID_HouseDesigner5Master_Plugins_DBJson_Source_SIOJson_Public_SIOJRequestJSON_h_89_ENHANCED_CONSTRUCTORS \ static_assert(false, "Unknown access specifier for GENERATED_BODY() macro in class SIOJRequestJSON."); \ PRAGMA_ENABLE_DEPRECATION_WARNINGS template<> SIOJSON_API UClass* StaticClass(); #undef CURRENT_FILE_ID #define CURRENT_FILE_ID FID_HouseDesigner5Master_Plugins_DBJson_Source_SIOJson_Public_SIOJRequestJSON_h PRAGMA_ENABLE_DEPRECATION_WARNINGS