Navigation
API > API/Runtime > API/Runtime/RHI > API/Runtime/RHI/FEvent
When present in the stream, overrides the total GPU time stat with the value it contains. Used for platform RHIs which don't support accurate GPU timing.
| Name | FFrameTime |
| Type | struct |
| Header File | /Engine/Source/Runtime/RHI/Public/GPUProfiler.h |
| Include Path | #include "GPUProfiler.h" |
Syntax
struct FFrameTime
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FFrameTime
(
uint64 InTotalGPUTime |
GPUProfiler.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| TotalGPUTime | uint64 | Same frequency as FPlatformTime::Cycles64() | GPUProfiler.h |