Ark Server API (ASE) - Wiki
Loading...
Searching...
No Matches
FScriptSparseArray::FFreeListLink Struct Reference

Public Attributes

int32 PrevFreeIndex
 
int32 NextFreeIndex
 

Detailed Description

Definition at line 1041 of file SparseArray.h.

Member Data Documentation

◆ NextFreeIndex

int32 FScriptSparseArray::FFreeListLink::NextFreeIndex

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

Definition at line 1047 of file SparseArray.h.

◆ PrevFreeIndex

int32 FScriptSparseArray::FFreeListLink::PrevFreeIndex

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

Definition at line 1044 of file SparseArray.h.


The documentation for this struct was generated from the following file: