Documentation for the Unreal C++ Library
Loading...
Searching...
No Matches
PVROAsyncTaskManager.h File Reference
#include "CoreMinimal.h"
#include "OnlineAsyncTaskManager.h"
#include "PVROPackage.h"
Include dependency graph for PVROAsyncTaskManager.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  FPVROAsyncTask
 
class  FPVROAsyncTaskManager
 

Variables

const FString ReplyInvalidJSON = TEXT("InvalidJSON")
 
const FString ReplyInvalidModuleID = TEXT("InvalidModuleID")
 
const FString ReplyIOError = TEXT("IOError")
 
const FString ReplyOK = TEXT("OK")
 
const FString ReplyPending = TEXT("Pending")
 

Variable Documentation

◆ ReplyInvalidJSON

const FString ReplyInvalidJSON = TEXT("InvalidJSON")

Definition at line 10 of file PVROAsyncTaskManager.h.

◆ ReplyInvalidModuleID

const FString ReplyInvalidModuleID = TEXT("InvalidModuleID")

Definition at line 22 of file PVROAsyncTaskManager.h.

◆ ReplyIOError

const FString ReplyIOError = TEXT("IOError")

Definition at line 16 of file PVROAsyncTaskManager.h.

◆ ReplyOK

const FString ReplyOK = TEXT("OK")

Definition at line 13 of file PVROAsyncTaskManager.h.

◆ ReplyPending

const FString ReplyPending = TEXT("Pending")

Definition at line 19 of file PVROAsyncTaskManager.h.