Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FBufferOwner
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.
Derived Overrides
| Name | FreeBuffer |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Memory/SharedBuffer.h |
| Include Path | #include "Memory/SharedBuffer.h" |
void FreeBuffer()