Navigation
Unreal Engine C++ API Reference > Runtime > Core > Misc > FApp
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/Misc/App.h |
Include | #include "Misc/App.h" |
static bool IsAuthorizedUser
&40;
const FString & UserName
&41;
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. |