Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/Serialization > API/Runtime/CoreUObject/Serialization/FBulkDataBuffer
References
| Module | CoreUObject |
| Header | /Engine/Source/Runtime/CoreUObject/Public/Serialization/BulkDataBuffer.h |
| Include | #include "Serialization/BulkDataBuffer.h" |
void Reset
&40;
DataType &42; InBuffer,
uint64 InNumberOfElements
&41;
Remarks
Frees any existing buffer and takes ownership of the buffer provided instead.
Parameters
| Name | Description |
|---|---|
| InBuffer | Pointer to memory to take ownership of, must've have been allocated via FMemory::Malloc/Realloc. |
| InNumberOfElements | The number of elements in the buffer. buffers actual size if desired. |