TAllocatorFixedSizeFreeList::Free

Returns one element from the free list. Must have been acquired previously by Allocate.

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Containers/AllocatorFixedSizeFreeList.h

Include

#include "Containers/AllocatorFixedSizeFreeList.h"

Syntax

void Free
(
    void * Element
)

Remarks

Returns one element from the free list. Must have been acquired previously by Allocate.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss