TSet::SortFreeList

Sort the free element list so that subsequent additions will occur in the lowest available [TSparseArray](API\Runtime\Core\Containers\TSparseArray) index resulting in tighter packing without moving any existing items.

References

Module

Core

Header

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

Include

#include "Containers/Set.h"

Syntax

void SortFreeList()

Remarks

Sort the free element list so that subsequent additions will occur in the lowest available TSparseArray index resulting in tighter packing without moving any existing items. Also useful for some types of determinism.

See Also

TSparseArray::SortFreeList() for more info.

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