FRDGEventScopeStack

Manages a stack of event scopes.

Windows
MacOS
Linux

References

Module

RenderCore

Header

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

Include

#include "RenderGraphEvent.h"

Syntax

class FRDGEventScopeStack

Remarks

Manages a stack of event scopes. Scopes are recorded ahead of time in a hierarchical fashion and later executed topologically during pass execution.

Constructors

Name Description

Public function

FRDGEventScopeStack

(
    FRHIComputeCommandList& RHICmdList
)

Functions

Name Description

Public function

void

 

BeginExecute()

Public function

void

 

BeginExecutePass

(
    const FRDGPass* Pass
)

Public function

void

 

BeginScope

(
    FRDGEventName&& EventName
)

Public function

void

 

EndExecute()

Public function

void

 

EndExecutePass()

Public function

void

 

EndScope()

Public function Const

const FRDGEv...

 

GetCurrentScope()

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