Navigation
API > API/Runtime > API/Runtime/RenderCore > API/Runtime/RenderCore/ProfilingDebugging
Inheritance Hierarchy
- FDrawEvent
- FMeshDrawCommand::FMeshDrawEvent
- TDrawEvent
References
| Module | RenderCore |
| Header | /Engine/Source/Runtime/RenderCore/Public/ProfilingDebugging/RealtimeGPUProfiler.h |
| Include | #include "ProfilingDebugging/RealtimeGPUProfiler.h" |
Syntax
struct FDrawEvent
Remarks
Class that logs draw events based upon class scope. Draw events can be seen in PIX
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bStarted | Indicates whether the event has actually been fired or not. | |
| FRHIComputeCommandList * | RHICmdList | Cmdlist to push onto. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FDrawEvent () |
Default constructor, initializing all member variables. |
Destructors
| Type | Name | Description | |
|---|---|---|---|
~FDrawEvent () |
Terminate the event based upon scope |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Start
(
FRHIComputeCommandList* RHICmdList, |
Functions for logging a PIX event with var args. | |
| void | Stop () |