Navigation
API > API/Plugins > API/Plugins/OnlineSubsystemUtils
Defines the data involved in a voice packet
| Name | FVoicePacketImpl |
| Type | class |
| Header File | /Engine/Plugins/Online/OnlineSubsystemUtils/Source/OnlineSubsystemUtils/Public/VoicePacketImpl.h |
| Include Path | #include "VoicePacketImpl.h" |
Syntax
class FVoicePacketImpl : public FVoicePacket
Inheritance Hierarchy
- FVoicePacket → FVoicePacketImpl
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Zeros members and validates the assumptions | VoicePacketImpl.h | ||
FVoicePacketImpl
(
const FVoicePacketImpl& Other |
Copies another packet | VoicePacketImpl.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~FVoicePacketImpl() |
Should only be used by TSharedPtr and FVoiceData | VoicePacketImpl.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void ResetData() |
VoicePacketImpl.h |
Overridden from FVoicePacket
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual uint16 GetBufferSize() |
VoicePacketImpl.h | ||
virtual uint64 GetSampleCounter() |
VoicePacketImpl.h | ||
virtual FUniqueNetIdPtr GetSender() |
VoicePacketImpl.h | ||
virtual uint16 GetTotalPacketSize() |
VoicePacketImpl.h | ||
virtual bool IsReliable() |
VoicePacketImpl.h | ||
virtual void Serialize
(
FArchive& Ar |
VoicePacketImpl.h |