FTargetDeviceId::Parse

Converts a string to a target device identifier.

Windows
MacOS
Linux

References

Module

TargetPlatform

Header

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

Include

#include "Interfaces/TargetDeviceId.h"

Syntax

static bool Parse
(
    const FString & IdString,
    FTargetDeviceId & OutId
)

Remarks

Converts a string to a target device identifier.

Returns

true if the string was converted successfully, false otherwise.

Parameters

Parameter

Description

IdString

The string to convert.

OutId

Will contain the parsed device identifier.

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