Navigation
API > API/Developer > API/Developer/TargetPlatform > API/Developer/TargetPlatform/Interfaces > API/Developer/TargetPlatform/Interfaces/ITargetPlatformControls
- ITargetPlatformControls::GetAllDevices()
- FTargetPlatformMerged::GetAllDevices()
References
| Module | TargetPlatform |
| Header | /Engine/Source/Developer/TargetPlatform/Public/Interfaces/ITargetPlatformControls.h |
| Include | #include "Interfaces/ITargetPlatformControls.h" |
void GetAllDevices
(
TArray< ITargetDevicePtr > & OutDevices
) const
Remarks
Returns all discoverable physical devices.
Parameters
| Name | Description |
|---|---|
| OutDevices | Will contain a list of discovered devices. |