IVoiceEngine::Init

Initialize the voice engine

Windows
MacOS
Linux

Override Hierarchy

IVoiceEngine::Init()

FVoiceEngineImpl::Init()

References

Module

OnlineSubsystem

Header

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

Include

#include "Interfaces/VoiceInterface.h"

Syntax

bool Init
(
    int32 MaxLocalTalkers,
    int32 MaxRemoteTalkers
)

Remarks

Initialize the voice engine

Parameters

Parameter

Description

MaxLocalTalkers

maximum number of local talkers to support

MaxRemoteTalkers

maximum number of remote talkers to support

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