FMessageLogListingModel::SetCurrentPage

Sets the current page to the one specified by the index.

Unreal Engine C++ API Reference > 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
(
    const uint32 InOldPageIndex
)

Remarks

Sets the current page to the one specified by the index. If the page does not exist, creates a new page. The page will move to index 0. 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.

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library