Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Misc
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Misc/AutomationTest.h |
| Include | #include "Misc/AutomationTest.h" |
Syntax
namespace EAutomationExpectedMessageFlags
{
enum MatchType
&123;
Exact,
Contains,
&125;
}
Values
| Name | Description |
|---|---|
| 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. |
Remarks
Flags for indicating the matching type to use for an expected message