Navigation
API > API/Developer > API/Developer/TargetPlatform > API/Developer/TargetPlatform/Interfaces > API/Developer/TargetPlatform/Interfaces/FTargetDeviceId > API/Developer/TargetPlatform/Interfaces/FTargetDeviceId/__ctor
References
| Module | TargetPlatform |
| Header | /Engine/Source/Developer/TargetPlatform/Public/Interfaces/TargetDeviceId.h |
| Include | #include "Interfaces/TargetDeviceId.h" |
FTargetDeviceId
(
const FString & InPlatformName,
const FString & InDeviceName
)
Remarks
Creates and initializes a new target device identifier.
Parameters
| Name | Description |
|---|---|
| InPlatformName | The name of the device's target platform. |
| InDeviceName | The unique device name, i.e. IP address or computer name. |