I’m not really sure what I’m doing wrong here, but this particular items is causing me a headache. I can’t build any packages, and every time I restart Unreal it break again. There seems to be an issue with the Add Item node.
As you can see in the image above, there’s an error on one of the add nodes. I have two to just switch between them when I restart Unreal. The error I get is:
“Error Can’t connect pins NewItem and Item : Spline Component Reference (by ref) is not compatible with Scene Component Reference.”
This seems silly to me because it’s saying a component is not compatible with the same type of component. That’s the only error I get and like I wrote - I simply disconnect and reconnect into the new one, compile and off we go… until the next time I start Unreal.
In this case, I’m trying to add the contents (some spline components) of a group within a BP into an array in my game instance.
Thanks!