Navigation
API > API/Plugins > API/Plugins/AVCodecsCore > API/Plugins/AVCodecsCore/TAVCoder_TDomain_void_void
The individual factory type constructed by a call to Register.
| |
|
| Name |
TFactory |
| Type |
struct |
| Header File |
/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/AVCoder.h |
| Include Path |
#include "AVCoder.h" |
Syntax
template<typename TResource, typename TConfig>
struct TFactory
Constructors
| Name |
Remarks |
Include Path |
Unreal Specifiers |
TFactory
(
FIsCompatible const& IsCompatible,
FCreate const& Create
)
|
|
AVCoder.h |
|
Typedefs
| Name |
Type |
Remarks |
Include Path |
| FCreate |
TFunction< TSharedPtr< TDomain< TResource, TConfig > >()> |
|
AVCoder.h |
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| Create |
FCreate const |
|
AVCoder.h |
|
| IsCompatible |
FIsCompatible const |
|
AVCoder.h |
|
Functions
Public