UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FViewportFrame Class Referenceabstract

#include <UnrealClient.h>

+ Inheritance diagram for FViewportFrame:

Public Member Functions

virtual class FViewportGetViewport ()=0
 
virtual void ResizeFrame (uint32 NewSizeX, uint32 NewSizeY, EWindowMode::Type NewWindowMode)=0
 

Detailed Description

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

Member Function Documentation

◆ GetViewport()

virtual class FViewport * FViewportFrame::GetViewport ( )
pure virtual

Implemented in FSceneViewport.

◆ ResizeFrame()

virtual void FViewportFrame::ResizeFrame ( uint32  NewSizeX,
uint32  NewSizeY,
EWindowMode::Type  NewWindowMode 
)
pure virtual

Implemented in FSceneViewport.


The documentation for this class was generated from the following file: