Navigation
API > API/Developer > API/Developer/TargetPlatform > API/Developer/TargetPlatform/Common > API/Developer/TargetPlatform/Common/FTargetPlatformMerged
- ITargetPlatformControls::GetDevice()
- FTargetPlatformMerged::GetDevice()
References
| Module | TargetPlatform |
| Header | /Engine/Source/Developer/TargetPlatform/Public/Common/TargetPlatformBase.h |
| Include | #include "Common/TargetPlatformBase.h" |
virtual ITargetDevicePtr GetDevice
(
const FTargetDeviceId & DeviceId
)
Remarks
Gets an interface to the specified device. The target device (can be nullptr).
Parameters
| Name | Description |
|---|---|
| DeviceId | The identifier of the device to get. |