Navigation
API > API/Runtime > API/Runtime/ApplicationCore > API/Runtime/ApplicationCore/Null > API/Runtime/ApplicationCore/Null/FNullWindow
- FGenericWindow::SetText()
- FNullWindow::SetText()
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 SetText
&40;
const TCHAR &42;const Text
&41;
Remarks
Sets the window text - usually the title but can also be text content for things like controls
Parameters
| Name | Description |
|---|---|
| Text | The window's title or content text |