Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FApp
Description
Gets the name of the user who owns the session that this application is part of, if any.
If this application is part of a session that was launched from UFE, this function will return the name of the user that launched the session. If this application is not part of a session, this function will return the name of the local user account under which the application is running.
| Name | GetSessionOwner |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/App.h |
| Include Path | #include "Misc/App.h" |
static FString GetSessionOwner()
Name of session owner.