Navigation
Unreal Engine C++ API Reference > Developer > TargetPlatform > Interfaces > ITargetPlatform > AddDevice
- ITargetPlatform::AddDevice()
- FTargetPlatformBase::AddDevice()
References
Module | TargetPlatform |
Header | /Engine/Source/Developer/TargetPlatform/Public/Interfaces/ITargetPlatform.h |
Include | #include "Interfaces/ITargetPlatform.h" |
bool AddDevice
&40;
const FString & DeviceName,
bool bDefault
&41;
Remarks
Add a target device by name. true if the device was added, false otherwise.
Parameters
Name | Description |
---|---|
DeviceName | The name of the device to add. |
bDefault | Whether the added device should be the default. |