Navigation
API > API/Plugins > API/Plugins/OnlineSubsystem > API/Plugins/OnlineSubsystem/Interfaces
References
| Module | OnlineSubsystem |
| Header | /Engine/Plugins/Online/OnlineSubsystem/Source/Public/Interfaces/IVoiceChatRoom.h |
| Include | #include "Interfaces/IVoiceChatRoom.h" |
Syntax
class FVoiceChatRoomInfo
Remarks
Basic information about a voice chat room in various possible states
Constructors
| Type | Name | Description | |
|---|---|---|---|
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | GetMembers
(
TArray< TSharedRef< FVoiceChatRoomMember > >& OutMembers |
||
| VoiceChatRoomId | GetRoomId () |
||
| EVoiceChatRoomState | GetState () |
||
| FString |