ITargetDeviceServiceManager::GetServices

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

Windows
MacOS
Linux

References

Module

TargetDeviceServices

Header

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

Include

#include "ITargetDeviceServiceManager.h"

Syntax

int32 GetServices
(
    TArray< TSharedPtr< ITargetDeviceService, ESPMode::ThreadSafe >> & OutServices
)

Remarks

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

Returns

The number of services returned.

Parameters

Parameter

Description

OutServices

Will contain the collection of services.

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