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