Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/IMessageLog
Description
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.
| Name | NewPage |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Logging/IMessageLog.h |
| Include Path | #include "Logging/IMessageLog.h" |
void NewPage
(
const FText & Title
)
Parameters
| Name | Remarks |
|---|---|
| Title | the title of the new page |