FBulkDataBuffer::FBulkDataBuffer

Copy constructor 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
(
    const FBulkDataBuffer & Other
)

Remarks

Copy constructor 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 array to copy.

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