Navigation
API > API/Plugins > API/Plugins/EditorTraceUtilities > API/Plugins/EditorTraceUtilities/FUnrealInsightsLauncher
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void StartUnrealInsights
(
const FString& Path, |
Launches the UnrealInsights executable from the given Path, displays an editor message if it fails. | UnrealInsightsLauncher.h | |
void StartUnrealInsights
(
const FString& Path, |
Launches the UnrealInsights executable from the given Path, displays an editor message if it fails. | UnrealInsightsLauncher.h |
StartUnrealInsights(const FString &, const FString &)
Description
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.
| Name | StartUnrealInsights |
| Type | function |
| Header File | /Engine/Plugins/TraceUtilities/Source/EditorTraceUtilities/Public/UnrealInsightsLauncher.h |
| Include Path | #include "UnrealInsightsLauncher.h" |
| Source | /Engine/Plugins/TraceUtilities/Source/EditorTraceUtilities/Private/UnrealInsightsLauncher.cpp |
void StartUnrealInsights
(
const FString & Path,
const FString & Parameters
)
Parameters
| Name | Remarks |
|---|---|
| Path | The full filename of UnrealInsights.exe to launch |
| Parameters | The command line parameters to use when launching the exe |
StartUnrealInsights(const FString &, const FString &, StartUnrealInsightsCallback)
Description
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.
| Name | StartUnrealInsights |
| Type | function |
| Header File | /Engine/Plugins/TraceUtilities/Source/EditorTraceUtilities/Public/UnrealInsightsLauncher.h |
| Include Path | #include "UnrealInsightsLauncher.h" |
| Source | /Engine/Plugins/TraceUtilities/Source/EditorTraceUtilities/Private/UnrealInsightsLauncher.cpp |
void StartUnrealInsights
(
const FString & Path,
const FString & Parameters,
StartUnrealInsightsCallback Callback
)
Parameters
| Name | Remarks |
|---|---|
| Path | The full filename of UnrealInsights.exe to launch |
| Parameters | The command line parameters to use when launching the exe |
| Callback | A Callback that will be called when the launch process is completed. |