Navigation
API > API/Editor > API/Editor/MainFrame > API/Editor/MainFrame/Interfaces > API/Editor/MainFrame/Interfaces/IMainFrameModule
References
| Module | MainFrame |
| Header | /Engine/Source/Editor/MainFrame/Public/Interfaces/IMainFrameModule.h |
| Include | #include "Interfaces/IMainFrameModule.h" |
void SetLevelNameForWindowTitle
(
const FString & InLevelFileName
)
Remarks
Updates the mainframe title on the Slate window and the native OS window underneath
Parameters
| Name | Description |
|---|---|
| InLevelFileName | Full level filename from which the base name will be stripped and used to make the window title |