Documentation for the Unreal C++ Library
Loading...
Searching...
No Matches
PVROMultiplayerIdentity.cpp File Reference
#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"
Include dependency graph for PVROMultiplayerIdentity.cpp:

Go to the source code of this file.

Macros

#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__)
 

Functions

 DEFINE_LOG_CATEGORY_STATIC (LogPVROMultiplayerIdentity, Log, All)
 
FString GenerateRandomUserId (int32 LocalUserNum)
 

Macro Definition Documentation

◆ Error

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

Definition at line 18 of file PVROMultiplayerIdentity.cpp.

◆ Fatal

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

Definition at line 19 of file PVROMultiplayerIdentity.cpp.

◆ Log

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

Definition at line 16 of file PVROMultiplayerIdentity.cpp.

◆ Warn

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

Definition at line 17 of file PVROMultiplayerIdentity.cpp.

Function Documentation

◆ DEFINE_LOG_CATEGORY_STATIC()

DEFINE_LOG_CATEGORY_STATIC ( LogPVROMultiplayerIdentity ,
Log ,
All  )

◆ GenerateRandomUserId()

FString GenerateRandomUserId ( int32 LocalUserNum)
inline

Definition at line 54 of file PVROMultiplayerIdentity.cpp.

Here is the caller graph for this function: