Navigation
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. |