FApp::AuthorizeUser

Add the specified user to the list of authorized session users.

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Misc/App.h"

Syntax

static void AuthorizeUser
(
    const FString & UserName
)

Remarks

Add the specified user to the list of authorized session users.

Parameters

Parameter

Description

UserName

The name of the user to add.

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