TSparseArrayElementOrFreeListLink

Allocated elements are overlapped with free element info in the element list.

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Containers/SparseArray.h"

Syntax

template<typename ElementType>
union TSparseArrayElementOrFreeListLink

Remarks

Allocated elements are overlapped with free element info in the element list.

Variables

Name Description

Public variable

TSparseArrayEle...

 

@122

Public variable

ElementType

 

ElementData

If the element is allocated, its value is stored here.

Public variable

int32

 

NextFreeIndex

If the element isn't allocated, this is a link to the next element in the array's free list.

Public variable

int32

 

PrevFreeIndex

If the element isn't allocated, this is a link to the previous element in the array's free list.

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