MCPcopy 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

ToStringMethod · 0.85
UpdateTitleMethod · 0.85
OnDrawMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected