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