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.
There's no existing public thread on this issue, so head over to Questions & Answers just mention UE-264268 in the post.
0 |
Component | UE - Foundation |
---|---|
Affects Versions | 5.5 |
Created | Mar 31, 2025 |
---|---|
Updated | Apr 1, 2025 |