Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/IMessageLog
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void SetCurrentPage
(
const FText& Title |
Sets the current page to the one specified by the title. | Logging/IMessageLog.h | |
void SetCurrentPage
(
const uint32 InOldPageIndex |
Sets the current page to the one specified by the title. | Logging/IMessageLog.h |
SetCurrentPage(const FText &)
Description
Sets the current page to the one specified by the title.
| Name | SetCurrentPage |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Logging/IMessageLog.h |
| Include Path | #include "Logging/IMessageLog.h" |
void SetCurrentPage
(
const FText & Title
)
Parameters
| Name | Remarks |
|---|---|
| Title | the title of the page to switch to |
SetCurrentPage(const uint32)
Description
Sets the current page to the one specified by the title.
| Name | SetCurrentPage |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Logging/IMessageLog.h |
| Include Path | #include "Logging/IMessageLog.h" |
void SetCurrentPage
(
const uint32 InOldPageIndex
)
Parameters
| Name | Remarks |
|---|---|
| InOldPageIndex | the index of the page to switch to. This page will move to index 0. |