FApp::IsAuthorizedUser

Check whether the specified user is authorized to interact with this session.

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Misc/App.h

Include

#include "Misc/App.h"

Syntax

static bool IsAuthorizedUser
(
    const FString & UserName
)

Remarks

Check whether the specified user is authorized to interact with this session.

Returns

true if the user is authorized, false otherwise.

Parameters

Parameter

Description

UserName

The name of the user to check.

See Also

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss