ITargetDevice::GetName

Gets the name of the device.

Windows
MacOS
Linux

References

Module

TargetPlatform

Header

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

Include

#include "Interfaces/ITargetDevice.h"

Syntax

FString GetName() const

Remarks

Gets the name of the device.

In contrast to GetId(), this method is intended to return a human readable name for use in the user interface. Depending on the target platform, this name may be some user defined string, a host name, an IP address, or some other string identifying the device that does not need to be unique.

Returns

Device name.

See Also

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