Documentation for the Unreal C++ Library
|
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") |
const FString ReplyInvalidJSON = TEXT("InvalidJSON") |
Definition at line 10 of file PVROAsyncTaskManager.h.
const FString ReplyInvalidModuleID = TEXT("InvalidModuleID") |
Definition at line 22 of file PVROAsyncTaskManager.h.
const FString ReplyIOError = TEXT("IOError") |
Definition at line 16 of file PVROAsyncTaskManager.h.
const FString ReplyOK = TEXT("OK") |
Definition at line 13 of file PVROAsyncTaskManager.h.
const FString ReplyPending = TEXT("Pending") |
Definition at line 19 of file PVROAsyncTaskManager.h.