So, the first thing you're mentioning does sound like a bug. I've never seen it before but then again I don't use UE4 that often. Just for some pet projects. But it might be your intial location that isn't correct. Try changing it to min 0,0,0 and max 0,0,0. If it still spawns in more places than one then it's probably a…
In "Velocity" in the particle editor you enter Min and Max values in X Y and Z. so for example, if you want the particle to move in all directions you should set Min to X:-1, Y:-1, Z:-1 and Max to X: 1, Y: 1, Z: 1. Now the particle should move randomly within those values. Sometimes the particle might get this vector:…
Hey, Thanks for response. When I'm playing with initial velocity for the steam it creates some bugs. For example the overall "smoke" is getting larger for the amount that i need making it look better but from time to time it creates single smoke far away from the main spawn area. The same thing happens no matter if i play…