How to queue up character actions?

Hi,
there is a builtin data structure which to point you to the right way.
take a look at this TQueue

or a std::priority_queue standard c++ (yes, research about to use std:: into ue4 c++ script before do it).

1 Like