How to extract keyframe of a sequencer with blueprint

To extract keyframe positions from your sequence, you might need to delve into Blueprint scripting. Have you tried accessing the keyframe data using Blueprint nodes like Get Playback Position or Get Key Time? Those could help you pinpoint where to add spline points based on the keyframe positions.