FTargetDeviceId::FTargetDeviceId

Creates and initializes a new target device identifier.

Windows
MacOS
Linux

References

Module

TargetPlatform

Header

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

Include

#include "Interfaces/TargetDeviceId.h"

Syntax

FTargetDeviceId
(
    const FString & InPlatformName,
    const FString & InDeviceName
)

Remarks

Creates and initializes a new target device identifier.

Parameters

Parameter

Description

InPlatformName

The name of the device's target platform.

InDeviceName

The unique device name, i.e. IP address or computer name.

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