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" |
bool GetUserCredentials
&40;
FString & OutUserName,
FString & OutUserPassword
&41;
Remarks
Get credentials for the user account to use on the device true on success, false if not supported.
Parameters
| Name | Description |
|---|---|
| OutUserName | The user account on the device we will run under |
| OutUserPassword | The password for the user account on the device we will run under |