IRenderCaptureProvider::CaptureFrame

Capture the next full frame of rendering information.

Windows
MacOS
Linux

References

Module

RenderCore

Header

/Engine/Source/Runtime/RenderCore/Public/IRenderCaptureProvider.h

Include

#include "IRenderCaptureProvider.h"

Syntax

void CaptureFrame
(
    FViewport * InViewport,
    uint32 InFlags,
    FString const & InDestFileName
)

Remarks

Capture the next full frame of rendering information. Currently any capture details (number of frames etc.) must be set up by CVars exposed in the underlying capture tool. Call from main thread only.

Parameters

Parameter

Description

Viewport

The specific viewport to capture. (Optional).

bLaunch

DestFileName

The destination file name for saving the capture. (Optional).

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