Navigation
API > API/Developer > API/Developer/TargetPlatform > API/Developer/TargetPlatform/Interfaces > API/Developer/TargetPlatform/Interfaces/ITargetDevice
References
| Module | TargetPlatform |
| Header | /Engine/Source/Developer/TargetPlatform/Public/Interfaces/ITargetDevice.h |
| Include | #include "Interfaces/ITargetDevice.h" |
virtual ITargetDeviceOutputPtr CreateDeviceOutputRouter
&40;
FOutputDevice &42; Output
&41; const
Remarks
Create device output router
This will route device logs into specified OutputDevice until connection to device is alive Valid router object for devices that support output routing
Parameters
| Name | Description |
|---|---|
| Output | OutputDevice to where output should be routed (has to be thread safe) |