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" |
| Source | /Engine/Plugins/Online/OnlineSubsystem/Source/Private/OnlineSessionInterface.cpp |
virtual FString GetVoiceChatRoomName
&40;
int32 LocalUserNum,
const FName & SessionName
&41;
Remarks
Returns the name for the Voice Chat room, if any were created by setting bUseLobbiesVoiceChatIfAvailable to true during session creation the name for the corresponding Voice Chat room, or an empty FString if there is none
Parameters
| Name | Description |
|---|---|
| LocalUserNum | the user asking for the room name |
| SessionName | the name of the related session |