FUniqueBuffer::IsNull

Returns true if this does not point to a buffer owner.

Choose your operating system:

Windows

macOS

Linux

References

Module

Core

Header

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

Include

#include "Memory/SharedBuffer.h"

Syntax

bool IsNull() const

Remarks

Returns true if this does not point to a buffer owner.

A null buffer is always owned, materialized, and empty.