Navigation
API > API/Runtime > API/Runtime/ApplicationCore > API/Runtime/ApplicationCore/Null > API/Runtime/ApplicationCore/Null/FNullWindow
- FGenericWindow::SetWindowFocus()
- FNullWindow::SetWindowFocus()
References
| Module | ApplicationCore |
| Header | /Engine/Source/Runtime/ApplicationCore/Public/Null/NullWindow.h |
| Include | #include "Null/NullWindow.h" |
| Source | /Engine/Source/Runtime/ApplicationCore/Private/Null/NullWindow.cpp |
virtual void SetWindowFocus&40;&41;
Remarks
Native windows should implement SetWindowFocus to let the OS know that a window has taken focus. Slate handles focus on a per widget basis internally but the OS still needs to know what window has focus for proper message routing