Navigation
API > API/Plugins > API/Plugins/MutableTools > API/Plugins/MutableTools/MuT
Inheritance Hierarchy
- Base
- RefCounted
- ErrorLog
References
| Module | MutableTools |
| Header | /Engine/Plugins/Experimental/Mutable/Source/MutableTools/Public/MuT/ErrorLog.h |
| Include | #include "MuT/ErrorLog.h" |
Syntax
class ErrorLog : public mu::RefCounted
Remarks
Class used to store the error, warning and information messages from several processes performed by the tools library, like model transformation or compilation.
Constructors
| Type | Name | Description | |
|---|---|---|---|
ErrorLog () |
Life cycle. |
Destructors
| Type | Name | Description | |
|---|---|---|---|
~ErrorLog () |
Forbidden. Manage with the Ptr<> template. |
Functions
| Type | Name | Description | |
|---|---|---|---|
| ErrorLogMessageAttachedDataView | GetMessageAttachedData
(
int index |
Get the attached data of a message. | |
| const void * | GetMessageContext
(
int index |
Get the opaque context of a message. | |
| int | GetMessageCount
(
ErrorLogMessageType type |
Get the number of messages. | |
| ErrorLogMessageSpamBin | GetMessageSpamBin
(
int index |
||
| const FString & | GetMessageText
(
int index |
Get the text of a message. | |
| ErrorLogMessageType | GetMessageType
(
int index |
||
| Private * | GetPrivate () |
||
| void | Log () |
||
| void |
Classes
| Type | Name | Description | |
|---|---|---|---|
| Private |