Navigation
API > API/Developer > API/Developer/MessageLog > API/Developer/MessageLog/FMessageLogModule
Description
End IModuleInterface interface Registers a log listing with the message log widget. This log is displayed in the global Message Log window by default, but this can be disabled in InitializationOptions. It is not necessary to call this function before outputting to a log via AddMessage etc. This call simply registers a UI to view the log data.
| Name | RegisterLogListing |
| Type | function |
| Header File | /Engine/Source/Developer/MessageLog/Public/MessageLogModule.h |
| Include Path | #include "MessageLogModule.h" |
| Source | /Engine/Source/Developer/MessageLog/Private/MessageLogModule.cpp |
virtual void RegisterLogListing
(
const FName & LogName,
const FText & LogLabel,
const FMessageLogInitializationOptions & InitializationOptions
)
Parameters
| Name | Remarks |
|---|---|
| LogName | The name of the log to register |
| LogLabel | The label to display for the log |
| InitializationOptions | Initialization options for this message log |