Steps to Reproduce

Add a virtual method to FLogSuppressionInterface (implemented in FLogSuppressionImplementation class) to get all log categories currently registered.

virtual const TMultiMap<FName, FLogCategoryBase*>& GetAssociations() const = 0; 

We should probably add delegate to notify the user when the list changes, either when a new category is added/removed or the verbosity change.

Have Comments or More Details?

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

0
Login to Vote

Unresolved
ComponentUE - Foundation
Affects Versions5.5
CreatedMar 31, 2025
UpdatedApr 1, 2025
View Jira Issue