ITargetDevice::CreateDeviceOutputRouter

Create device output router

Windows
MacOS
Linux

References

Module

TargetPlatform

Header

/Engine/Source/Developer/TargetPlatform/Public/Interfaces/ITargetDevice.h

Include

#include "Interfaces/ITargetDevice.h"

Syntax

virtual ITargetDeviceOutputPtr CreateDeviceOutputRouter
(
    FOutputDevice * Output
) const

Remarks

Create device output router

This will route device logs into specified OutputDevice until connection to device is alive

Returns

Valid router object for devices that support output routing

Parameters

Parameter

Description

Output

OutputDevice to where output should be routed (has to be thread safe)

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss