FRDGEventName

GPU Events - Named hierarchical events emitted to external profiling tools.Stores a GPU event name for the render graph.

Windows
MacOS
Linux

References

Module

RenderCore

Header

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

Include

#include "RenderGraphEvent.h"

Syntax

class FRDGEventName

Remarks

GPU Events - Named hierarchical events emitted to external profiling tools.Stores a GPU event name for the render graph. Draw events can be compiled out entirely from a release build for performance.

Constructors

Name Description

Public function

FRDGEventName()

Public function

FRDGEventName

(
    const FRDGEventName& Other
)

Public function

FRDGEventName

(
    FRDGEventName&& Other
)

Public function

FRDGEventName

(
    const TCHAR* EventFormat,
    ...
)

Destructors

Name Description

Public function

~FRDGEventName()

Functions

Name Description

Public function Const

const TCHAR ...

 

GetTCHAR()

Operators

Name Description

Public function

FRDGEventNam...

 

operator=

(
    const FRDGEventName& Other
)

Public function

FRDGEventNam...

 

operator=

(
    FRDGEventName&& Other
)

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