Navigation
API > API/Runtime > API/Runtime/Messaging
References
| Module | Messaging |
| Header | /Engine/Source/Runtime/Messaging/Public/IMessageTracer.h |
| Include | #include "IMessageTracer.h" |
Syntax
struct FMessageTracerEndpointInfo
Remarks
Structure for message endpoint debug information.
Variables
| Type | Name | Description | |
|---|---|---|---|
| TMap< FMessageAddress, TSharedPtr< FMessageTracerAddressInfo > > | AddressInfos | Holds the recipient's address information. | |
| FName | Name | Holds the recipient's human readable name. | |
| TArray< TSharedPtr< FMessageTracerMessageInfo > > | ReceivedMessages | Holds the list of messages received by this recipient. | |
| bool | Remote | Holds a flag indicating whether this is a remote recipient. | |
| TArray< TSharedPtr< FMessageTracerMessageInfo > > | SentMessages | Holds the list of messages sent by this recipient. |