◆ FBufferOwnerView() [1/2]
| UE::SharedBuffer::Private::FBufferOwnerView::FBufferOwnerView |
( |
void * |
Data, |
|
|
uint64 |
Size |
|
) |
| |
|
inline |
◆ FBufferOwnerView() [2/2]
| UE::SharedBuffer::Private::FBufferOwnerView::FBufferOwnerView |
( |
const void * |
Data, |
|
|
uint64 |
Size |
|
) |
| |
|
inline |
◆ FreeBuffer()
| virtual void UE::SharedBuffer::Private::FBufferOwnerView::FreeBuffer |
( |
| ) |
|
|
inlinefinalprotectedvirtual |
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.
Implements FBufferOwner.
The documentation for this class was generated from the following file: