Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Logging > API/Runtime/Core/Logging/IMessageLog > API/Runtime/Core/Logging/IMessageLog/SetCurrentPage
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Logging/IMessageLog.h |
| Include | #include "Logging/IMessageLog.h" |
void SetCurrentPage
(
const FText & Title
)
Remarks
Sets the current page to the one specified by the title.
Parameters
| Name | Description |
|---|---|
| Title | the title of the page to switch to |