Wikis / Unreal Wiki / Legacy:Linked List

A linked list is a list of objects linked together by a series of pointers to another object in that list. In UnrealScript terms, each object has a reference to the next object in the list.

This allows for a near unlimited amount of objects to be connected; a worthy substitution for dynamic arrays (arrays of no defined size), which are not available in UnrealEngine1. (e.g. UT) This can be used for a variety of purposes: a player's inventory, a history of messages, a bunch of pipebombs a player can detonate, or even simply have easier and quicker access to certain actors such as Mutators and GameRules.

Articles about Linked Lists

Info Page Information

2022-11-18T09:22:34.034432Z 2006-01-16T22:49:02Z Wormbo * https://wiki.beyondunreal.com/Legacy:Linked List Attribution-NonCommercial-ShareAlike 3.0