FCompressedGrowableBuffer::Append

Appends passed in data to the buffer.

Windows
MacOS
Linux

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

Syntax

int32 Append
(
    void * Data,
    int32 Size
)

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.

Returns

Offset of data, used for retrieval later on

Parameters

Parameter

Description

Data

Data to append

Size

Size of data in bytes.

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