UAutomationBlueprintFunctionLibrary::AddExpectedLogError

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

Unreal Engine C++ API Reference > Developer > FunctionalTesting > UAutomationBlueprintFunctionLibrary

References

   
Module FunctionalTesting
Header /Engine/Source/Developer/FunctionalTesting/Public/AutomationBlueprintFunctionLibrary.h
Include #include "AutomationBlueprintFunctionLibrary.h"
Source /Engine/Source/Developer/FunctionalTesting/Private/AutomationBlueprintFunctionLibrary.cpp
static void AddExpectedLogError
(
    [FString](API\Runtime\Core\Containers\FString) ExpectedPatternString,
    int32 Occurrences,
    bool ExactMatch
)

Remarks

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


Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library