Navigation
API > API/Plugins > API/Plugins/OnlineSubsystemUtils > API/Plugins/OnlineSubsystemUtils/FVoicePacketImpl
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Zeros members and validates the assumptions | VoicePacketImpl.h | ||
FVoicePacketImpl
(
const FVoicePacketImpl& Other |
Copies another packet | VoicePacketImpl.h |
FVoicePacketImpl()
Description
Zeros members and validates the assumptions
| Name | FVoicePacketImpl |
| Type | function |
| Header File | /Engine/Plugins/Online/OnlineSubsystemUtils/Source/OnlineSubsystemUtils/Public/VoicePacketImpl.h |
| Include Path | #include "VoicePacketImpl.h" |
FVoicePacketImpl()
FVoicePacketImpl(const FVoicePacketImpl &)
Description
Copies another packet
| Name | FVoicePacketImpl |
| Type | function |
| Header File | /Engine/Plugins/Online/OnlineSubsystemUtils/Source/OnlineSubsystemUtils/Public/VoicePacketImpl.h |
| Include Path | #include "VoicePacketImpl.h" |
| Source | /Engine/Plugins/Online/OnlineSubsystemUtils/Source/OnlineSubsystemUtils/Private/VoicePacketImpl.cpp |
FVoicePacketImpl
(
const FVoicePacketImpl & Other
)
Parameters
| Name | Remarks |
|---|---|
| Other | packet to copy |