IMessageLog::NumMessages

Checks to see if there are any messages according to the passed-in severity

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Logging/IMessageLog.h

Include

#include "Logging/IMessageLog.h"

Syntax

int32 NumMessages
(
    EMessageSeverity::Type SeverityFilter
)

Remarks

Checks to see if there are any messages according to the passed-in severity

Returns

The number of messages that pass our filter

Parameters

Parameter

Description

SeverityFilter

Function will only return true if all the messages are of equal or greater severity than this.

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