#include "PVROMultiplayerModule.h"
#include "CoreMinimal.h"
#include "Modules/ModuleManager.h"
#include "Developer/Settings/Public/ISettingsModule.h"
#include "OnlineSubsystemModule.h"
#include "OnlineSubsystemNames.h"
#include "OnlineSubsystem.h"
#include "PVROSubsystem.h"
Go to the source code of this file.
|
#define | Error(pmt, ...) UE_LOG(LogPixoVRMultiplayer, Error, TEXT(pmt), ##__VA_ARGS__) |
|
#define | Fatal(pmt, ...) UE_LOG(LogPixoVRMultiplayer, Fatal, TEXT(pmt), ##__VA_ARGS__) |
|
#define | LOCTEXT_NAMESPACE "PixoVRMultiplayer" |
|
#define | Log(pmt, ...) UE_LOG(LogPixoVRMultiplayer, Log, TEXT(pmt), ##__VA_ARGS__) |
|
#define | Warn(pmt, ...) UE_LOG(LogPixoVRMultiplayer, Warning, TEXT(pmt), ##__VA_ARGS__) |
|
◆ Error
#define Error |
( |
| pmt, |
|
|
| ... ) UE_LOG(LogPixoVRMultiplayer, Error, TEXT(pmt), ##__VA_ARGS__) |
◆ Fatal
#define Fatal |
( |
| pmt, |
|
|
| ... ) UE_LOG(LogPixoVRMultiplayer, Fatal, TEXT(pmt), ##__VA_ARGS__) |
◆ LOCTEXT_NAMESPACE
#define LOCTEXT_NAMESPACE "PixoVRMultiplayer" |
◆ Log
#define Log |
( |
| pmt, |
|
|
| ... ) UE_LOG(LogPixoVRMultiplayer, Log, TEXT(pmt), ##__VA_ARGS__) |
◆ Warn
#define Warn |
( |
| pmt, |
|
|
| ... ) UE_LOG(LogPixoVRMultiplayer, Warning, TEXT(pmt), ##__VA_ARGS__) |
◆ DEFINE_LOG_CATEGORY_STATIC()
DEFINE_LOG_CATEGORY_STATIC |
( |
LogPixoVRMultiplayer | , |
|
|
Log | , |
|
|
All | ) |
◆ IMPLEMENT_MODULE()