Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlaxEngine/FlaxEngine
/ GetTitle
Function
GetTitle
Source/Engine/Platform/Base/WindowBase.h:368–371 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
366
/// </summary>
367
/// <returns>The window title.</returns>
368
API_PROPERTY() virtual String GetTitle() const
369
{
370
return _title;
371
}
372
373
/// <summary>
374
/// Sets the window title.
Callers
4
ToString
Method · 0.85
UpdateTitle
Method · 0.85
OnShowSecondaryContextMenu
Method · 0.85
OnDraw
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected