Navigation
API > API/Runtime > API/Runtime/Messaging
References
| Module | Messaging |
| Header | /Engine/Source/Runtime/Messaging/Public/IMessageTracer.h |
| Include | #include "IMessageTracer.h" |
Syntax
struct FMessageTracerInterceptorInfo
Remarks
Structure for message interceptor debug information.
Variables
| Type | Name | Description | |
|---|---|---|---|
| TArray< TSharedPtr< FMessageTracerMessageInfo > > | InterceptedMessages | Holds the list of messages intercepted by this interceptor. | |
| FName | Name | Holds the interceptor's human readable name. | |
| double | TimeRegistered | Holds the time at which this interceptor was registered. | |
| double | TimeUnregistered | Holds the time at which this interceptor was unregistered. |