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