Doubly linked list UEFN verse documentation page code has 2 bugs

Summary

This uefn documentation page about implementing a list has a sample code for a list implementation: Linked Lists | Unreal Editor for Fortnite Documentation | Epic Developer Community

The code has 2 major issues which cause the code to malfunction.

Please select what you are reporting on:

Unreal Editor for Fortnite

What Type of Bug are you experiencing?

Documentation

Steps to Reproduce

Use the implemenation of the doubly linked list and use addAfter and add before and on iteration it will not work correctly

Expected Result

Works correctly

Observed Result

Does not work correctly as some added nodes do not show up

Platform(s)

All

To fix these issues the following lines in the doucmenation need to be added so other devs using the page do not have the same errors :wink:

Thank you for calling this out, we’ll take a look.

1 Like

Thanks Flak ! :slight_smile: