Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FApp
Description
Check whether the specified user is authorized to interact with this session.
| Name | IsAuthorizedUser |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/App.h |
| Include Path | #include "Misc/App.h" |
static bool IsAuthorizedUser
(
const FString & UserName
)
true if the user is authorized, false otherwise.
Parameters
| Name | Remarks |
|---|---|
| UserName | The name of the user to check. |