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