Navigation
API > API/Plugins > API/Plugins/AVCodecsCore > API/Plugins/AVCodecsCore/FAVResult
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FAVResult () |
AVResult.h | ||
| AVResult.h | |||
| AVResult.h |
FAVResult()
| Name | FAVResult |
| Type | function |
| Header File | /Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/AVResult.h |
| Include Path | #include "AVResult.h" |
FAVResult()
FAVResult(FAVResult const &)
| Name | FAVResult |
| Type | function |
| Header File | /Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/AVResult.h |
| Include Path | #include "AVResult.h" |
FAVResult
(
FAVResult const & From
)
FAVResult(EAVResult, FString const &, FString const &, int32)
| Name | FAVResult |
| Type | function |
| Header File | /Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/AVResult.h |
| Include Path | #include "AVResult.h" |
FAVResult
(
EAVResult Value,
FString const & Message,
FString const & Vendor,
int32 VendorValue
)
Parameters
| Name | Remarks |
|---|---|
| Value | Low level AV result code. |
| Message | Optional message to go along with the result code. |
| Vendor | Optional name of vendor where this error occured. |
| VendorValue | Optional result code passed to us by the vendor. |