Navigation
Unreal Engine C++ API Reference > Plugins > MovieRenderPipelineCore
References
Module | MovieRenderPipelineCore |
Header | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Public/MoviePipelineVideoOutputBase.h |
Include | #include "MoviePipelineVideoOutputBase.h" |
Syntax
struct IVideoCodecWriter
Variables
Type | Name | Description | |
---|---|---|---|
bool | bConvertToSrgb | ||
FString | FileName | The filename to actually write to disk with. This may include "de-duplication" numbers (MyFile (1).ext etc.) | |
FMoviePipelineFormatArgs | FormatArgs | ||
FString | StableFileName | The filename without de-duplication numbers, used to match up multiple incoming frames back to the same writer. |