Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FApp
Description
Add the specified user to the list of authorized session users.
| Name | AuthorizeUser |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/App.h |
| Include Path | #include "Misc/App.h" |
static void AuthorizeUser
(
const FString & UserName
)
Parameters
| Name | Remarks |
|---|---|
| UserName | The name of the user to add. |
See Also
-
DenyUser
-
DenyAllUsers
-
IsAuthorizedUser