FFunctionalTestBase::SetLogErrorAndWarningHandling

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

Windows
MacOS
Linux

References

Module

FunctionalTesting

Header

/Engine/Source/Developer/FunctionalTesting/Classes/FunctionalTestBase.h

Include

#include "FunctionalTestBase.h"

Syntax

void SetLogErrorAndWarningHandling
(
    TOptional< bool > LogErrorsAreErrors,
    TOptional< bool > LogWarningsAreErrors
)

Remarks

Specify how log errors & warnings should be handled during tests. If values are not set then the project defaults will be used.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss