Navigation
API > API/Plugins > API/Plugins/OnlineSubsystem
Definition of a remote player's talking state
| Name | FRemoteTalker |
| Type | struct |
| Header File | /Engine/Plugins/Online/OnlineSubsystem/Source/Public/Interfaces/VoiceInterface.h |
| Include Path | #include "Interfaces/VoiceInterface.h" |
Syntax
struct FRemoteTalker
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FRemoteTalker() |
Constructors | Interfaces/VoiceInterface.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bIsTalking | bool | Whether the remote talker is speaking this frame | Interfaces/VoiceInterface.h | |
| bWasTalking | bool | Whether the remote talker was speaking last frame | Interfaces/VoiceInterface.h | |
| LastNotificationTime | float | Used to trigger talking delegates only after a certain period of time has passed | Interfaces/VoiceInterface.h | |
| TalkerId | FUniqueNetIdPtr | The unique id for this talker | Interfaces/VoiceInterface.h |