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();
Then, Trace Data Filtering show "Trace Data Filtering requires a connected Live Trace Session."
There's no existing public thread on this issue, so head over to Questions & Answers just mention UE-190349 in the post.
0 |
Component | UE - Foundation - Insights |
---|---|
Affects Versions | 5.2 |
Created | Jul 14, 2023 |
---|---|
Resolved | Feb 1, 2024 |
Updated | Mar 12, 2024 |