Navigation
API > API/Runtime > API/Runtime/ApplicationCore > API/Runtime/ApplicationCore/GenericPlatform > API/Runtime/ApplicationCore/GenericPlatform/FGenericWindow
- FGenericWindow::MoveWindowTo()
- FNullWindow::MoveWindowTo()
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 |
virtual void MoveWindowTo
&40;
int32 X,
int32 Y
&41;
Remarks
Native windows should implement MoveWindowTo by relocating the platform-specific window to (X,Y).