And for those who were wondering like me, the default source is FGenericPlatformProcess::UserName()
, which in Windows is FWindowsPlatformProcess::UserName()
, which uses the Windows call GetUserName()
.
And for those who were wondering like me, the default source is FGenericPlatformProcess::UserName()
, which in Windows is FWindowsPlatformProcess::UserName()
, which uses the Windows call GetUserName()
.