Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Misc > API/Runtime/Core/Misc/FCompressedGrowableBuffer
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/Misc/CompressedGrowableBuffer.h |
Include | #include "Misc/CompressedGrowableBuffer.h" |
Source | /Engine/Source/Runtime/Core/Private/Misc/Compression.cpp |
int32 Append
&40;
void &42; Data,
int32 Size
&41;
Remarks
Appends passed in data to the buffer. The data needs to be less than the max pending buffer size. The code will assert on this assumption. Offset of data, used for retrieval later on
Parameters
Name | Description |
---|---|
Data | Data to append |
Size | Size of data in bytes. |