#include "PVROMultiplayerIdentity.h"
#include "Misc/CommandLine.h"
#include "Misc/Guid.h"
#include "Misc/OutputDeviceRedirector.h"
#include "PVROSubsystem.h"
#include "IPAddress.h"
#include "SocketSubsystem.h"
#include "OnlineError.h"
#include "PVROPrivate.h"
Go to the source code of this file.
|
#define | Error(pmt, ...) UE_LOG(LogPVROMultiplayerIdentity, Error, TEXT(pmt), ##__VA_ARGS__) |
|
#define | Fatal(pmt, ...) UE_LOG(LogPVROMultiplayerIdentity, Fatal, TEXT(pmt), ##__VA_ARGS__) |
|
#define | Log(pmt, ...) UE_LOG(LogPVROMultiplayerIdentity, Log, TEXT(pmt), ##__VA_ARGS__) |
|
#define | Warn(pmt, ...) UE_LOG(LogPVROMultiplayerIdentity, Warning, TEXT(pmt), ##__VA_ARGS__) |
|
◆ Error
#define Error |
( |
| pmt, |
|
|
| ... ) UE_LOG(LogPVROMultiplayerIdentity, Error, TEXT(pmt), ##__VA_ARGS__) |
◆ Fatal
#define Fatal |
( |
| pmt, |
|
|
| ... ) UE_LOG(LogPVROMultiplayerIdentity, Fatal, TEXT(pmt), ##__VA_ARGS__) |
◆ Log
#define Log |
( |
| pmt, |
|
|
| ... ) UE_LOG(LogPVROMultiplayerIdentity, Log, TEXT(pmt), ##__VA_ARGS__) |
◆ Warn
#define Warn |
( |
| pmt, |
|
|
| ... ) UE_LOG(LogPVROMultiplayerIdentity, Warning, TEXT(pmt), ##__VA_ARGS__) |
◆ DEFINE_LOG_CATEGORY_STATIC()
DEFINE_LOG_CATEGORY_STATIC |
( |
LogPVROMultiplayerIdentity | , |
|
|
Log | , |
|
|
All | ) |
◆ GenerateRandomUserId()
FString GenerateRandomUserId |
( |
int32 | LocalUserNum | ) |
|
|
inline |