EAutomationExpectedErrorFlags::MatchType

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

Choose your operating system:

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