FRDGStatScopeStack

Windows
MacOS
Linux

References

Module

RenderCore

Header

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

Include

#include "RenderGraphEvent.h"

Syntax

class FRDGStatScopeStack

Constructors

Name Description

Public function

FRDGStatScopeStack

(
    FRHICommandListImmediate& RHICmdLi...
)

Functions

Name Description

Public function

void

 

BeginExecute()

Called during graph execute phase.

Public function

void

 

BeginExecutePass

(
    const FRDGPass* Pass
)

Call prior to executing a pass in the graph.

Public function

void

 

BeginScope

(
    const FName& Name,
    const FName& StatName
)

Called during graph setup phase.

Public function

void

 

EndExecute()

Call after executing the graph.

Public function

void

 

EndScope()

Call to end recording a stat scope.

Public function Const

const FRDGSt...

 

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