Navigation
API > API/Plugins > API/Plugins/EditorTraceUtilities > API/Plugins/EditorTraceUtilities/FUnrealInsightsLauncher
References
| Module | EditorTraceUtilities |
| Header | /Engine/Plugins/TraceUtilities/Source/EditorTraceUtilities/Public/UnrealInsightsLauncher.h |
| Include | #include "UnrealInsightsLauncher.h" |
| Source | /Engine/Plugins/TraceUtilities/Source/EditorTraceUtilities/Private/UnrealInsightsLauncher.cpp |
bool OpenRemoteTrace
(
const FString & TraceHostAddress,
const uint16 TraceHostPort,
uint32 TraceID
)
Remarks
Launches UnrealInsights.exe with the -Store and -OpenTraceID parameters
Parameters
| Name | Description |
|---|---|
| TraceHostAddress | hostname or ip address of the trace host |
| TraceHostPort | Port the Trace Host is running on |
| TraceID | ID of the Trace to open, can be obtained through the UE::Trace::FStoreBrowser interface |