Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FVoicePacket
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FVoicePacket () |
Zeros members and validates the assumptions | Net/VoiceDataCommon.h | |
FVoicePacket
(
const FVoicePacket& Other |
Copies another packet and inits the ref count | Net/VoiceDataCommon.h |
FVoicePacket()
Description
Zeros members and validates the assumptions
| Name | FVoicePacket |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/Net/VoiceDataCommon.h |
| Include Path | #include "Net/VoiceDataCommon.h" |
FVoicePacket()
FVoicePacket(const FVoicePacket &)
Description
Copies another packet and inits the ref count
| Name | FVoicePacket |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/Net/VoiceDataCommon.h |
| Include Path | #include "Net/VoiceDataCommon.h" |
FVoicePacket
(
const FVoicePacket & Other
)
Parameters
| Name | Remarks |
|---|---|
| Other | packet to copy |
| InRefCount | the starting ref count to use |