Navigation
API > API/Developer > API/Developer/TargetDeviceServices > API/Developer/TargetDeviceServices/ITargetDeviceServiceManager
Description
Removes a service from the list of services that are started automatically.
| Name | RemoveStartupService |
| Type | function |
| Header File | /Engine/Source/Developer/TargetDeviceServices/Public/ITargetDeviceServiceManager.h |
| Include Path | #include "ITargetDeviceServiceManager.h" |
void RemoveStartupService
(
const FString & DeviceName
)
Parameters
| Name | Remarks |
|---|---|
| DeviceName | The device name for the service to remove from the startup list. |
See Also
-
GetServices