IMainFrameModule::GetApplicationTitle

Gets the title string for the application, optionally including the current game name as part of the title

Windows
MacOS
Linux

References

Module

MainFrame

Header

/Engine/Source/Editor/MainFrame/Public/Interfaces/IMainFrameModule.h

Include

#include "Interfaces/IMainFrameModule.h"

Syntax

const 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

Returns the title of the application, to be displayed in tabs or window titles

Parameters

Parameter

Description

bIncludeGameName

True if the game name should be included as part of the returned title string

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss