Navigation
API > API/Developer > API/Developer/TraceInsights > API/Developer/TraceInsights/IUnrealInsightsModule
Description
Starts analysis for a direct connection from the tracing application (might be self). Notice that analysis doesn't actually start until a connection has been made.
| Name | StartAnalysisWithDirectTrace |
| Type | function |
| Header File | /Engine/Source/Developer/TraceInsights/Public/Insights/IUnrealInsightsModule.h |
| Include Path | #include "Insights/IUnrealInsightsModule.h" |
uint16 StartAnalysisWithDirectTrace
(
const TCHAR * InStreamName,
uint16 InPort
)
The actual port used for listening to incoming connections. 0 if failed to open port.
Parameters
| Name | Remarks |
|---|---|
| InStreamName | User facing display name for this stream |
| InPort | The specific port number to listen to or 0 to use any available port |