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" |
const [FText](API\Runtime\Core\Internationalization\FText) GetApplicationTitle ( const bool bIncludeGameName ) const
Remarks
Gets the title string for the application, optionally including the current game name as part of the title Returns the title of the application, to be displayed in tabs or window titles
Parameters
Name | Description |
---|---|
bIncludeGameName | True if the game name should be included as part of the returned title string |