Navigation
Unreal Engine C++ API Reference > Runtime > ApplicationCore > GenericPlatform > FGenericWindow
- FGenericWindow::SetText()
- FNullWindow::SetText()
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 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 |