Navigation
Unreal Engine C++ API Reference > Runtime > MessagingCommon > FFileMessageAttachment > FFileMessageAttachment
References
Module | MessagingCommon |
Header | /Engine/Source/Runtime/MessagingCommon/Public/FileMessageAttachment.h |
Include | #include "FileMessageAttachment.h" |
FFileMessageAttachment
&40;
const FString & InFilename,
bool InAutoDeleteFile
&41;
Remarks
Creates and initializes a new instance.
Parameters
Name | Description |
---|---|
Filename | The full name and path of the file. |
AutoDeleteFile | Whether to delete the file when this attachment is destroyed. |