I do, but… i think the issue was that I coded this in MyGame. I was working in that class just experimenting to get the mechanic working, and figured I’d create an interface for this stuff later. So what I did just a few minutes ago was; created the interface BP (actor class) and copy/pasted the logic into it. Complied with no errors. Whether or not, it’ll do what I want it to do, is another matter
Thank you for the update, if this issue persists, please feel free to repost with the updated information, i’ll be happy to take another look. For now I will remark this post as answered for tracking purposes.
I had the same issue with a BP, and I was unable to Package my Project, my solution was simply to replace each FoorLoop and ForEachLoop in that BP. After that everything back to normal.