Navigation
API > API/Developer > API/Developer/TargetPlatform > API/Developer/TargetPlatform/Interfaces > API/Developer/TargetPlatform/Interfaces/ITargetDevice
References
| Module | TargetPlatform |
| Header | /Engine/Source/Developer/TargetPlatform/Public/Interfaces/ITargetDevice.h |
| Include | #include "Interfaces/ITargetDevice.h" |
void SetUserCredentials
&40;
const FString & UserName,
const FString & UserPassword
&41;
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. |