Navigation
API > API/Developer > API/Developer/TargetDeviceServices > API/Developer/TargetDeviceServices/ITargetDeviceService
Description
Checks whether this service can start.
A service can be started if it has a valid device and the device is connected. This method does not take into account whether the service is already started.
| Name | CanStart |
| Type | function |
| Header File | /Engine/Source/Developer/TargetDeviceServices/Public/ITargetDeviceService.h |
| Include Path | #include "ITargetDeviceService.h" |
bool CanStart
(
FName InFlavor
) const
true if the service can start, false otherwise.