FCompressedGrowableBuffer::Lock

Locks the buffer for reading.

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 Lock()

Remarks

Locks the buffer for reading. Needs to be called before calls to Access and needs to be matched up with Unlock call.

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