Location Offset
Everything about the Offset input on the GameplayTask.
Offset
This was added to allow you to shift the pattern’s position around if needed or to do interesting things by combining it with the Offset Curve, that was one of the primary goals behind putting it in as an optional thing that can make the pattern a bit more interesting. You can even randomize it in a small range like 100-300 units and the origin of the pattern will move around randomly everytime the GameplayTask starts.
Without the curve, this value is used flatly to add or remove from the Origin but with the curve, it’s treated as a target value that can be reached.

