Navigation
API > API/Runtime > API/Runtime/ApplicationCore > API/Runtime/ApplicationCore/FGenericWindow
Description
Populates the size and location of the window when it is restored. If the function fails, false is returned and X,Y,Width,Height will be undefined.
Derived Overrides
| Name | GetRestoredDimensions |
| Type | function |
| Header File | /Engine/Source/Runtime/ApplicationCore/Public/GenericPlatform/GenericWindow.h |
| Include Path | #include "GenericPlatform/GenericWindow.h" |
| Source | /Engine/Source/Runtime/ApplicationCore/Private/GenericPlatform/GenericWindow.cpp |
virtual bool GetRestoredDimensions
(
int32 & X,
int32 & Y,
int32 & Width,
int32 & Height
)
true when the size and location and successfully retrieved; false otherwise.