Documentation Error – Movie Render Queue
This error is in the docs for at least versions 5.2, 5.3, and 5.4; I haven’t gone back further than that in the docs.
The page “Using Command Line Rendering with MRQ” contains a text inset warning C++ developers to change their code, replacing MoviePipelineMasterConfig.h
with MovePipelinePrimaryConfig.h
[sic].
The word “Movie” is misspelled in the filename. The correct filename, which I’ve verified in 5.3.2 and 5.4.1 source trees, is MoviePipelinePrimaryConfig.h
which can be found in directory Source/MovieRenderPipelineCore/Public/
. This is likely to be the same in 5.2 and possibly earlier, but I don’t have those versions installed here.
Thanks for your ongoing work with the daunting challenge of maintaining this enormous volume of documentation.