Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlaxEngine/FlaxEngine
/ GetUserName
Method
GetUserName
Source/Engine/Platform/Base/PlatformBase.cpp:617–620 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
615
}
616
617
String PlatformBase::GetUserName()
618
{
619
return Users.Count() != 0 ? Users[0]->GetName() : String::Empty;
620
}
621
622
bool PlatformBase::GetIsPaused()
623
{
Callers
nothing calls this directly
Calls
2
Count
Method · 0.45
GetName
Method · 0.45
Tested by
no test coverage detected