Some page Online where I can learn to do Quick Time Events?

I would like to learn to do the QT Events, but I can’t find any information, Do you know any online courses that teach me how to do Quick Time Events?

I dont knownwhat a quick time event is but if it is like a cutscene where the player has to be quick and do correct inputs to get the good result or a bad thing happens, then I think you could do that using Sequences and using notifies in the sequence to trigger interactible stuff that you have programmed to watch for player inputs. If the inputs happen at the right times then you set the variables that decide how the ending goes.

If you cant find a quicktime event tutorial but I am correct about my guess then you can look up unreal Sequencer tutorials and sequencer notifies or timelines, and find out how to tell what the playback position of the sequence is, and use all that to decide what effect the player input should have.

Probably you will want to switch to a different playercontroller class during the sequence so it doesnt try to do normal actions and only tries to do actions appropriate to the sequence.

Thanks for answering!! QTE is very difficult …It helped me to think more about your answer, I will do what you say, it sounds interesting to me, Then I’ll be watching about the sequence, thanks for these tips :smiley:

I hope it helps. I honestly never tried building them myself, but my first idea on how to do it would be something like that. I hope it works :slight_smile: I guess you’ll be able to tell after 1 or 2 tutorials if it’s what you’re looking for.