FRDGBuilder::BeginEventScope

Begins / ends a named event scope.

Windows
MacOS
Linux

References

Module

RenderCore

Header

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

Include

#include "RenderGraphBuilder.h"

Source

/Engine/Source/Runtime/RenderCore/Private/RenderGraphBuilder.cpp

Syntax

void BeginEventScope
(
    FRDGEventName && ScopeName
)

Remarks

Begins / ends a named event scope. These scopes are visible in most external GPU profilers. Prefer to use RDG_EVENT_SCOPE instead of calling this manually.

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