FUniqueBuffer::Materialize

Materialize the buffer by making its data and size available.

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

void Materialize() const

Remarks

Materialize the buffer by making its data and size available.

The buffer is automatically materialized by GetData, GetSize, GetView.