ITargetDevice::SetUserCredentials

Set credentials for the user account to use on the device

Unreal Engine C++ API Reference > Developer > TargetPlatform > Interfaces > ITargetDevice

References

   
Module TargetPlatform
Header /Engine/Source/Developer/TargetPlatform/Public/Interfaces/ITargetDevice.h
Include #include "Interfaces/ITargetDevice.h"
void SetUserCredentials
(
    const [FString](API\Runtime\Core\Containers\FString) & UserName,
    const [FString](API\Runtime\Core\Containers\FString) & UserPassword
)

Remarks

Set credentials for the user account to use on the device

Parameters

Name 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.

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library