Navigation
API > API/Runtime > API/Runtime/RHI
Inheritance Hierarchy
- FRHIResource
- FRHIViewport
- FOpenGLViewport
References
| Module | RHI |
| Header | /Engine/Source/Runtime/RHI/Public/RHIResources.h |
| Include | #include "RHIResources.h" |
Syntax
class FRHIViewport : public FRHIResource
Constructors
| Type | Name | Description | |
|---|---|---|---|
FRHIViewport () |
Functions
| Type | Name | Description | |
|---|---|---|---|
| FRHICustomPresent * | Returns currently set custom present handler. | ||
| void * | Returns access to the platform-specific native resource pointer to a backbuffer rendertarget. | ||
| void * | Returns access to the platform-specific native resource pointer to a backbuffer texture. | ||
| void * | Returns access to the platform-specific native resource pointer. | ||
| void * | GetNativeWindow
(
void** AddParam |
Returns access to the platform-specific native window. | |
| void | |||
| void | Sets custom Present handler on the viewport | ||
| void | Tick
(
float DeltaTime |
Ticks the viewport on the Game thread | |
| void |