Documentation for the Unreal C++ Library
Loading...
Searching...
No Matches
PVROSubsystem.cpp File Reference
#include "PVROSubsystem.h"
#include "HAL/RunnableThread.h"
#include "PVROAsyncTaskManager.h"
#include "PVROnlineSession.h"
#include "PVROMultiplayerIdentity.h"
#include "VoiceInterfaceImpl.h"
#include "PVROMultiplayerModule.h"
#include "Misc/CommandLine.h"
Include dependency graph for PVROSubsystem.cpp:

Go to the source code of this file.

Macros

#define DESTRUCT_INTERFACE(Interface)
 
#define Error(pmt, ...)   UE_LOG(LogPVROSubSystem, Error, TEXT(pmt), ##__VA_ARGS__)
 
#define Fatal(pmt, ...)   UE_LOG(LogPVROSubSystem, Fatal, TEXT(pmt), ##__VA_ARGS__)
 
#define Log(pmt, ...)   UE_LOG(LogPVROSubSystem, Log, TEXT(pmt), ##__VA_ARGS__)
 
#define Verbose(pmt, ...)   UE_LOG(LogPVROSubSystem, Verbose, TEXT(pmt), ##__VA_ARGS__)
 
#define Warn(pmt, ...)   UE_LOG(LogPVROSubSystem, Warning, TEXT(pmt), ##__VA_ARGS__)
 

Functions

 DEFINE_LOG_CATEGORY_STATIC (LogPVROSubSystem, Log, All)
 

Macro Definition Documentation

◆ DESTRUCT_INTERFACE

#define DESTRUCT_INTERFACE ( Interface)
Value:
if (Interface.IsValid()) \
{ \
ensure(Interface.IsUnique()); \
Interface = nullptr; \
}

◆ Error

#define Error ( pmt,
... )   UE_LOG(LogPVROSubSystem, Error, TEXT(pmt), ##__VA_ARGS__)

Definition at line 17 of file PVROSubsystem.cpp.

◆ Fatal

#define Fatal ( pmt,
... )   UE_LOG(LogPVROSubSystem, Fatal, TEXT(pmt), ##__VA_ARGS__)

Definition at line 18 of file PVROSubsystem.cpp.

◆ Log

#define Log ( pmt,
... )   UE_LOG(LogPVROSubSystem, Log, TEXT(pmt), ##__VA_ARGS__)

Definition at line 15 of file PVROSubsystem.cpp.

◆ Verbose

#define Verbose ( pmt,
... )   UE_LOG(LogPVROSubSystem, Verbose, TEXT(pmt), ##__VA_ARGS__)

Definition at line 14 of file PVROSubsystem.cpp.

◆ Warn

#define Warn ( pmt,
... )   UE_LOG(LogPVROSubSystem, Warning, TEXT(pmt), ##__VA_ARGS__)

Definition at line 16 of file PVROSubsystem.cpp.

Function Documentation

◆ DEFINE_LOG_CATEGORY_STATIC()

DEFINE_LOG_CATEGORY_STATIC ( LogPVROSubSystem ,
Log ,
All  )