Navigation
API > API/Runtime > API/Runtime/Messaging
References
| Module | Messaging |
| Header | /Engine/Source/Runtime/Messaging/Public/IMessageTracerBreakpoint.h |
| Include | #include "IMessageTracerBreakpoint.h" |
Syntax
class IMessageTracerBreakpoint
Remarks
Interface for message tracer breakpoints.
Destructors
| Type | Name | Description | |
|---|---|---|---|
| Hidden destructor. |
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | IsEnabled () |
Checks whether this breakpoint is enabled. | |
| bool | ShouldBreak
(
const TSharedRef< IMessageContext, ESPMode::ThreadSafe >& Context |
Checks whether the tracer should break on the given message. |