Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/Serialization > API/Runtime/CoreUObject/Serialization/FBulkData
References
| Module | CoreUObject |
| Header | /Engine/Source/Runtime/CoreUObject/Public/Serialization/BulkData.h |
| Include | #include "Serialization/BulkData.h" |
| Source | /Engine/Source/Runtime/CoreUObject/Private/Serialization/BulkData.cpp |
void GetCopy
&40;
void &42;&42; Dest,
bool bDiscardInternalCopy
&41;
Remarks
Retrieves a copy of the bulk data.
Parameters
| Name | Description |
|---|---|
| Dest | [in/out] Pointer to pointer going to hold copy, can point to NULL pointer in which case memory is allocated |
| bDiscardInternalCopy | Whether to discard/ free the potentially internally allocated copy of the data |