Navigation
API > API/Developer > API/Developer/TraceInsights > API/Developer/TraceInsights/IUnrealInsightsModule
Description
Called to schedule a command to run after session analysis is complete. Intended for running Automation RunTests commands.
| Name | ScheduleCommand |
| Type | function |
| Header File | /Engine/Source/Developer/TraceInsights/Public/Insights/IUnrealInsightsModule.h |
| Include Path | #include "Insights/IUnrealInsightsModule.h" |
void ScheduleCommand
(
const FString & InCmd
)