Navigation
API > API/Runtime > API/Runtime/RHI
Inheritance Hierarchy
- FRHICommandBase
- FRHICommand
- FRHICommandEndDrawingViewport
References
| Module | RHI |
| Header | /Engine/Source/Runtime/RHI/Public/RHICommandList.h |
| Include | #include "RHICommandList.h" |
Syntax
struct FRHICommandEndDrawingViewport : public FRHICommand< FRHICommandEndDrawingViewport, FRHICommandEndDrawingViewportString__LINE__ >
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bLockToVsync | ||
| bool | bPresent | ||
| FRHIViewport * | Viewport |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FRHICommandEndDrawingViewport
(
FRHIViewport* InViewport, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Execute
(
FRHICommandListBase& CmdList |