FLocalTalker

Definition of a local player's talking state

Windows
MacOS
Linux

References

Module

OnlineSubsystem

Header

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

Include

#include "Interfaces/VoiceInterface.h"

Syntax

struct FLocalTalker

Remarks

Definition of a local player's talking state

Variables

Name Description

Public variable

bool

 

bHasNetworkedVoice

Whether the talker should send network data

Public variable

bool

 

bIsRegistered

Whether this player was already registered with the voice interface or not

Public variable

bool

 

bIsTalking

Whether the local talker is speaking this frame

Public variable

bool

 

bWasTalking

Whether the local talker was speaking last frame

Public variable

float

 

LastNotificationTime

Used to trigger talking delegates only after a certain period of time has passed

Constructors

Name Description

Public function

FLocalTalker()

Constructors

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