Navigation
API > API/Developer > API/Developer/TargetPlatform > API/Developer/TargetPlatform/ITargetDevice
Description
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.
| Name | GetName |
| Type | function |
| Header File | /Engine/Source/Developer/TargetPlatform/Public/Interfaces/ITargetDevice.h |
| Include Path | #include "Interfaces/ITargetDevice.h" |
FString GetName() const
Device name.