IFramePayload::OnFrameReady_RenderThread

Called when the buffer is now available in CPU ram Return true if you would like to execute the default behavior.

Windows
MacOS
Linux

References

Module

MovieSceneCapture

Header

/Engine/Source/Runtime/MovieSceneCapture/Public/FrameGrabber.h

Include

#include "FrameGrabber.h"

Syntax

virtual bool OnFrameReady_RenderThread
(
    FColor * ColorBuffer,
    FIntPoint BufferSize,
    FIntPoint TargetSize
) const

Remarks

Called when the buffer is now available in CPU ram Return true if you would like to execute the default behavior. (If you return false, GetCapturedFrames will be empty).

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