#include "Containers/ContainersFwd.h"
#include "CoreTypes.h"
#include "Memory/MemoryFwd.h"
#include "Memory/MemoryView.h"
#include "Misc/AssertionMacros.h"
#include "Misc/EnumClassFlags.h"
#include "Templates/Invoke.h"
#include "Templates/TypeHash.h"
#include "Templates/UnrealTemplate.h"
#include <atomic>
#include <type_traits>
Go to the source code of this file.
◆ ENUM_CLASS_FLAGS()
◆ MakeSharedBufferFromArray()
Construct a shared buffer by taking ownership of an array.
◆ MakeUniqueBufferFromArray()
Construct a unique buffer by taking ownership of an array.