Navigation
API > API/Developer > API/Developer/MessageLog > API/Developer/MessageLog/FMessageLogListingModel
Description
Add a new page. 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/Developer/MessageLog/Public/Model/MessageLogListingModel.h |
| Include Path | #include "Model/MessageLogListingModel.h" |
| Source | /Engine/Source/Developer/MessageLog/Private/Model/MessageLogListingModel.cpp |
void NewPage
(
const FText & InTitle,
uint32 InMaxPages
)
Parameters
| Name | Remarks |
|---|---|
| InTitle | The title that will be displayed for this page. |
| InMaxPages | The maximum number of pages we keep around. If the count is exceeded, we discard the oldest page. |