PICO Unreal Platform SDK
FPicoNamedOnlineSession Struct Reference

Holds the per session information for named sessions. Similar to FNamedOnlineSession. More...

#include <OnlineSubsystemPicoNames.h>

Public Attributes

FString SessionName
 
int32 HostingPlayerNum
 
bool bHosting
 
FString LocalOwnerId
 
TArray< FString > RegisteredPlayers
 
EOnlineSessionStatePicoType SessionState
 
FString OwningUserId
 
FString OwningUserName
 
FPicoOnlineSessionSettings SessionSettings
 
FString SessionInfoRoomID
 
int32 NumOpenPrivateConnections
 
int32 NumOpenPublicConnections
 

Detailed Description

Holds the per session information for named sessions. Similar to FNamedOnlineSession.

Member Data Documentation

◆ bHosting

bool bHosting

Not used

◆ HostingPlayerNum

int32 HostingPlayerNum

The number when you use PicoSubsystem.GetIdentityInterface() -> GetUniquePlayerId

◆ LocalOwnerId

FString LocalOwnerId

NetId of the local player that created this named session.

◆ NumOpenPrivateConnections

int32 NumOpenPrivateConnections

Zero, you don't need to use this field

◆ NumOpenPublicConnections

int32 NumOpenPublicConnections

The number of people who can still enter the room

◆ OwningUserId

FString OwningUserId

The ID of the session owner

◆ OwningUserName

FString OwningUserName

The name of the session owner

◆ RegisteredPlayers

TArray< FString > RegisteredPlayers

The players in the room

◆ SessionInfoRoomID

FString SessionInfoRoomID

The ID of the room of this session

◆ SessionName

FString SessionName

The name of the session

◆ SessionSettings

FPicoOnlineSessionSettings SessionSettings

The settings associated with this session

◆ SessionState

State of the session