Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FTraceService
Description
Allows for overriding handling of how to connect when a send message is received. Default implementation assumes uri is a valid host name and tries to establish a regular socket connection.
| Name | HandleSendUri |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/TraceService.h |
| Include Path | #include "TraceService.h" |
| Source | /Engine/Source/Runtime/Engine/Private/TraceService.cpp |
virtual void HandleSendUri
(
const FTraceControlSend & Message
)
Parameters
| Name | Remarks |
|---|---|
| Message | Request that was received |