UAutomationBlueprintFunctionLibrary::AddExpectedLogError

Mute the report of log error and warning matching a pattern during an automated test

Windows
MacOS
Linux

References

Module

FunctionalTesting

Header

/Engine/Source/Developer/FunctionalTesting/Public/AutomationBlueprintFunctionLibrary.h

Include

#include "AutomationBlueprintFunctionLibrary.h"

Source

/Engine/Source/Developer/FunctionalTesting/Private/AutomationBlueprintFunctionLibrary.cpp

Syntax

static void AddExpectedLogError
(
    FString ExpectedPatternString,
    int32 Occurrences,
    bool ExactMatch
)

Remarks

Mute the report of log error and warning matching a pattern during an automated test

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