Navigation
API > API/Runtime > API/Runtime/MovieSceneCapture > API/Runtime/MovieSceneCapture/IFramePayload
Description
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).
| Name | OnFrameReady_RenderThread |
| Type | function |
| Header File | /Engine/Source/Runtime/MovieSceneCapture/Public/FrameGrabber.h |
| Include Path | #include "FrameGrabber.h" |
virtual bool OnFrameReady_RenderThread
(
FColor * ColorBuffer,
FIntPoint BufferSize,
FIntPoint TargetSize
) const