Navigation
Unreal Engine C++ API Reference > Editor > MainFrame > Interfaces > IMainFrameModule
References
Module | MainFrame |
Header | /Engine/Source/Editor/MainFrame/Public/Interfaces/IMainFrameModule.h |
Include | #include "Interfaces/IMainFrameModule.h" |
void SetApplicationTitleOverride ( const [FText](API\Runtime\Core\Internationalization\FText) & NewOverriddenApplicationTitle )
Remarks
Overrides the title of the application that's displayed in the title bar area and other locations
Parameters
Name | Description |
---|---|
NewOverriddenApplicationTitle | The text to be displayed in the window title, or empty to use the application's default text |