Navigation
API > API/Plugins > API/Plugins/ElectraDecoders > API/Plugins/ElectraDecoders/IElectraDecoder
| Name | FError |
| Type | struct |
| Header File | /Engine/Plugins/Media/ElectraCodecs/Source/ElectraDecoders/Public/IElectraDecoder.h |
| Include Path | #include "IElectraDecoder.h" |
Syntax
struct FError
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Code | int32 | IElectraDecoder.h | ||
| Message | FString | IElectraDecoder.h | ||
| SdkCode | uint32 | IElectraDecoder.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
int32 GetCode() |
IElectraDecoder.h | ||
const FString & GetMessage() |
IElectraDecoder.h | ||
uint32 GetSdkCode() |
IElectraDecoder.h | ||
bool IsSet() |
IElectraDecoder.h | ||
FError & SetCode
(
int32 InCode |
IElectraDecoder.h | ||
FError & SetMessage
(
const FString& InMessage |
IElectraDecoder.h | ||
FError & SetSdkCode
(
uint32 InSdkCode |
IElectraDecoder.h |