FSceneViewport::UpdateViewportRHI

Updates the viewport RHI with a new size and fullscreen flag

Windows
MacOS
Linux

Override Hierarchy

FViewport::UpdateViewportRHI()

FSceneViewport::UpdateViewportRHI()

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/Slate/SceneViewport.h

Include

#include "Slate/SceneViewport.h"

Source

/Engine/Source/Runtime/Engine/Private/Slate/SceneViewport.cpp

Syntax

virtual void UpdateViewportRHI
(
    bool bDestroyed,
    uint32 NewSizeX,
    uint32 NewSizeY,
    EWindowMode::Type NewWindowMode,
    EPixelFormat PreferredPixelFormat
)

Remarks

Updates the viewport RHI with a new size and fullscreen flag

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