FGenericWindow::ReshapeWindow

Native windows should implement ReshapeWindow by changing the platform-specific window to be located at (X,Y) and be the dimensions Width x Height.

Windows
MacOS
Linux

Override Hierarchy

FGenericWindow::ReshapeWindow()

FHoloLensWindow::ReshapeWindow()

References

Module

ApplicationCore

Header

/Engine/Source/Runtime/ApplicationCore/Public/GenericPlatform/GenericWindow.h

Include

#include "GenericPlatform/GenericWindow.h"

Source

/Engine/Source/Runtime/ApplicationCore/Private/GenericPlatform/GenericWindow.cpp

Syntax

virtual void ReshapeWindow
(
    int32 X,
    int32 Y,
    int32 Width,
    int32 Height
)

Remarks

Native windows should implement ReshapeWindow by changing the platform-specific window to be located at (X,Y) and be the dimensions Width x Height.

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