![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <IMutableMessageContext.h>
Inheritance diagram for IMutableMessageContext:Interface for mutable message contexts.
|
inlinevirtual |
Virtual destructor.
|
pure virtual |
Adds a message address to the recipient list.
| Recipient | The address of the recipient to add. |
|
pure virtual |
Sets the optional message attachment.
| InAttachment | The attachment to set. |
Sets the date and time at which the message expires.
| InExpiration | Expiration date and time. |
|
pure virtual |
Sets the value of the header with the specified key.
| Key | The header key. |
| Value | The header value. |
|
pure virtual |
Sets the message.
| InMessage | The message to set. |
| InTypeInfo | The message's type information. |
|
pure virtual |
Sets the message scope.
| InScope | The message scope. |
|
pure virtual |
Sets the address of the message's sender.
| InSender | The message sender's address. |
Sets the date and time at which the message was sent.
| InTimeSent | Send date and time. |