MCPcopy Create free account
hub / github.com/MrDrElliot/LuminaEngine / DisplayNameFromLprojPath

Function DisplayNameFromLprojPath

Engine/Editor/Source/UI/EditorUI.cpp:361–365  ·  view source on GitHub ↗

Returns the project display name from an absolute .lproject path (basename without extension). Cheap; no filesystem access.

Source from the content-addressed store, hash-verified

359 {
360 return true;
361 }
362 return !Filesystem::Exists(Entry);
363 });
364
365 if (Recents.size() != Before)
366 {
367 GetMutableDefault<CEditorSettings>()->RecentProjects = Recents;
368 GConfig->SaveSettings(CEditorSettings::StaticClass());

Callers 2

DrawFileMenuMethod · 0.85
OpenProjectDialogMethod · 0.85

Calls 2

c_strMethod · 0.45
stringMethod · 0.45

Tested by

no test coverage detected