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