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

Go to the source code of this file.

Macros

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

Functions

 DEFINE_LOG_CATEGORY_STATIC (LogPVROnlineSession, Log, All)
 
static bool GetConnectStringFromSessionInfo (TSharedPtr< FPVROSessionInfo > &SessionInfo, FString &ConnectInfo, int32 PortOverride=0)
 

Macro Definition Documentation

◆ Error

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

Definition at line 28 of file PVROnlineSession.cpp.

◆ Fatal

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

Definition at line 29 of file PVROnlineSession.cpp.

◆ Log

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

Definition at line 26 of file PVROnlineSession.cpp.

◆ MAX_PUBLIC_CONNECTIONS

#define MAX_PUBLIC_CONNECTIONS   2048

Definition at line 22 of file PVROnlineSession.cpp.

◆ Warn

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

Definition at line 27 of file PVROnlineSession.cpp.

Function Documentation

◆ DEFINE_LOG_CATEGORY_STATIC()

DEFINE_LOG_CATEGORY_STATIC ( LogPVROnlineSession ,
Log ,
All  )

◆ GetConnectStringFromSessionInfo()

static bool GetConnectStringFromSessionInfo ( TSharedPtr< FPVROSessionInfo > & SessionInfo,
FString & ConnectInfo,
int32 PortOverride = 0 )
static

Get a resolved connection string from a session info

Definition at line 924 of file PVROnlineSession.cpp.

Here is the caller graph for this function: