UE4EnhancedCodeFlow
UE4EnhancedCodeFlow copied to clipboard
This code plugin provides functions that drastically improve the quality of life during the implementation of game flow in C++.
Helper functions which will give you the time left in Delay node or even change the value of time left in delay. Which functions can use it too?
At some situations someone might want to reset running or paused actions. Reset means the tick will start from the beginning. Example: There is a delay, which might be paused,...
Greetings, I'm testing out your plugin, enhanced code flow, which seems excellent by the way, thank you for providing it for free. It works as intended in my client build,...