Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FBufferOwner
Description
Materialize the buffer by making it ready to be accessed.
This will be called before any access to the data or size, unless SetIsMaterialized is called by the constructor. Accesses from multiple threads will cause multiple calls to this function until at least one has finished.
| Name | MaterializeBuffer |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Memory/SharedBuffer.h |
| Include Path | #include "Memory/SharedBuffer.h" |
virtual void MaterializeBuffer()