Navigation
API > API/Plugins > API/Plugins/MovieRenderPipelineCore > API/Plugins/MovieRenderPipelineCore/FImageOverlappedAccumulator
Syntax
TArray64< float > UnpackedDataStorage4
Remarks
A temporary buffer that is only initialized to the size of a single sample used during RGBA unpacking. We persist it as a member level variable to avoid having to allocate/free it for every sample (which is about a 32mb allocation at 4k) as that is quite slow.