Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TBufferOwnerTArray
Description
Free the buffer and any associated resources.
This is called when the last shared reference is released. The destructor will be called when the last weak reference is released. A buffer owner will always call this function before the calling the destructor, unless an exception was thrown by the constructor.
Virtual Inheritance
- FBufferOwner::FreeBuffer → TBufferOwnerTArray::FreeBuffer
| Name | FreeBuffer |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Memory/SharedBuffer.h |
| Include Path | #include "Memory/SharedBuffer.h" |
virtual void FreeBuffer()