Navigation
API > API/Plugins > API/Plugins/AVCodecsCore > API/Plugins/AVCodecsCore/FAVResult
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Log () |
Logs this result to the internal AVCodecCore log category. | AVResult.h | |
| Statically log a result without constructing and returning it. | AVResult.h |
Log()
Description
Logs this result to the internal AVCodecCore log category.
| Name | Log |
| Type | function |
| Header File | /Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/AVResult.h |
| Include Path | #include "AVResult.h" |
| Source | /Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Private/AVResult.cpp |
void Log() const
Log(EAVResult, FString const &, FString const &, int32)
Description
Statically log a result without constructing and returning it.
| Name | Log |
| Type | function |
| Header File | /Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/AVResult.h |
| Include Path | #include "AVResult.h" |
static void Log
(
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. |