Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TScriptSparseArray
| |
|
| Name |
FFreeListLink |
| Type |
struct |
| Header File |
/Engine/Source/Runtime/Core/Public/Containers/SparseArray.h |
| Include Path |
#include "Containers/SparseArray.h" |
Syntax
struct FFreeListLink
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| NextFreeIndex |
int32 |
If the element isn't allocated, this is a link to the next element in the array's free list. |
Containers/SparseArray.h |
|
| PrevFreeIndex |
int32 |
If the element isn't allocated, this is a link to the previous element in the array's free list. |
Containers/SparseArray.h |
|