Navigation
API > API/Plugins > API/Plugins/VoiceChat
| Name | FVoiceChatDeviceInfo |
| Type | struct |
| Header File | /Engine/Plugins/Online/VoiceChat/VoiceChat/Source/Public/VoiceChat.h |
| Include Path | #include "VoiceChat.h" |
Syntax
struct FVoiceChatDeviceInfo
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| DisplayName | FString | The display name for the device | VoiceChat.h | |
| Id | FString | The unique id for the device | VoiceChat.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FString ToDebugString() |
VoiceChat.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool operator!=
(
const FVoiceChatDeviceInfo& Other |
VoiceChat.h | ||
bool operator==
(
const FVoiceChatDeviceInfo& Other |
VoiceChat.h |