zompi2 / UE4EnhancedCodeFlow

This code plugin for Unreal Engine provides functions that drastically improve the quality of life during the implementation of game flow in C++.
MIT License
95 stars 12 forks source link

Newfeatures #33

Closed zompi2 closed 11 months ago

zompi2 commented 11 months ago

Upgrade to version 3.1.0: DelayTicks action has been added, which executes the given action after the specified amount of ticks. Additional WaitAndExecute function wich DeltaTime value in a predicate.