Navigation
| Name | VoiceChat |
| Type | Plugin |
| Part of Plugins | Voice Chat Interface |
| Location | /Engine/Plugins/Online/VoiceChat/VoiceChat/Source/ |
| Module Build Rules | VoiceChat.Build.cs |
Structs
| Name | Remarks |
|---|---|
| FVoiceChatCallStats | |
| FVoiceChatChannel3dProperties | |
| FVoiceChatDeviceInfo | |
| FVoiceChatResult |
Interfaces
| Name | Remarks |
|---|---|
| IVoiceChat | |
| IVoiceChatUser |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| FOnVoiceChatAfterCaptureAudioReadDelegate | TMulticastDelegate_ThreeParams< void, TArrayView< int16 >, int, int > | VoiceChat.h | |
| FOnVoiceChatAfterCaptureAudioReadDelegate2 | TMulticastDelegate_FourParams< void, const FString &, TArrayView< int16 >, int, int > | VoiceChat.h | |
| FOnVoiceChatAvailableAudioDevicesChangedDelegate | TMulticastDelegate_NoParams< void > | VoiceChat.h | |
| FOnVoiceChatBeforeCaptureAudioSentDelegate | TMulticastDelegate_FourParams< void, TArrayView< const int16 >, int, int, bool > | VoiceChat.h | |
| FOnVoiceChatBeforeCaptureAudioSentDelegate2 | TMulticastDelegate_FiveParams< void, const FString &, TArrayView< const int16 >, int, int, bool > | VoiceChat.h | |
| FOnVoiceChatBeforeRecvAudioRenderedDelegate | TMulticastDelegate_SixParams< void, TArrayView< int16 >, int, int, bool, const FString &, const FString & > | VoiceChat.h | |
| FOnVoiceChatCallStatsUpdatedDelegate | TMulticastDelegate_OneParam< void, const FVoiceChatCallStats & > | VoiceChat.h | |
| FOnVoiceChatCallStatsUpdatedDelegate2 | TMulticastDelegate_TwoParams< void, const FString &, const FVoiceChatCallStats & > | VoiceChat.h | |
| FOnVoiceChatChannelExitedDelegate | TMulticastDelegate_TwoParams< void, const FString &, const FVoiceChatResult & > | VoiceChat.h | |
| FOnVoiceChatChannelJoinCompleteDelegate | TBaseDelegate_TwoParams< void, const FString &, const FVoiceChatResult & > | VoiceChat.h | |
| FOnVoiceChatChannelJoinedDelegate | TMulticastDelegate_OneParam< void, const FString & > | VoiceChat.h | |
| FOnVoiceChatChannelLeaveCompleteDelegate | TBaseDelegate_TwoParams< void, const FString &, const FVoiceChatResult & > | VoiceChat.h | |
| FOnVoiceChatConnectCompleteDelegate | TBaseDelegate_OneParam< void, const FVoiceChatResult & > | VoiceChat.h | |
| FOnVoiceChatConnectedDelegate | TMulticastDelegate_NoParams< void > | VoiceChat.h | |
| FOnVoiceChatDisconnectCompleteDelegate | TBaseDelegate_OneParam< void, const FVoiceChatResult & > | VoiceChat.h | |
| FOnVoiceChatDisconnectedDelegate | TMulticastDelegate_OneParam< void, const FVoiceChatResult & > | VoiceChat.h | |
| FOnVoiceChatInitializeCompleteDelegate | TBaseDelegate_OneParam< void, const FVoiceChatResult & > | VoiceChat.h | |
| FOnVoiceChatLoggedInDelegate | TMulticastDelegate_OneParam< void, const FString & > | VoiceChat.h | |
| FOnVoiceChatLoggedOutDelegate | TMulticastDelegate_OneParam< void, const FString & > | VoiceChat.h | |
| FOnVoiceChatLoginCompleteDelegate | TBaseDelegate_TwoParams< void, const FString &, const FVoiceChatResult & > | VoiceChat.h | |
| FOnVoiceChatLogoutCompleteDelegate | TBaseDelegate_TwoParams< void, const FString &, const FVoiceChatResult & > | VoiceChat.h | |
| FOnVoiceChatPlayerAddedDelegate | TMulticastDelegate_TwoParams< void, const FString &, const FString & > | VoiceChat.h | |
| FOnVoiceChatPlayerMuteUpdatedDelegate | TMulticastDelegate_ThreeParams< void, const FString &, const FString &, bool > | VoiceChat.h | |
| FOnVoiceChatPlayerRemovedDelegate | TMulticastDelegate_TwoParams< void, const FString &, const FString & > | VoiceChat.h | |
| FOnVoiceChatPlayerTalkingUpdatedDelegate | TMulticastDelegate_ThreeParams< void, const FString &, const FString &, bool > | VoiceChat.h | |
| FOnVoiceChatPlayerVolumeUpdatedDelegate | TMulticastDelegate_ThreeParams< void, const FString &, const FString &, float > | VoiceChat.h | |
| FOnVoiceChatReconnectedDelegate | TMulticastDelegate_NoParams< void > | VoiceChat.h | |
| FOnVoiceChatRecordSamplesAvailableDelegate | TMulticastDelegate_ThreeParams< void, TArrayView< const int16 >, int, int > | VoiceChat.h | |
| FOnVoiceChatUninitializeCompleteDelegate | TBaseDelegate_OneParam< void, const FVoiceChatResult & > | VoiceChat.h |
Enums
Public
| Name | Remarks |
|---|---|
| EVoiceChatAttenuationModel | |
| EVoiceChatChannelType | |
| EVoiceChatResult | Copyright Epic Games, Inc. All Rights Reserved. |
| EVoiceChatTransmitMode |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const TCHAR * LexToString
(
const EVoiceChatChannelType Value |
VoiceChat.h | ||
const TCHAR * LexToString
(
const EVoiceChatAttenuationModel Value |
VoiceChat.h | ||
const TCHAR * LexToString
(
const EVoiceChatTransmitMode Value |
VoiceChat.h | ||
FString LexToString
(
const FVoiceChatDeviceInfo& DeviceInfo |
VoiceChat.h | ||
FString LexToString
(
const EVoiceChatResult Result |
VoiceChatResult.h | ||
FString LexToString
(
const FVoiceChatResult& Result |
VoiceChatResult.h | ||
FVoiceChatResult VoiceChat::Errors::AlreadyInProgress() |
VoiceChatErrors.h | ||
FVoiceChatResult VoiceChat::Errors::ChannelJoinInProgress() |
VoiceChatErrors.h | ||
FVoiceChatResult VoiceChat::Errors::ChannelLeaveInProgress() |
VoiceChatErrors.h | ||
FVoiceChatResult VoiceChat::Errors::ClientTimeout() |
VoiceChatErrors.h | ||
FVoiceChatResult VoiceChat::Errors::ConnectionFailure() |
VoiceChatErrors.h | ||
FVoiceChatResult VoiceChat::Errors::CredentialsExpired() |
VoiceChatErrors.h | ||
FVoiceChatResult VoiceChat::Errors::CredentialsInvalid
(
const FString& ErrorDesc |
VoiceChatErrors.h | ||
FVoiceChatResult VoiceChat::Errors::DisconnectInProgress() |
VoiceChatErrors.h | ||
FVoiceChatResult VoiceChat::Errors::DnsFailure() |
VoiceChatErrors.h | ||
FVoiceChatResult VoiceChat::Errors::InvalidArgument
(
const FString& ErrorDesc |
VoiceChatErrors.h | ||
FVoiceChatResult VoiceChat::Errors::InvalidState() |
VoiceChatErrors.h | ||
FVoiceChatResult VoiceChat::Errors::MissingConfig() |
VoiceChatErrors.h | ||
FVoiceChatResult VoiceChat::Errors::NotConnected() |
VoiceChatErrors.h | ||
FVoiceChatResult VoiceChat::Errors::NotEnabled() |
VoiceChatErrors.h | ||
FVoiceChatResult VoiceChat::Errors::NotInChannel() |
VoiceChatErrors.h | ||
FVoiceChatResult VoiceChat::Errors::NotInitialized() |
VoiceChatErrors.h | ||
FVoiceChatResult VoiceChat::Errors::NotLoggedIn() |
VoiceChatErrors.h | ||
FVoiceChatResult VoiceChat::Errors::NotPermitted() |
VoiceChatErrors.h | ||
FVoiceChatResult VoiceChat::Errors::OtherUserLoggedIn() |
VoiceChatErrors.h | ||
FVoiceChatResult VoiceChat::Errors::PlatformPartyChatActive() |
VoiceChatErrors.h | ||
FVoiceChatResult VoiceChat::Errors::ServerTimeout() |
VoiceChatErrors.h | ||
FVoiceChatResult VoiceChat::Errors::Throttled() |
VoiceChatErrors.h |