Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Memory > API/Runtime/Core/Memory/FBufferOwner
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Memory/SharedBuffer.h |
| Include | #include "Memory/SharedBuffer.h" |
virtual void MaterializeBuffer()
Remarks
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.