Navigation
API > API/Developer > API/Developer/TargetPlatform > API/Developer/TargetPlatform/ITargetDevice
Description
Checks whether this is the default device.
Note that not all platforms may have a notion of default devices.
| Name | IsDefault |
| Type | function |
| Header File | /Engine/Source/Developer/TargetPlatform/Public/Interfaces/ITargetDevice.h |
| Include Path | #include "Interfaces/ITargetDevice.h" |
bool IsDefault() const
true if this is the default device, false otherwise.