FRefCountVector::AllocateAtUnsafe

Allocate at specific Index, which must be free or larger than current max Index.

Windows
MacOS
Linux

References

Module

GeometricObjects

Header

/Engine/Plugins/Experimental/GeometryProcessing/Source/GeometricObjects/Public/Util/RefCountVector.h

Include

#include "Util/RefCountVector.h"

Syntax

bool AllocateAtUnsafe
(
    int Index
)

Remarks

Allocate at specific Index, which must be free or larger than current max Index. However, we do not update free list. So, you probably need to do RebuildFreeList() after calling this.

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