FFreeListLink

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Containers/SparseArray.h"

Syntax

struct FFreeListLink

Variables

Name Description

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