FApp::DenyUser

Remove the specified user from 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 DenyUser
(
    const FString & UserName
)

Remarks

Remove the specified user from the list of authorized session users.

Parameters

Parameter

Description

UserName

The name of the user to remove.

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