Navigation
API > API/Plugins > API/Plugins/OnlineSubsystem > API/Plugins/OnlineSubsystem/Interfaces > API/Plugins/OnlineSubsystem/Interfaces/IVoiceChatRoom
References
| Module | OnlineSubsystem |
| Header | /Engine/Plugins/Online/OnlineSubsystem/Source/Public/Interfaces/IVoiceChatRoom.h |
| Include | #include "Interfaces/IVoiceChatRoom.h" |
void ShowUI
(
bool bShow,
const FOnShowVoiceChatUI & OnShowChatUI
)
Remarks
Show or hide the UI related to the voice chat system
Parameters
| Name | Description |
|---|---|
| bShow | true to show, false to hide the UI |
| OnShowChatUI | delegate to fire when request is complete |