Navigation
API > API/Runtime > API/Runtime/RenderCore
References
| Module | RenderCore |
| Header | /Engine/Source/Runtime/RenderCore/Public/RenderGraphEvent.h |
| Include | #include "RenderGraphEvent.h" |
Syntax
class FRDGGPUStatScope
Remarks
GPU Stats - Aggregated counters emitted to the runtime 'stat GPU' profiler.
Variables
| Type | Name | Description | |
|---|---|---|---|
| FDrawCallCategoryName & | Category | ||
| FString | Description | ||
| const FName | Name | ||
| const FRDGGPUStatScope *const | ParentScope | ||
| const FName | StatName |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FRDGGPUStatScope
(
const FRDGGPUStatScope* InParentScope, |