A Demo Project for the UnrealEngineSDK
|
#include <VaRestRequestJSON.h>
Public Member Functions | |
FVaRestLatentAction (FWeakObjectPtr RequestObj, T &ResultParam, const FLatentActionInfo &LatentInfo) | |
virtual void | Call (const T &Value) |
void | Cancel () |
virtual void | NotifyActionAborted () |
virtual void | NotifyObjectDestroyed () |
void | operator() (const T &Value) |
virtual void | UpdateOperation (FLatentResponse &Response) override |
Public Attributes | |
const FWeakObjectPtr | CallbackTarget |
const FName | ExecutionFunction |
const int32 | OutputLink |
T & | Result |
Private Attributes | |
bool | Called |
FWeakObjectPtr | Request |
Definition at line 23 of file VaRestRequestJSON.h.
|
inline |
Definition at line 39 of file VaRestRequestJSON.h.
|
inlinevirtual |
void FVaRestLatentAction< T >::Cancel | ( | ) |
|
inlinevirtual |
|
inlinevirtual |
|
inline |
|
inlineoverridevirtual |
Definition at line 49 of file VaRestRequestJSON.h.
const FWeakObjectPtr FVaRestLatentAction< T >::CallbackTarget |
Definition at line 71 of file VaRestRequestJSON.h.
|
private |
Definition at line 65 of file VaRestRequestJSON.h.
const FName FVaRestLatentAction< T >::ExecutionFunction |
Definition at line 69 of file VaRestRequestJSON.h.
const int32 FVaRestLatentAction< T >::OutputLink |
Definition at line 70 of file VaRestRequestJSON.h.
|
private |
Definition at line 66 of file VaRestRequestJSON.h.
T& FVaRestLatentAction< T >::Result |
Definition at line 72 of file VaRestRequestJSON.h.