FMoviePipelineSurfaceReader::ResolveSampleToReadbackTexture_RenderThread

Issues a command to the GPU to copy the given SourceSurfaceSample to our local ReadbackTexture for this surface.

Windows
MacOS
Linux

References

Module

MovieRenderPipelineCore

Header

/Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Public/MoviePipelineSurfaceReader.h

Include

#include "MoviePipelineSurfaceReader.h"

Source

/Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Private/MoviePipelineSurfaceReader.cpp

Syntax

void ResolveSampleToReadbackTexture_RenderThread
(
    const FTexture2DRHIRef & SourceSurfaceSample
)

Remarks

Issues a command to the GPU to copy the given SourceSurfaceSample to our local ReadbackTexture for this surface.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss