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
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
(
const TCHAR* EventFormat, |
Constructors require a string that matches the RDG builder lifetime, as copies are not made in all configurations. | ||
FRDGEventName
(
int32 NonVariadic, |
Functions
Operators
| Type | Name | Description | |
|---|---|---|---|
| FRDGEventName & | operator=
(
const FRDGEventName& Other |