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