Navigation
API > API/Plugins > API/Plugins/VoiceChat
| Name | FVoiceChatResult |
| Type | struct |
| Header File | /Engine/Plugins/Online/VoiceChat/VoiceChat/Source/Public/VoiceChatResult.h |
| Include Path | #include "VoiceChatResult.h" |
Syntax
struct FVoiceChatResult
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FVoiceChatResult
(
EVoiceChatResult ResultCode |
VoiceChatResult.h | ||
FVoiceChatResult
(
EVoiceChatResult ResultCode, |
VoiceChatResult.h | ||
FVoiceChatResult
(
EVoiceChatResult ResultCode, |
VoiceChatResult.h | ||
FVoiceChatResult
(
EVoiceChatResult ResultCode, |
VoiceChatResult.h | ||
FVoiceChatResult
(
EVoiceChatResult ResultCode, |
VoiceChatResult.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ErrorCode | FString | If we failed, the code for the error | VoiceChatResult.h | |
| ErrorDesc | FString | If we failed, more details about the error condition | VoiceChatResult.h | |
| ErrorNum | int | If we failed, a numeric error from the implementation | VoiceChatResult.h | |
| ResultCode | EVoiceChatResult | Success, or an error category | VoiceChatResult.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool IsSuccess() |
VoiceChatResult.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static FVoiceChatResult CreateError
(
const FString& ErrorNamespace, |
Create factory for proper namespacing | VoiceChatResult.h | |
static FVoiceChatResult CreateError
(
const FString& ErrorNamespace, |
Create factory for proper namespacing | VoiceChatResult.h | |
static FVoiceChatResult CreateSuccess() |
VoiceChatResult.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool operator!=
(
const FVoiceChatResult& Other |
VoiceChatResult.h | ||
bool operator==
(
const FVoiceChatResult& Other |
VoiceChatResult.h |