ITargetDeviceServiceManager::AddStartupService

Adds a service to the list of services that are started automatically.

Windows
MacOS
Linux

References

Module

TargetDeviceServices

Header

/Engine/Source/Developer/TargetDeviceServices/Public/ITargetDeviceServiceManager.h

Include

#include "ITargetDeviceServiceManager.h"

Syntax

bool AddStartupService
(
    const FString & DeviceName
)

Remarks

Adds a service to the list of services that are started automatically.

A preliminary device name may be assigned to services that expose devices which could not be discovered automatically or are currently unavailable. This name will be replaced with the actual device name once the physical device becomes available.

Returns

true if the service added, false otherwise.

Parameters

Parameter

Description

DeviceName

The device name for the service to add to the startup list

See Also

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss