Navigation
API > API/Runtime > API/Runtime/TraceLog
Description
Setup TraceLog to output to remote host using a socket connection, to take effect next update. Will fail if another pending output has been queued or the host is unreachable.
| Name | UE::Trace::SendTo |
| Type | function |
| Header File | /Engine/Source/Runtime/TraceLog/Public/Trace/Trace.h |
| Include Path | #include "Trace/Trace.h" |
namespace UE
{
namespace Trace
{
UE_bool UE::Trace::SendTo
(
const TCHAR * Host,
uint32 Port,
uint16 Flags
)
}
}
True on successful connection to host, false otherwise
Parameters
| Name | Remarks |
|---|---|
| Host | Target hostname or ip |
| Port | Target port |
| Flags | Options for the connection |