A Demo Project for the UnrealEngineSDK
Loading...
Searching...
No Matches
VaRestRequestJSON.h File Reference
#include "Engine/LatentActionManager.h"
#include "Http.h"
#include "HttpModule.h"
#include "Interfaces/IHttpRequest.h"
#include "LatentActions.h"
#include "VaRestTypes.h"
#include "VaRestRequestJSON.generated.h"
Include dependency graph for VaRestRequestJSON.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  FVaRestLatentAction< T >
 
class  UVaRestRequestJSON
 UCLASS(BlueprintType, Blueprintable) More...
 

Functions

 DECLARE_DYNAMIC_MULTICAST_DELEGATE_OneParam (FOnRequestComplete, class UVaRestRequestJSON *, Request)
 
 DECLARE_DYNAMIC_MULTICAST_DELEGATE_OneParam (FOnRequestFail, class UVaRestRequestJSON *, Request)
 
 DECLARE_MULTICAST_DELEGATE_OneParam (FOnStaticRequestComplete, class UVaRestRequestJSON *)
 
 DECLARE_MULTICAST_DELEGATE_OneParam (FOnStaticRequestFail, class UVaRestRequestJSON *)
 

Function Documentation

◆ 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]

DECLARE_MULTICAST_DELEGATE_OneParam ( FOnStaticRequestFail ,
class UVaRestRequestJSON *  )