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