Navigation
API > API/Plugins > API/Plugins/OnlineSubsystemUtils
Holds the current voice packet data state
| Name | FVoiceDataImpl |
| Type | struct |
| Header File | /Engine/Plugins/Online/OnlineSubsystemUtils/Source/OnlineSubsystemUtils/Public/VoicePacketImpl.h |
| Include Path | #include "VoicePacketImpl.h" |
Syntax
struct FVoiceDataImpl
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FVoiceDataImpl() |
VoicePacketImpl.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
~FVoiceDataImpl() |
VoicePacketImpl.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| LocalPackets | FVoicePacketImpl | Data used by the local talkers before sent | VoicePacketImpl.h | |
| RemotePackets | FVoicePacketList | Holds the set of received packets that need to be processed | VoicePacketImpl.h |