FScopedCapture

Helper for capturing within a scope.

Windows
MacOS
Linux

References

Module

RenderCore

Header

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

Include

#include "RenderCaptureInterface.h"

Syntax

class FScopedCapture

Remarks

Helper for capturing within a scope.

Constructors

Name Description

Public function

FScopedCapture

(
    bool bEnable,
    TCHAR const* Name
)

Use this constructor if not on rendering thread.

Public function

FScopedCapture

(
    bool bEnable,
    FRHICommandListImmediate* RHIC...,
    TCHAR const* Name
)

Use this constructor if on rendering thread.

Destructors

Name Description

Public function

~FScopedCapture()

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