#include "PVROnlineSession.h"
#include "Misc/Guid.h"
#include "OnlineSubsystem.h"
#include "PVROSubsystem.h"
#include "PVROMultiplayerSessionInfo.h"
#include "OnlineSubsystemUtils.h"
#include "OnlineAsyncTaskManager.h"
#include "SocketSubsystem.h"
#include "Interfaces/IPv4/IPv4Address.h"
#include "JsonObjectConverter.h"
#include "MultiplayerTypes.h"
Go to the source code of this file.
|
#define | Error(pmt, ...) UE_LOG(LogPVROnlineSession, Error, TEXT(pmt), ##__VA_ARGS__) |
|
#define | Fatal(pmt, ...) UE_LOG(LogPVROnlineSession, Fatal, TEXT(pmt), ##__VA_ARGS__) |
|
#define | Log(pmt, ...) UE_LOG(LogPVROnlineSession, Log, TEXT(pmt), ##__VA_ARGS__) |
|
#define | MAX_PUBLIC_CONNECTIONS 2048 |
|
#define | Warn(pmt, ...) UE_LOG(LogPVROnlineSession, Warning, TEXT(pmt), ##__VA_ARGS__) |
|
◆ Error
#define Error |
( |
| pmt, |
|
|
| ... ) UE_LOG(LogPVROnlineSession, Error, TEXT(pmt), ##__VA_ARGS__) |
◆ Fatal
#define Fatal |
( |
| pmt, |
|
|
| ... ) UE_LOG(LogPVROnlineSession, Fatal, TEXT(pmt), ##__VA_ARGS__) |
◆ Log
#define Log |
( |
| pmt, |
|
|
| ... ) UE_LOG(LogPVROnlineSession, Log, TEXT(pmt), ##__VA_ARGS__) |
◆ MAX_PUBLIC_CONNECTIONS
#define MAX_PUBLIC_CONNECTIONS 2048 |
◆ Warn
#define Warn |
( |
| pmt, |
|
|
| ... ) UE_LOG(LogPVROnlineSession, Warning, TEXT(pmt), ##__VA_ARGS__) |
◆ DEFINE_LOG_CATEGORY_STATIC()
DEFINE_LOG_CATEGORY_STATIC |
( |
LogPVROnlineSession | , |
|
|
Log | , |
|
|
All | ) |
◆ GetConnectStringFromSessionInfo()
static bool GetConnectStringFromSessionInfo |
( |
TSharedPtr< FPVROSessionInfo > & | SessionInfo, |
|
|
FString & | ConnectInfo, |
|
|
int32 | PortOverride = 0 ) |
|
static |