TargetDeviceTypes::ToString

Returns the string representation of the specified ETargetDeviceTypes value.

Windows
MacOS
Linux

References

Module

TargetPlatform

Header

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

Include

#include "Interfaces/ITargetDevice.h"

Syntax

namespace TargetDeviceTypes
{
    FString TargetDeviceTypes::ToString
    (
        ETargetDeviceTypes DeviceType
    )
}

Remarks

Returns the string representation of the specified ETargetDeviceTypes value.

Returns

A string value.

Parameters

Parameter

Description

Configuration

The value to get the string for.

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