Unreal Engine is a great game engine, and ecosystem, but some seemingly basic things are really complicated to pull off. I want to have a particle follow a path, something that is pretty easy in most other systems, but not UE4.
First thing I need a path. UE4 calls these splines, but you can't impo...

