![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
Inheritance diagram for FBasicMessageLog:Additional Inherited Members | |
Protected Member Functions inherited from TSharedFromThis< FBasicMessageLog > | |
| TSharedFromThis () | |
| TSharedFromThis (TSharedFromThis const &) | |
| UE_FORCEINLINE_HINT TSharedFromThis & | operator= (TSharedFromThis const &) |
| ~TSharedFromThis () | |
Static Protected Member Functions inherited from TSharedFromThis< FBasicMessageLog > | |
| static UE_FORCEINLINE_HINT TSharedRef< OtherType, Mode > | SharedThis (OtherType *ThisPtr) |
| static UE_FORCEINLINE_HINT TSharedRef< OtherType const, Mode > | SharedThis (const OtherType *ThisPtr) |
|
inline |
|
inlineoverridevirtual |
Begin IMessageLog interface
Implements IMessageLog.
|
inlineoverridevirtual |
Appends multiple messages
| NewMessages | The messages to append. |
| bMirrorToOutputLog | Whether or not the messages should also be mirrored to the output log |
Implements IMessageLog.
Adds a new page to the log. Old pages are only kept around if they contain messages, so if the current page is empty, this call does nothing.
| Title | the title of the new page |
Implements IMessageLog.
|
inlineoverridevirtual |
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.
| 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. |
Implements IMessageLog.
|
inlineoverridevirtual |
Checks to see if there are any messages according to the passed-in severity
| SeverityFilter | Function will only return true if all the messages are of equal or greater severity than this. |
Implements IMessageLog.
Opens up the message log to this listing.
Implements IMessageLog.
Sets the current page to the one specified by the title.
| Title | the title of the page to switch to |
Implements IMessageLog.
Sets the current page to the one specified by the title.
| InOldPageIndex | the index of the page to switch to. This page will move to index 0. |
Implements IMessageLog.