FUniqueBuffer::MakeOwned

Returns a buffer that is owned, by cloning if not owned.

Choose your operating system:

Windows

macOS

Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Memory/SharedBuffer.h

Include

#include "Memory/SharedBuffer.h"

Source

/Engine/Source/Runtime/Core/Private/Memory/SharedBuffer.cpp

Syntax

FUniqueBuffer MakeOwned()

Remarks

Returns a buffer that is owned, by cloning if not owned.