FBulkDataBuffer

Overload list

Windows
MacOS
Linux
Name Description

Public function

FBulkDataBuffer()

Constructor.

Public function

FBulkDataBuffer

(
    const FBulkDataBuffer& Other
)

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.

Public function

FBulkDataBuffer

(
    FBulkDataBuffer&& Other
)

Move constructor.

Public function

FBulkDataBuffer

(
    TYPE* InBuffer,
    uint64 InNumberOfElements
)

Constructor.

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