Navigation
API > API/Developer > API/Developer/FunctionalTesting > API/Developer/FunctionalTesting/FFunctionalTestBase
Description
Specify how log errors & warnings should be handled during tests. If values are not set then the project defaults will be used.
| Name | SetLogErrorAndWarningHandling |
| Type | function |
| Header File | /Engine/Source/Developer/FunctionalTesting/Classes/FunctionalTestBase.h |
| Include Path | #include "FunctionalTestBase.h" |
void SetLogErrorAndWarningHandling
(
TOptional< bool > InSuppressErrors,
TOptional< bool > InSuppressWarnings,
TOptional< bool > InWarningsAreErrors
)