FUniqueBuffer::Alloc

Make an uninitialized owned buffer of the specified size.

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

static FUniqueBuffer Alloc
(
    uint64 Size
)

Remarks

Make an uninitialized owned buffer of the specified size.