Navigation
API > API/Runtime > API/Runtime/RHI > API/Runtime/RHI/FEvent
Inserted when the GPU starts work on a queue.
| Name | FBeginWork |
| Type | struct |
| Header File | /Engine/Source/Runtime/RHI/Public/GPUProfiler.h |
| Include Path | #include "GPUProfiler.h" |
Syntax
struct FBeginWork
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FBeginWork
(
uint64 CPUTimestamp, |
GPUProfiler.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| CPUTimestamp | uint64 | CPU timestamp of when the work was submitted to the driver for execution on the GPU. | GPUProfiler.h | |
| GPUTimestampTOP | uint64 | TOP timestamp of when the work actually started on the GPU. | GPUProfiler.h |