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
&40;
TArray< ITargetDevicePtr > & OutDevices
&41; const
Remarks
Returns all discoverable physical devices.
Parameters
Name | Description |
---|---|
OutDevices | Will contain a list of discovered devices. |