Navigation
API > API/Runtime > API/Runtime/RHI > API/Runtime/RHI/FRHIFrameInfo
| |
|
| Name |
FRHIFrameInfoMarker |
| Type |
struct |
| Header File |
/Engine/Source/Runtime/RHI/Public/RHIUtilities.h |
| Include Path |
#include "RHIUtilities.h" |
Syntax
struct FRHIFrameInfoMarker
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| InputCycle |
uint64 |
Wall clock cycles when Input was sample on the CPU. |
RHIUtilities.h |
|
| InputLatencyMS |
double |
Frame Input latency from InputCycle to Display composition in milliseconds. |
RHIUtilities.h |
|
| PresentCounter |
uint64 |
Present Counter that correlate the the Game Frame Index. |
RHIUtilities.h |
|
| VSyncCycle |
uint64 |
Wall clock cycles when the frame was flip to the Display composition. |
RHIUtilities.h |
|