Hey !
I’ve a problem : how I can do a delay in Blueprint Functions Library, please ?
Thanks in advance :).
Hey !
I’ve a problem : how I can do a delay in Blueprint Functions Library, please ?
Thanks in advance :).
I believe functions need to be able to be executed instantly. No delays, timelines, etc. You’ll need to split the function before and after the delay and put the delay in the event graph.
Aww :(. Okay, thanks !
ou,I dont like it~~~
Thats how functions work, they are meant to give instant answers.
If you just want to keep your event graph tidy and nice though, you probably could use “macro” instead though. Macros have similar functionality and you can put pretty much anything in them. Just manually set up the in and out executables to the macro and you should be good. For constantly repeated functions though, macros are not as fast though, I think… but dont quote me for that.
Or you can even create separate Graphs with uniqe names and such (like the Event Graph).