Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Misc > API/Runtime/Core/Misc/FAutomationTestBase
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Misc/AutomationTest.h |
| Include | #include "Misc/AutomationTest.h" |
| Source | /Engine/Source/Runtime/Core/Private/Misc/AutomationTest.cpp |
void GetExpectedMessages
&40;
TArray< FAutomationExpectedMessage > & OutInfo,
ELogVerbosity::Type Verbosity
&41; const
Remarks
Populate the provided expected log messages object with the expected messages contained within the test. Not particularly efficient, but providing direct access to the test's private execution messages list could result in errors.
Parameters
| Name | Description |
|---|---|
| Verbosity | Optionally filter the returned messages by verbosity. This is inclusive, so Warning will return Warnings, Errors, etc. |
| OutInfo | Array of Expected Messages to be populated with the same data contained within this test's expected messages list |