Choose your operating system:
Windows
macOS
Linux
| FRHIResource
|
Module |
|
Header |
/Engine/Source/Runtime/RHI/Public/RHIResources.h |
Include |
#include "RHIResources.h" |
class FRHIViewport : public FRHIResource
Name | Description | |
---|---|---|
|
FRHIViewport() |
Name | Description | ||
---|---|---|---|
|
FRHICustomPr... |
GetCustomPresent() |
Returns currently set custom present handler. |
|
void * |
GetNativeBackBufferRT() |
Returns access to the platform-specific native resource pointer to a backbuffer rendertarget. |
|
void * |
GetNativeBackBufferTexture() |
Returns access to the platform-specific native resource pointer to a backbuffer texture. |
|
void * |
GetNativeSwapChain() |
Returns access to the platform-specific native resource pointer. |
|
void * |
GetNativeWindow ( |
Returns access to the platform-specific native window. |
|
IssueFrameEvent() |
||
|
SetCustomPresent |
Sets custom Present handler on the viewport |
|
|
Tick ( |
Ticks the viewport on the Game thread |
|
|
WaitForFrameEventCompletion() |