FRHIViewport

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

RHI

Header

/Engine/Source/Runtime/RHI/Public/RHIResources.h

Include

#include "RHIResources.h"

Syntax

class FRHIViewport : public FRHIResource

Functions

Name Description

Public function Virtual Const

FRHICustomPr...

 

GetCustomPresent()

Returns currently set custom present handler.

Public function Virtual Const

void *

 

GetNativeBackBufferRT()

Returns access to the platform-specific native resource pointer to a backbuffer rendertarget.

Public function Virtual Const

void *

 

GetNativeBackBufferTexture()

Returns access to the platform-specific native resource pointer to a backbuffer texture.

Public function Virtual Const

void *

 

GetNativeSwapChain()

Returns access to the platform-specific native resource pointer.

Public function Virtual Const

void *

 

GetNativeWindow

(
    void** AddParam
)

Returns access to the platform-specific native window.

Public function Virtual

void

 

SetCustomPresent

(
    FRHICustomPresent*
)

Sets custom Present handler on the viewport

Public function Virtual

void

 

Tick

(
    float DeltaTime
)

Ticks the viewport on the Game thread

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss