FSceneViewport::ResizeFrame

Called to resize the actual window where this viewport resides

Windows
MacOS
Linux

Override Hierarchy

FViewportFrame::ResizeFrame()

FSceneViewport::ResizeFrame()

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 ResizeFrame
(
    uint32 NewSizeX,
    uint32 NewSizeY,
    EWindowMode::Type NewWindowMode
)

Remarks

Called to resize the actual window where this viewport resides

Parameters

Parameter

Description

NewSizeX

The new width of the viewport

NewSizeY

The new height of the viewport

NewWindowMode

What window mode should the viewport be resized to

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