Description

TraceDataFitering is not activated when LiveTrace is started. We can force it to be active by calling the following code. 

IUnrealInsightsModule& UnrealInsightsModule = FModuleManager::LoadModuleChecked<IUnrealInsightsModule>("TraceInsights");
UnrealInsightsModule.StartAnalysisForLastLiveSession(); 
Steps to Reproduce
  1. Open the editor
  2. Launch Unreal Insights (Select [Trace]->[Unreal Insights] )
  3. Press [Start Tracing] button in
  4. Open Trace Data Filtering (Select [Tools]>[Profile]>[Trace Data Filitering])

Then, Trace Data Filtering show "Trace Data Filtering requires a connected Live Trace Session."

Have Comments or More Details?

There's no existing public thread on this issue, so head over to Questions & Answers just mention UE-190349 in the post.

0
Login to Vote

Won't Do
ComponentUE - Foundation - Insights
Affects Versions5.2
CreatedJul 14, 2023
ResolvedFeb 1, 2024
UpdatedMar 12, 2024