Navigation
API > API/Plugins > API/Plugins/AVCodecsCore
Templated AV result type that allows returning a result code and an optional value. Functions identically to FAVResult.
| Name | TAVResult |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/AVResult.h |
| Include Path | #include "AVResult.h" |
Syntax
template<typename TReturnValue>
struct TAVResult : public FAVResult
Inheritance Hierarchy
- FAVResult → TAVResult
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TAVResult () |
AVResult.h | ||
TAVResult
(
TReturnValue const& ReturnValue |
AVResult.h | ||
| AVResult.h | |||
| AVResult.h | |||
| AVResult.h | |||
| AVResult.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ReturnValue | TReturnValue | Optional return value, is only valid when AV result code is in the range of Success. | AVResult.h |
Functions
Public
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
operator TReturnValue &() |
AVResult.h | ||
operator TReturnValue const &() |
AVResult.h |