IMessageTracerBreakpoint::ShouldBreak

Checks whether the tracer should break on the given message.

Windows
MacOS
Linux

References

Module

Messaging

Header

/Engine/Source/Runtime/Messaging/Public/IMessageTracerBreakpoint.h

Include

#include "IMessageTracerBreakpoint.h"

Syntax

bool ShouldBreak
(
    const TSharedRef< IMessageContext, ESPMode::ThreadSafe > & Context
) const

Remarks

Checks whether the tracer should break on the given message.

Returns

true if the tracer should break, false otherwise.

Parameters

Parameter

Description

Context

The context of the message to break on.

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