Navigation
API > API/Runtime > API/Runtime/ApplicationCore > API/Runtime/ApplicationCore/FNullWindow
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.
Virtual Inheritance
- FGenericWindow::GetRestoredDimensions → FNullWindow::GetRestoredDimensions
| Name | GetRestoredDimensions |
| Type | function |
| Header File | /Engine/Source/Runtime/ApplicationCore/Public/Null/NullWindow.h |
| Include Path | #include "Null/NullWindow.h" |
| Source | /Engine/Source/Runtime/ApplicationCore/Private/Null/NullWindow.cpp |
virtual bool GetRestoredDimensions
(
int32 & X,
int32 & Y,
int32 & Width,
int32 & Height
)
true when the size and location and successfully retrieved; false otherwise.