Ark Server API (ASA) - Wiki
Loading...
Searching...
No Matches
TScriptSparseArray< AllocatorType, InDerivedType >::FFreeListLink Struct Reference

Public Attributes

int32 PrevFreeIndex
 
int32 NextFreeIndex
 

Detailed Description

template<typename AllocatorType, typename InDerivedType>
struct TScriptSparseArray< AllocatorType, InDerivedType >::FFreeListLink

Definition at line 1425 of file SparseArray.h.

Member Data Documentation

◆ NextFreeIndex

template<typename AllocatorType , typename InDerivedType >
int32 TScriptSparseArray< AllocatorType, InDerivedType >::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 1431 of file SparseArray.h.

◆ PrevFreeIndex

template<typename AllocatorType , typename InDerivedType >
int32 TScriptSparseArray< AllocatorType, InDerivedType >::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 1428 of file SparseArray.h.


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