Navigation
Unreal Engine C++ API Reference > Runtime > Messaging
References
Module | Messaging |
Header | /Engine/Source/Runtime/Messaging/Public/IMessageTracer.h |
Include | #include "IMessageTracer.h" |
Syntax
struct FMessageTracerAddressInfo
Remarks
Structure for a recipient's address information.
Variables
Type | Name | Description | |
---|---|---|---|
![]() |
FMessageAddress | Address | Holds a recipient's message address. |
![]() |
double | TimeRegistered | Holds the time at which this address was registered. |
![]() |
double | TimeUnregistered | Holds the time at which this address was unregistered. |