Navigation
API > API/Developer > API/Developer/TraceInsights > API/Developer/TraceInsights/IUnrealInsightsModule
Description
Starts analysis for a secure trace trace connection.
All view-type parameters are copied and does not have to outlive this function call.
| Name | StartAnalysisWithSecureTrace |
| Type | function |
| Header File | /Engine/Source/Developer/TraceInsights/Public/Insights/IUnrealInsightsModule.h |
| Include Path | #include "Insights/IUnrealInsightsModule.h" |
void StartAnalysisWithSecureTrace
(
FStringView Host,
uint16 Port,
TConstArrayView< uint8 > AuthorizationToken,
FStringView CertificateFile,
TConstArrayView< uint8 > CertificateAuthority,
FAnsiStringView Identity
)
Parameters
| Name | Remarks |
|---|---|
| Host | Host to connect to. |
| Port | Port to connect to. |
| AuthorizationToken | Optional authorization token to use when connecting. |
| CertificateFile | Optional certificate to use when connecting. Excludes usage of CertificateAuthority. |
| CertificateAuthority | Optional certificate to use as trusted. CertificateFile should be unset to use. |
| Identity | Identity string used to connect when using pre-shared keys. |