EVoiceChatRoomState

Windows
MacOS
Linux

References

Module

OnlineSubsystem

Header

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

Include

#include "Interfaces/IVoiceChatRoom.h"

Syntax

enum EVoiceChatRoomState
{
    Invalid,
    Entering,
    Entered,
    Leaving,
}

Values

Name

Description

Invalid

Default, invalid room state

Entering

Entering chat room

Entered

Room successfully entered

Leaving

Exiting chat room, will be removed shortly

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