FViewportFrame

An interface to the platform-specific implementation of a UI frame for a viewport.

Windows
MacOS
Linux

Inheritance Hierarchy

FViewportFrame

FSceneViewport

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/UnrealClient.h

Include

#include "UnrealClient.h"

Syntax

class FViewportFrame

Remarks

An interface to the platform-specific implementation of a UI frame for a viewport.

Functions

Name Description

Public function

FViewport &#...

 

GetViewport()

Public function

void

 

ResizeFrame

(
    uint32 NewSizeX,
    uint32 NewSizeY,
    EWindowMode::Type NewWindowMode
)

Deprecated Functions

Name Description

Public function

void

 

ResizeFrame

(
    uint32 NewSizeX,
    uint32 NewSizeY,
    EWindowMode::Type NewWindowMode,
    int32,
    int32
)

The version of FViewportFrame::ResizeFrame that takes a position is deprecated (the position was never used). Please use the version that doesn't take a position instead.

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