Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/Core/Public/Memory/SharedBuffer.h |
Include |
#include "Memory/SharedBuffer.h" |
Make an owned buffer by taking ownership of the input.
Parameter |
Description |
---|---|
DeleteFunction |
Called with (Data, Size) to free memory when the last shared reference is released. |