Navigation
API > API/Runtime > API/Runtime/Core
Flags for indicating the matching type to use for an expected message
| Name | EAutomationExpectedMessageFlags::MatchType |
| Type | enum |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/AutomationTest.h |
| Include Path | #include "Misc/AutomationTest.h" |
Syntax
namespace EAutomationExpectedMessageFlags
{
enum MatchType
{
Exact,
Contains,
}
}
Values
| Name | Remarks |
|---|---|
| Exact | When matching expected messages, do so exactly. |
| Contains | When matching expected messages, just see if the message string is contained in the string to be evaluated. |