Playing a specific time of an animation segment through c++

If I have an animation sequence with the duration of 0.4seconds, is it possible to play the animation only at the 0.2second mark and get it stuck at that time without looping or ending the animation?

I think you can do that by making a montage, and perhaps also extracting the particular end pose you want as a separate pose animation asset that the montage cuts to.