Navigation
Unreal Engine C++ API Reference > Plugins > MovieRenderPipelineCore > IVideoCodecWriter
Syntax
FString StableFileName
Remarks
The filename without de-duplication numbers, used to match up multiple incoming frames back to the same writer. We use this when looking for existing writers so that we can avoid the de-duplication numbers perpetually increasing due to the file existing on disk after the first frame comes in, and then the next one de-duplicating to one more than that.