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