ITargetDevice::SetUserCredentials

Set credentials for the user account to use on the device

Windows
MacOS
Linux

References

Module

TargetPlatform

Header

/Engine/Source/Developer/TargetPlatform/Public/Interfaces/ITargetDevice.h

Include

#include "Interfaces/ITargetDevice.h"

Syntax

void SetUserCredentials
(
    const FString & UserName,
    const FString & UserPassword
)

Remarks

Set credentials for the user account to use on the device

Parameters

Parameter

Description

UserName

The user account on the device we will run under

UserPassword

The password for the user account on the device we will run under.

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