Navigation
API > API/Runtime > API/Runtime/RHI
| Name | FRHIPresentArgs |
| Type | struct |
| Header File | /Engine/Source/Runtime/RHI/Public/RHIResources.h |
| Include Path | #include "RHIResources.h" |
Syntax
struct FRHIPresentArgs
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FRHIPresentArgs
(
uint64 InFrameCounter, |
RHIResources.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bLockToVsync | uint8 | True if the Engine should sync the frame presentation to the display vsync | RHIResources.h | |
| bPresent | uint8 | True if the Engine should call Present the frame to the display | RHIResources.h | |
| FrameCounter | uint64 | Frame index that is going to Presented. | RHIResources.h |