IRenderCaptureProvider::BeginCapture

Start capturing rendering information. Call from render thread only.

Windows
MacOS
Linux

References

Module

RenderCore

Header

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

Include

#include "IRenderCaptureProvider.h"

Syntax

void BeginCapture
(
    FRHICommandListImmediate * InRHICommandList,
    uint32 InFlags,
    FString const & InDestFileName
)

Remarks

Start capturing rendering information. Call from render thread only.

Parameters

Parameter

Description

RHICommandList

The command list to capture on.

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