Navigation
API > API/Runtime > API/Runtime/RenderCore
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
| Type | Name | Description | |
|---|---|---|---|
FRDGEventName
(
const FRDGEventName& Other |
|||
FRDGEventName
(
FRDGEventName&& Other |
|||
FRDGEventName
(
const TCHAR* EventFormat, |
Constructors require a string that matches the RDG builder lifetime, as copies are not made in all configurations. | ||
FRDGEventName
(
int32 NonVariadic, |
Lower overhead non-variadic version of constructor with arbitrary integer first argument to avoid overload resolution ambiguity. |
Functions
Operators
| Type | Name | Description | |
|---|---|---|---|
| FRDGEventName & | operator=
(
const FRDGEventName& Other |
||
| FRDGEventName & | operator=
(
FRDGEventName&& Other |