FMessageTracerMessageInfo

Structure for message debug information.

Windows
MacOS
Linux

References

Module

Messaging

Header

/Engine/Source/Runtime/Messaging/Public/IMessageTracer.h

Include

#include "IMessageTracer.h"

Syntax

struct FMessageTracerMessageInfo

Remarks

Structure for message debug information.

Variables

Name Description

Public variable

TSharedPtr< IMe...

 

Context

Holds a pointer to the message context.

Public variable

TMap< TSharedPt...

 

DispatchStates

Holds the message's dispatch states per endpoint.

Public variable

bool

 

Intercepted

Whether the message was intercepted.

Public variable

TSharedPtr< FMe...

 

SenderInfo

Pointer to the sender's endpoint information.

Public variable

double

 

TimeRouted

Holds the time at which the message was routed (0.0 = pending).

Public variable

double

 

TimeSent

Holds the time at which the message was sent.

Public variable

TSharedPtr< FMe...

 

TypeInfo

Pointer to the message's type information.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss