Navigation
API > API/Plugins > API/Plugins/MovieRenderPipelineCore
| Name | IVideoCodecWriter |
| Type | struct |
| Header File | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Public/MoviePipelineVideoOutputBase.h |
| Include Path | #include "MoviePipelineVideoOutputBase.h" |
Syntax
struct IVideoCodecWriter
Derived Classes
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
IVideoCodecWriter() |
MoviePipelineVideoOutputBase.h |
Structs
| Name | Remarks |
|---|---|
| FLightweightSourceData | This array contains the indexes of each shot that contributed to this writer. |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bConvertToSrgb | bool | MoviePipelineVideoOutputBase.h | ||
| FileName | FString | The filename to actually write to disk with. This may include "de-duplication" numbers (MyFile (1).ext etc.) | MoviePipelineVideoOutputBase.h | |
| FormatArgs | FMoviePipelineFormatArgs | MoviePipelineVideoOutputBase.h | ||
| LightweightSourceData | TMap< int32, FLightweightSourceData > | MoviePipelineVideoOutputBase.h | ||
| StableFileName | FString | The filename without de-duplication numbers, used to match up multiple incoming frames back to the same writer. | MoviePipelineVideoOutputBase.h |