Navigation
API > API/Runtime > API/Runtime/Messaging > API/Runtime/Messaging/IMutableMessageContext
References
Module | Messaging |
Header | /Engine/Source/Runtime/Messaging/Public/IMutableMessageContext.h |
Include | #include "IMutableMessageContext.h" |
void SetAttachment
(
const TSharedPtr < IMessageAttachment , ESPMode::ThreadSafe > & InAttachment
)
Remarks
Sets the optional message attachment.
Parameters
Name | Description |
---|---|
InAttachment | The attachment to set. |