Navigation
API > API/Developer > API/Developer/MessageLog > API/Developer/MessageLog/Presentation > API/Developer/MessageLog/Presentation/FMessageLogListingViewModel
- IMessageLog::NotifyIfAnyMessages()
- FMessageLogListingViewModel::NotifyIfAnyMessages()
References
| Module | MessageLog |
| Header | /Engine/Source/Developer/MessageLog/Public/Presentation/MessageLogListingViewModel.h |
| Include | #include "Presentation/MessageLogListingViewModel.h" |
| Source | /Engine/Source/Developer/MessageLog/Private/Presentation/MessageLogListingViewModel.cpp |
virtual void NotifyIfAnyMessages
&40;
const FText & Message,
EMessageSeverity::Type SeverityFilter,
bool bForce
&41;
Remarks
Notify the user if there are any messages on the current page for this log. If there are no messages present, this call does nothing.
Parameters
| Name | Description |
|---|---|
| Message | The message to display in the notification. |
| SeverityFilter | Notifications will only be displayed if there are messages present that are of equal or greater severity than this. |
| bForce | Notify anyway, even if the filters gives us no messages. |