FRDGEventScopeGuard

RAII class for begin / end of an event 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 FRDGEventScopeGuard

Remarks

RAII class for begin / end of an event scope through the graph builder.

Constructors

Name Description

Public function

FRDGEventScopeGuard

(
    const FRDGEventScopeGuard&
)

Public function

FRDGEventScopeGuard

(
    FRDGBuilder& InGraphBuilder,
    FRDGEventName&& ScopeName,
    bool bCondition
)

Destructors

Name Description

Public function

~FRDGEventScopeGuard()

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