Path Constraint Unreal Engine – Spine Forum
Yes, it is possible to edit the path constraint using the Spine runtime in Unreal Engine. You can adjust the position of a path constraint by accessing the path constraint object and setting its position. This is typically done in code rather than Blueprints, as Unreal Engine’s Blueprints may not expose all necessary API functions for complex operations like path constraints. You can set the position of the path constraint to a value between 0 (beginning of the path) and 1 (end of the path) to adjust its position along the path. If you have an animation that keys the path constraint position, you should apply the change after applying the animation to ensure it takes effect.
Read more here: Source link
