Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FAutomationTestBase
Description
Returns whether this test has defined any expected log messages matching the given message. If a match is found, the expected message definition increments it actual occurrence count.
| Name | IsExpectedMessage |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/AutomationTest.h |
| Include Path | #include "Misc/AutomationTest.h" |
| Source | /Engine/Source/Runtime/Core/Private/Misc/AutomationTest.cpp |
bool IsExpectedMessage
(
const FString & Message,
const ELogVerbosity::Type & Verbosity
)
true if this message matches any of the expected messages