Navigation
| Name | MessageLog |
| Type | Developer |
| Location | /Engine/Source/Developer/MessageLog/ |
| Module Build Rules | MessageLog.Build.cs |
Classes
| Name | Remarks |
|---|---|
| FMessageLogListingModel | This class represents a set of rich tokenized messages for a particular system |
| FMessageLogListingViewModel | The non-UI solution specific presentation logic for a collection of messages for a particular system. |
| FMessageLogModule | |
| SMessageLogListing | A message log listing, such as the Compiler Log, or the Map Check Log. |
Structs
| Name | Remarks |
|---|---|
| FMessageLogInitializationOptions | Options for setting up a message log's UI |
Interfaces
| Name | Remarks |
|---|---|
| IMessageLogListing | A message log listing, such as the Compiler Log, or the Map Check Log. |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| FCanShowMessageLog | TBaseDelegate_NoParams< bool > | MessageLogModule.h | |
| IMessageLogListingPtr | TSharedPtr< class IMessageLogListing > | Type definition for shared pointers to instances of IMessageLogListing. | IMessageLogListing.h |
| IMessageLogListingRef | TSharedRef< class IMessageLogListing > | Type definition for shared references to instances of IMessageLogListing. | IMessageLogListing.h |
| MessageContainer | TArray< TSharedRef< FTokenizedMessage > > | Define the container type for all the messages | Model/MessageLogListingModel.h |