ITargetPlatform::GetAllDevices

Returns all discoverable physical devices.

Unreal Engine C++ API Reference > Developer > TargetPlatform > Interfaces > ITargetPlatform

References

   
Module TargetPlatform
Header /Engine/Source/Developer/TargetPlatform/Public/Interfaces/ITargetPlatform.h
Include #include "Interfaces/ITargetPlatform.h"
void GetAllDevices
(
    [TArray](API\Runtime\Core\Containers\TArray)< [ITargetDevicePtr](API\Developer\TargetPlatform\Interfaces\ITargetDevicePtr) > & OutDevices
) const

Remarks

Returns all discoverable physical devices.

Parameters

Name Description
OutDevices Will contain a list of discovered devices.

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library