ITargetDevice::CreateDeviceOutputRouter

Create device output router

Unreal Engine C++ API Reference > Developer > TargetPlatform > Interfaces > ITargetDevice

References

   
Module TargetPlatform
Header /Engine/Source/Developer/TargetPlatform/Public/Interfaces/ITargetDevice.h
Include #include "Interfaces/ITargetDevice.h"
virtual [ITargetDeviceOutputPtr](API\Developer\TargetPlatform\Interfaces\ITargetDeviceOutputPtr) CreateDeviceOutputRouter
(
    [FOutputDevice](API\Runtime\Core\Misc\FOutputDevice) * Output
) 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)

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library