FRDGStatScopeGuard

RAII class for begin / end of a stat scope through the graph builder.

Windows
MacOS
Linux

References

Module

RenderCore

Header

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

Include

#include "RenderGraphEvent.h"

Syntax

class FRDGStatScopeGuard

Remarks

RAII class for begin / end of a stat scope through the graph builder.

Constructors

Name Description

Public function

FRDGStatScopeGuard

(
    const FRDGStatScopeGuard&
)

Public function

FRDGStatScopeGuard

(
    FRDGBuilder& InGraphBuilder,
    const FName& Name,
    const FName& StatName
)

Destructors

Name Description

Public function

~FRDGStatScopeGuard()

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