FVideoEncoderFactory::Register

Register an encoder so that it can be iterated and created

Windows
MacOS
Linux

References

Module

AVEncoder

Header

/Engine/Source/Runtime/AVEncoder/Public/VideoEncoderFactory.h

Include

#include "VideoEncoderFactory.h"

Source

/Engine/Source/Runtime/AVEncoder/Private/VideoEncoderFactory.cpp

Syntax

void Register
(
    const FVideoEncoderInfo & InInfo,
    const CreateEncoderCallback & InCreateEncoder
)

Remarks

Register an encoder so that it can be iterated and created

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss