Navigation
API > API/Plugins > API/Plugins/EditorTraceUtilities > API/Plugins/EditorTraceUtilities/FUnrealInsightsLauncher > API/Plugins/EditorTraceUtilities/FUnrealInsightsLauncher/StartUnrealInsights
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 |
void StartUnrealInsights
(
const FString & Path,
const FString & Parameters
)
Remarks
Launches the UnrealInsights executable from the given Path, displays an editor message if it fails. If the executable is not found, a build process is started.
Parameters
| Name | Description |
|---|---|
| Path | The full filename of UnrealInsights.exe to launch |
| Parameters | The command line parameters to use when launching the exe |