IEditableLogProvider::UpdateMessageSpec

Update a log message's information.

Unreal Engine C++ API Reference > Developer > TraceServices > TraceServices > Model > IEditableLogProvider

References

   
Module TraceServices
Header /Engine/Source/Developer/TraceServices/Public/TraceServices/Model/Log.h
Include #include "TraceServices/Model/Log.h"
void UpdateMessageSpec
(
    uint64 LogPoint,
    uint64 InCategoryPointer,
    const TCHAR * InFormatString,
    const TCHAR * InFile,
    int32 InLine,
    [ELogVerbosity::Type](API\Runtime\Core\Logging\ELogVerbosity__Type) InVerbosity
)

Remarks

Update a log message's information.

Parameters

Name Description
LogPoint The log message to update.
InCategoryPointer The category.
InFormatString The format string whose memory is stored in the Session.
InFile The file path of the message's location.
InLine The line number of the message's location.
InVerbosity The verbosity of the message.

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library