Navigation
API > API/Plugins > API/Plugins/OnlineSubsystem > API/Plugins/OnlineSubsystem/Interfaces > API/Plugins/OnlineSubsystem/Interfaces/IOnlineSession
References
| Module | OnlineSubsystem |
| Header | /Engine/Plugins/Online/OnlineSubsystem/Source/Public/Interfaces/OnlineSessionInterface.h |
| Include | #include "Interfaces/OnlineSessionInterface.h" |
bool RegisterPlayers
&40;
FName SessionName,
const TArray< FUniqueNetIdRef > & Players,
bool bWasInvited
&41;
Remarks
Registers a group of players with the online service as being part of the online session true if the call succeeds, false otherwise
Parameters
| Name | Description |
|---|---|
| SessionName | the name of the session the player is joining |
| Players | the list of players to register with the online service |
| bWasInvited | was this list of players invited |