IMainFrameModule::SetApplicationTitleOverride

Overrides the title of the application that's displayed in the title bar area and other locations

Windows
MacOS
Linux

References

Module

MainFrame

Header

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

Include

#include "Interfaces/IMainFrameModule.h"

Syntax

void SetApplicationTitleOverride
(
    const FText & NewOverriddenApplicationTitle
)

Remarks

Overrides the title of the application that's displayed in the title bar area and other locations

Parameters

Parameter

Description

NewOverriddenApplicationTitle

The text to be displayed in the window title, or empty to use the application's default text

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