Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FAutomationTestBase
Description
Should the log category be captured and surfaced as part of the test. If true will then go through the SuppressLogWarnings and SuppressLogErrors checks for if this should be suppressed further or not Recommend overriding with a virtual function that contains a static TSet to check for the categories you want.
| Name | ShouldCaptureLogCategory |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/AutomationTest.h |
| Include Path | #include "Misc/AutomationTest.h" |
virtual bool ShouldCaptureLogCategory
(
const class FName & Category
) const
true to allow a log category through.