ITargetDeviceServiceManager::RemoveStartupService

Removes a service from the list of services that are started automatically.

Unreal Engine C++ API Reference > Developer > TargetDeviceServices > ITargetDeviceServiceManager

References

   
Module TargetDeviceServices
Header /Engine/Source/Developer/TargetDeviceServices/Public/ITargetDeviceServiceManager.h
Include #include "ITargetDeviceServiceManager.h"
void RemoveStartupService
(
    const [FString](API\Runtime\Core\Containers\FString) & DeviceName
)

Remarks

Removes a service from the list of services that are started automatically.

Parameters

Name Description
DeviceName The device name for the service to remove from the startup list.

See Also

AddStartupService

GetServices


Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library