FMessageTracerEndpointInfo

Structure for message endpoint debug information.

Windows
MacOS
Linux

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

Name Description

Public variable

TMap< FMessageA...

 

AddressInfos

Holds the recipient's address information.

Public variable

FName

 

Name

Holds the recipient's human readable name.

Public variable

TArray< TShared...

 

ReceivedMessages

Holds the list of messages received by this recipient.

Public variable

bool

 

Remote

Holds a flag indicating whether this is a remote recipient.

Public variable

TArray< TShared...

 

SentMessages

Holds the list of messages sent by this recipient.

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