#include "Engine/LatentActionManager.h"
#include "Http.h"
#include "HttpModule.h"
#include "Interfaces/IHttpRequest.h"
#include "LatentActions.h"
#include "VaRestTypes.h"
#include "VaRestRequestJSON.generated.h"
Go to the source code of this file.
◆ DECLARE_DYNAMIC_MULTICAST_DELEGATE_OneParam() [1/2]
DECLARE_DYNAMIC_MULTICAST_DELEGATE_OneParam |
( |
FOnRequestComplete | , |
|
|
class UVaRestRequestJSON * | , |
|
|
Request | ) |
Generate a delegates for callback events
◆ DECLARE_DYNAMIC_MULTICAST_DELEGATE_OneParam() [2/2]
DECLARE_DYNAMIC_MULTICAST_DELEGATE_OneParam |
( |
FOnRequestFail | , |
|
|
class UVaRestRequestJSON * | , |
|
|
Request | ) |
◆ DECLARE_MULTICAST_DELEGATE_OneParam() [1/2]
DECLARE_MULTICAST_DELEGATE_OneParam |
( |
FOnStaticRequestComplete | , |
|
|
class UVaRestRequestJSON * | ) |
◆ DECLARE_MULTICAST_DELEGATE_OneParam() [2/2]