FFileMessageAttachment

Implements a message attachment whose data is held in a file.

Windows
MacOS
Linux

Inheritance Hierarchy

IMessageAttachment

FFileMessageAttachment

References

Module

MessagingCommon

Header

/Engine/Source/Runtime/MessagingCommon/Public/FileMessageAttachment.h

Include

#include "FileMessageAttachment.h"

Syntax

class FFileMessageAttachment : public IMessageAttachment

Remarks

Implements a message attachment whose data is held in a file.

WARNING: Message attachments do not work yet for out of process messages.

Constructors

Name Description

Public function

FFileMessageAttachment

(
    const FString& InFilename
)

Creates and initializes a new instance.

Public function

FFileMessageAttachment

(
    const FString& InFilename,
    bool InAutoDeleteFile
)

Creates and initializes a new instance.

Destructors

Name Description

Public function

~FFileMessageAttachment()

Destructor.

Overridden from IMessageAttachment

Name Description

Public function Virtual

FArchive ...

 

CreateReader()

Creates an archive reader to the data.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss