Jump to content

Possible to delete nodes from nodelist (or a copy) during runtime?


Recommended Posts

Posted

Hello,

I want to entites to go somewhere and it's a rather complex problem since I don't know which node to send the entities to before runtime.

 

So, is it possible that I delete nodes from a nodelist during runtime? Lets say I have 4 nodes in my list and a process is triggered that deletes a node from thatlist, or a copy of that list?

 

Thanks.

Posted

You cannot delete elements from a list during runtime.


However, you can create a custom queue (Storage element) and using the Insert and Remove steps control the elements that are there. Searching through a queue is almost the same as searching through a list.

×
×
  • Create New...