Navigation
API > API/Developer > API/Developer/TargetPlatform > API/Developer/TargetPlatform/Interfaces
References
| Module | TargetPlatform |
| Header | /Engine/Source/Developer/TargetPlatform/Public/Interfaces/TargetDeviceId.h |
| Include | #include "Interfaces/TargetDeviceId.h" |
Syntax
class FTargetDeviceId
Remarks
Implements a target devices identifier.
Constructors
| Type | Name | Description | |
|---|---|---|---|
| Default constructor. | |||
FTargetDeviceId
(
const FString& InPlatformName, |
Creates and initializes a new target device identifier. |
Functions
| Type | Name | Description | |
|---|---|---|---|
| const FString & | Gets the device identifier. | ||
| const FString & | Gets the platform name. | ||
| bool | IsValid () |
Checks whether this target device identifier is valid. | |
| bool | Parse
(
const FString& IdString, |
Converts a string to a target device identifier. | |
| FString | ToString () |
Gets the string representation for this device identifier. |
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator!=
(
const FTargetDeviceId& Other |
Compares this device identifier with the given device identifier for inequality. | |
| bool | operator==
(
const FTargetDeviceId& Other |
Compares this device identifier with the given device identifier for equality. |