Navigation
API > API/Runtime > API/Runtime/Messaging > API/Runtime/Messaging/IMessageTracer
Description
Checks whether the tracer is currently at a breakpoint.
| Name | IsBreaking |
| Type | function |
| Header File | /Engine/Source/Runtime/Messaging/Public/IMessageTracer.h |
| Include Path | #include "IMessageTracer.h" |
bool IsBreaking() const
true if at breakpoint, false otherwise.
See Also
-
IsRunning