Navigation
Unreal Engine C++ API Reference > Runtime > Engine > Engine > UVoiceChannel
References
Module | Engine |
Header | /Engine/Source/Runtime/Engine/Classes/Engine/VoiceChannel.h |
Include | #include "Engine/VoiceChannel.h" |
Source | /Engine/Source/Runtime/Engine/Private/VoiceChannel.cpp |
virtual void AddVoicePacket
(
TSharedPtr < class FVoicePacket > VoicePacket
)
Remarks
Adds the voice packet to the list to send for this channel
Parameters
Name | Description |
---|---|
VoicePacket | the voice packet to send |