Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Logging > API/Runtime/Core/Logging/IMessageLog
- IMessageLog::NotifyIfAnyMessages()
- FMessageLogListingViewModel::NotifyIfAnyMessages()
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Logging/IMessageLog.h |
| Include | #include "Logging/IMessageLog.h" |
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. |