FFunctionalTestBase::SetLogErrorAndWarningHandling

Specify how log errors & warnings should be handled during tests.

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](API\Runtime\Core\IO\TOptional)< bool > InSuppressErrors,
    [TOptional](API\Runtime\Core\IO\TOptional)< bool > InSuppressWarnings,
    [TOptional](API\Runtime\Core\IO\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.


Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library