Navigation
API > API/Developer > API/Developer/MessageLog > API/Developer/MessageLog/Presentation > API/Developer/MessageLog/Presentation/FMessageLogListingViewModel
- IMessageLog::NewPage()
- FMessageLogListingViewModel::NewPage()
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 NewPage
&40;
const FText & Title
&41;
Remarks
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.
Parameters
| Name | Description |
|---|---|
| Title | the title of the new page |