Navigation
API > API/Runtime > API/Runtime/MessagingCommon > API/Runtime/MessagingCommon/FFileMessageAttachment
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FFileMessageAttachment
(
const FString& InFilename |
Creates and initializes a new instance. | FileMessageAttachment.h | |
FFileMessageAttachment
(
const FString& InFilename, |
Creates and initializes a new instance. | FileMessageAttachment.h |
FFileMessageAttachment(const FString &)
Description
Creates and initializes a new instance.
| Name | FFileMessageAttachment |
| Type | function |
| Header File | /Engine/Source/Runtime/MessagingCommon/Public/FileMessageAttachment.h |
| Include Path | #include "FileMessageAttachment.h" |
FFileMessageAttachment
(
const FString & InFilename
)
Parameters
| Name | Remarks |
|---|---|
| Filename | The full name and path of the file. |
FFileMessageAttachment(const FString &, bool)
Description
Creates and initializes a new instance.
| Name | FFileMessageAttachment |
| Type | function |
| Header File | /Engine/Source/Runtime/MessagingCommon/Public/FileMessageAttachment.h |
| Include Path | #include "FileMessageAttachment.h" |
FFileMessageAttachment
(
const FString & InFilename,
bool InAutoDeleteFile
)
Parameters
| Name | Remarks |
|---|---|
| Filename | The full name and path of the file. |
| AutoDeleteFile | Whether to delete the file when this attachment is destroyed. |