EOSVOICECHAT
EOSVOICECHAT
#Overview
name: EOSVOICECHAT
This variable is created as a Console Variable (cvar).
- type:
Exec
- help:
Sorry: Exec commands have no help
It is referenced in 2
C++ source files.
#Summary
#References in C++ code
#Callsites
This variable is referenced in the following C++ source code:
#Loc: <Workspace>/Engine/Plugins/Online/VoiceChat/EOSVoiceChat/Source/EOSVoiceChat/Private/EOSVoiceChat.cpp:877
Scope: file
Source code excerpt:
#endif
if (FParse::Command(&Cmd, TEXT("EOSVOICECHAT")))
{
const TCHAR* SubCmd = Cmd;
if (FParse::Command(&Cmd, TEXT("LIST")))
{
EOS_EXEC_LOG(TEXT("InstanceId=%d Users=%d"), InstanceId, VoiceChatUsers.Num());
if (VoiceChatUsers.Num() > 0)
#Loc: <Workspace>/Engine/Plugins/Online/VoiceChat/EOSVoiceChat/Source/EOSVoiceChat/Private/EOSVoiceChatFactory.cpp:65
Scope (from outer to inner):
file
function bool FEOSVoiceChatFactory::Exec
Source code excerpt:
const TCHAR* CmdCopy = Cmd;
if (FParse::Command(&CmdCopy, TEXT("EOSVOICECHAT")))
{
if (FParse::Command(&CmdCopy, TEXT("LIST")))
{
bListRequested = true;
}
}