Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Logging > API/Runtime/Core/Logging/FMessageLog
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Logging/MessageLog.h |
| Include | #include "Logging/MessageLog.h" |
| Source | /Engine/Source/Runtime/Core/Private/Logging/MessageLog.cpp |
void Notify
&40;
const FText & InMessage,
EMessageSeverity::Type InSeverityFilter,
bool bForce
&41;
Remarks
Notify the user with a message if there are messages present. This call will cause a flush so that the logs state is properly reflected.
Parameters
| Name | Description |
|---|---|
| InMessage | The notification message. |
| InSeverityFilter | Only messages of higher severity than this filter will be considered when checking. |
| bForce | Notify anyway, even if the filters gives us no messages. |