Navigation
API > API/Developer > API/Developer/TargetDeviceServices
References
| Module | TargetDeviceServices |
| Header | /Engine/Source/Developer/TargetDeviceServices/Public/ITargetDeviceServiceManager.h |
| Include | #include "ITargetDeviceServiceManager.h" |
Syntax
class ITargetDeviceServiceManager
Remarks
Interface for target device service managers.
Destructors
| Type | Name | Description | |
|---|---|---|---|
| Virtual destructor. |
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | AddStartupService
(
const FString& DeviceName |
Adds a service to the list of services that are started automatically. | |
| int32 | GetServices
(
TArray< TSharedPtr< ITargetDeviceService, ESPMode::ThreadSafe >>& OutServices |
Gets the collection of target device services managed by this instance. | |
| FOnTargetDeviceServiceAdded & | |||
| FOnTargetDeviceServiceRemoved & | |||
| void | RemoveStartupService
(
const FString& DeviceName |
Removes a service from the list of services that are started automatically. |
Classes
| Type | Name | Description | |
|---|---|---|---|
| FOnTargetDeviceServiceAdded | Gets an event delegate that is executed when a target device service was added. | ||
| FOnTargetDeviceServiceRemoved | Gets an event delegate that is executed when a target device service was removed. |