Navigation
API > API/Developer > API/Developer/MessageLog > API/Developer/MessageLog/Model > API/Developer/MessageLog/Model/FMessageLogListingModel > API/Developer/MessageLog/Model/FMessageLogListingModel/SetCurrentPage
References
| Module | MessageLog |
| Header | /Engine/Source/Developer/MessageLog/Public/Model/MessageLogListingModel.h |
| Include | #include "Model/MessageLogListingModel.h" |
| Source | /Engine/Source/Developer/MessageLog/Private/Model/MessageLogListingModel.cpp |
bool SetCurrentPage
&40;
const FText & InTitle,
uint32 InMaxPages
&41;
Remarks
Sets the current page to the one specified by the title. If the page does not exist, creates a new page. true if the page has changed (either switched or created a new one).
Parameters
| Name | Description |
|---|---|
| InTitle | The title of the page to search for, or create |
| InMaxPages | The maximum number of pages we keep around. If the count is exceeded, we discard the oldest page. |