FBulkDataBase::GetCopy

Retrieves a copy of the bulk data.

Windows
MacOS
Linux

References

Module

CoreUObject

Header

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

Include

#include "Serialization/BulkData2.h"

Source

/Engine/Source/Runtime/CoreUObject/Private/Serialization/BulkData2.cpp

Syntax

void GetCopy
(
    void ** Dest,
    bool bDiscardInternalCopy
)

Remarks

Retrieves a copy of the bulk data.

Parameters

Parameter

Description

Dest

[in/out] Pointer to pointer going to hold copy, can point to nullptr in which case memory is allocated

bDiscardInternalCopy

Whether to discard/ free the potentially internally allocated copy of 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