Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Logging > API/Runtime/Core/Logging/FMessageLog
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Logging/MessageLog.h |
| Include | #include "Logging/MessageLog.h" |
| Source | /Engine/Source/Runtime/Core/Private/Logging/MessageLog.cpp |
TSharedRef< FTokenizedMessage > Message
&40;
EMessageSeverity::Type InSeverity,
const FText & InMessage
&41;
Remarks
Helper functions to allow easy adding of messages to the log. Each one will add a token for the severity (if valid) and the textual message (if any). Messages are buffered. the message for chaining calls.
Parameters
| Name | Description |
|---|---|
| InSeverity | The severity of the message |
| InMessage | The message to use |