ITargetDeviceServiceManager

Interface for target device service managers.

Windows
MacOS
Linux

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

Name Description

Public function Virtual

~ITargetDeviceServiceManager()

Virtual destructor.

Functions

Name Description

Public function

bool

 

AddStartupService

(
    const FString& DeviceName
)

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

Public function

int32

 

GetServices

Gets the collection of target device services managed by this instance.

Public function

FOnTargetDev...

 

OnServiceAdded()

Public function

FOnTargetDev...

 

OnServiceRemoved()

Public function

void

 

RemoveStartupService

(
    const FString& DeviceName
)

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

Classes

Name

Description

Public class

FOnTargetDeviceServiceAdded

Gets an event delegate that is executed when a target device service was added.

Public class

FOnTargetDeviceServiceRemoved

Gets an event delegate that is executed when a target device service was removed.

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