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 TryOpenTraceFromDestination
(
const FString & Destination
)
Remarks
Try to open a trace file from the trace target returned by UE::Trace::GetTraceDestination(). Destination may contain a file name or IP address of a trace server. In the latter case we try to query the file name of the active/live trace through the storebrowser API and open the remote trace in Insights.
Parameters
| Name | Description |
|---|---|
| Destination | The trace destination of the currently running trace session. |