ITargetPlatform::GetAllDevices

Returns all discoverable physical devices.

Windows
MacOS
Linux

References

Module

TargetPlatform

Header

/Engine/Source/Developer/TargetPlatform/Public/Interfaces/ITargetPlatform.h

Include

#include "Interfaces/ITargetPlatform.h"

Syntax

void GetAllDevices
(
    TArray< ITargetDevicePtr > & OutDevices
) const

Remarks

Returns all discoverable physical devices.

Parameters

Parameter

Description

OutDevices

Will contain a list of discovered devices.

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