rdeioris / LuaMachine

Unreal Engine Plugin for Lua APIs implementation
MIT License
581 stars 120 forks source link

How calling functions in sequence with Delay. #61

Open Skino1337 opened 1 year ago

Skino1337 commented 1 year ago

Hi, this is how i run the lua code: image and this is my lua code: image and this is my open_dialog release: image image How can I make sure there is a delay between "open_dialog"? If i swap event to func, i cant enter delay.

How i can release this logic?