IVoiceChatRoom::ShowUI

Show or hide the UI related to the voice chat system

Windows
MacOS
Linux

References

Module

OnlineSubsystem

Header

/Engine/Plugins/Online/OnlineSubsystem/Source/Public/Interfaces/IVoiceChatRoom.h

Include

#include "Interfaces/IVoiceChatRoom.h"

Syntax

void ShowUI
(
    bool bShow,
    const FOnShowVoiceChatUI & OnShowChatUI
)

Remarks

Show or hide the UI related to the voice chat system

Parameters

Parameter

Description

bShow

true to show, false to hide the UI

OnShowChatUI

delegate to fire when request is complete

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss