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