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, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| const TCHAR * | GetTCHAR () |
Operators
| Type | Name | Description | |
|---|---|---|---|
| FRDGEventName & | operator=
(
const FRDGEventName& Other |
||
| FRDGEventName & | operator=
(
FRDGEventName&& Other |