![]() |
Ark Server API (ASA) - Wiki
|
#include <AutomationTest.h>
Collaboration diagram for FAutomationExpectedMessage:Definition at line 599 of file AutomationTest.h.
|
inline |
Constructor
Definition at line 621 of file AutomationTest.h.
Here is the call graph for this function:
Here is the caller graph for this function:
|
inline |
Definition at line 630 of file AutomationTest.h.
Here is the call graph for this function:
Here is the caller graph for this function:| int32 FAutomationExpectedMessage::ActualNumberOfOccurrences |
Definition at line 614 of file AutomationTest.h.
| EAutomationExpectedMessageFlags::MatchType FAutomationExpectedMessage::CompareType |
Definition at line 608 of file AutomationTest.h.
| int32 FAutomationExpectedMessage::ExpectedNumberOfOccurrences |
Number of occurrences expected for message. If set greater than 0, it will cause the test to fail if the exact number of occurrences expected is not matched. If set to 0, it will suppress all matching messages.
Definition at line 613 of file AutomationTest.h.
| FRegexPattern FAutomationExpectedMessage::MessagePattern |
Definition at line 606 of file AutomationTest.h.
| FString FAutomationExpectedMessage::MessagePatternString |
Definition at line 604 of file AutomationTest.h.
| ELogVerbosity::Type FAutomationExpectedMessage::Verbosity |
Definition at line 616 of file AutomationTest.h.