Anyone done distance along spline, but in a material function / node?
Wondering if is there a built-in way or would we need to make custom nodes?
Goal: at BeginPlay() give the material the spline points. Then shaders can use the distance in rendering. The splines would be static so no need for constant update.