Navigation
Unreal Engine C++ API Reference > Runtime > Messaging > IMessageTracer
References
Module | Messaging |
Header | /Engine/Source/Runtime/Messaging/Public/IMessageTracer.h |
Include | #include "IMessageTracer.h" |
bool Tick
&40;
float DeltaTime
&41;
Remarks
Ticks the tracer. true if any events were processed.
Parameters
Name | Description |
---|---|
DeltaTime | The time in seconds since the last tick. |