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 FLocalTalker
Remarks
Definition of a local player's talking state
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bHasNetworkedVoice | Whether the talker should send network data | |
| bool | bIsRegistered | Whether this player was already registered with the voice interface or not | |
| bool | bIsTalking | Whether the local talker is speaking this frame | |
| bool | bWasTalking | Whether the local talker was speaking last frame | |
| float | LastNotificationTime | Used to trigger talking delegates only after a certain period of time has passed |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FLocalTalker () |
Constructors |