In UE5 with constant keyframes:
For example, I want to set the value to 1 at frame 5 — that works.
Then set it to 2 at frame 10 — that works too.
Then 3 at frame 15 — also works.
But when I try to set it to 4 at frame 20, the resulting constant keyframe still stays at 3.
At frame 25, trying to set it to 5 also ends up as 3.
Frame 30, trying to set it to 6 is still 3.
Only at frame 35, when I set it to 7, does it work again
What’s going on?