FBulkDataBuffer::operator=

Assignment operator which will create it's own memory buffer and then copy from the source object rather than share access to the same buffer.

Windows
MacOS
Linux

References

Module

CoreUObject

Header

/Engine/Source/Runtime/CoreUObject/Public/Serialization/BulkDataBuffer.h

Include

#include "Serialization/BulkDataBuffer.h"

Syntax

FBulkDataBuffer & operator=
(
    const FBulkDataBuffer & Other
)

Remarks

Assignment operator which will create it's own memory buffer and then copy from the source object rather than share access to the same buffer.

Parameters

Parameter

Description

Other

The source FBulkDataBuffer to assign from.

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