Navigation
API > API/Plugins > API/Plugins/AVCodecsCore > API/Plugins/AVCodecsCore/FAVResult > API/Plugins/AVCodecsCore/FAVResult/Log
References
| Module | AVCodecsCore |
| Header | /Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/AVResult.h |
| Include | #include "AVResult.h" |
static void Log
(
EAVResult Value,
FString const & Message,
FString const & Vendor,
int32 VendorValue
)
Remarks
Statically log a result without constructing and returning it.
Parameters
| Name | Description |
|---|---|
| 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. |