EAutomationExpectedErrorFlags::MatchType

Flags for indicating the matching type to use for an expected error

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Misc/AutomationTest.h

Include

#include "Misc/AutomationTest.h"

Syntax

namespace EAutomationExpectedErrorFlags
{
    enum MatchType
    {
        Exact,
        Contains,
    }
}

Values

Name

Description

Exact

When matching expected errors, do so exactly.

Contains

When matching expected errors, just see if the error string is contained in the string to be evaluated.

Remarks

Flags for indicating the matching type to use for an expected error

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