FCompressedGrowableBuffer::Access

Accesses the data at passed in offset and returns it.

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

void * Access
(
    int32 Offset
)

Remarks

Accesses the data at passed in offset and returns it. The memory is read-only and memory will be freed in call to unlock. The lifetime of the data is till the next call to Unlock, Append or Access

Parameters

Parameter

Description

Offset

Offset to return corresponding data for

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