Navigation
API > API/Runtime > API/Runtime/RHI > API/Runtime/RHI/FRHIGPUFrameTimeHistory
| Name | EResult |
| Type | enum |
| Header File | /Engine/Source/Runtime/RHI/Public/GPUProfiler.h |
| Include Path | #include "GPUProfiler.h" |
Syntax
enum EResult
{
Ok,
Disjoint,
Empty,
}
Values
| Name | Remarks |
|---|---|
| Ok | The next frame timing has been retrieved. |
| Disjoint | The next frame timing has been retrieved, but the client has also missed some frames. |
| Empty | No new frame timing data available. |