IRenderCaptureProvider::EndCapture

Stop capturing rendering information and save the captured data. 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 EndCapture
(
    FRHICommandListImmediate * InRHICommandList
)

Remarks

Stop capturing rendering information and save the captured data. Call from render thread only.

Parameters

Parameter

Description

RHICommandList

The command list to capture on.

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