FMessageLog::Message

Helper functions to allow easy adding of messages to the log.

Windows
MacOS
Linux

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

Syntax

TSharedRef< FTokenizedMessage > Message
(
    EMessageSeverity::Type InSeverity,
    const FText & InMessage
)

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.

Returns

the message for chaining calls.

Parameters

Parameter

Description

InSeverity

The severity of the message

InMessage

The message to use

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss