Documentation for the Unreal C++ Library
Loading...
Searching...
No Matches
PVROMultiplayerSessionInfo.h File Reference
#include "CoreMinimal.h"
#include "OnlineSubsystemTypes.h"
#include "IPAddress.h"
#include "PVROPackage.h"
Include dependency graph for PVROMultiplayerSessionInfo.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  FPVROSessionInfo
 

Macros

#define PVR_MP_SUBSYSTEM   FName(TEXT("PIXOVR"))
 
#define PVRO_FAIL   (uint32)-1
 
#define PVRO_IO_PENDING   997
 
#define PVRO_SUCCESS   0
 

Typedefs

typedef TSharedPtr< const FUniqueNetIdPixoVR > FUniqueNetIdPixoVRPtr
 
typedef TSharedPtr< const FUniqueNetId > FUniqueNetIdPtr
 

Functions

 TEMP_UNIQUENETIDSTRING_SUBCLASS (FUniqueNetIdPixoVR, FName(TEXT("PIXOVR")))
 

Macro Definition Documentation

◆ PVR_MP_SUBSYSTEM

#define PVR_MP_SUBSYSTEM   FName(TEXT("PIXOVR"))

Definition at line 13 of file PVROMultiplayerSessionInfo.h.

◆ PVRO_FAIL

#define PVRO_FAIL   (uint32)-1

Definition at line 29 of file PVROMultiplayerSessionInfo.h.

◆ PVRO_IO_PENDING

#define PVRO_IO_PENDING   997

Definition at line 33 of file PVROMultiplayerSessionInfo.h.

◆ PVRO_SUCCESS

#define PVRO_SUCCESS   0

Definition at line 25 of file PVROMultiplayerSessionInfo.h.

Typedef Documentation

◆ FUniqueNetIdPixoVRPtr

typedef TSharedPtr<const FUniqueNetIdPixoVR> FUniqueNetIdPixoVRPtr

Definition at line 21 of file PVROMultiplayerSessionInfo.h.

◆ FUniqueNetIdPtr

typedef TSharedPtr<const FUniqueNetId> FUniqueNetIdPtr

Definition at line 20 of file PVROMultiplayerSessionInfo.h.

Function Documentation

◆ TEMP_UNIQUENETIDSTRING_SUBCLASS()

TEMP_UNIQUENETIDSTRING_SUBCLASS ( FUniqueNetIdPixoVR ,
FName(TEXT("PIXOVR"))  )