FFrameGrabber::FFrameGrabber

Construct this frame grabber

Windows
MacOS
Linux

References

Module

MovieSceneCapture

Header

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

Include

#include "FrameGrabber.h"

Source

/Engine/Source/Runtime/MovieSceneCapture/Private/FrameGrabber.cpp

Syntax

FFrameGrabber
(
    TSharedRef< FSceneViewport > Viewport,
    FIntPoint DesiredBufferSize,
    EPixelFormat InPixelFormat,
    uint32 NumSurfaces
)

Remarks

Construct this frame grabber

Parameters

Parameter

Description

InViewport

The viewport we are to grab frames for

DesiredBufferSize

The desired size of captured frames

InPixelFormat

The desired pixel format to store captured frames as

InNumSurfaces

The number of destination surfaces contained in our buffer

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