FViewportFrame

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

Choose your operating system:

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.