hi
if a function triggers a custom event and the custom event utilizes a delay, will the function that triggered or called the custom event receive execution back prior to the delay being completed or only after it
thanks
hi
if a function triggers a custom event and the custom event utilizes a delay, will the function that triggered or called the custom event receive execution back prior to the delay being completed or only after it
thanks
Hey @barbrian0723!
Inside the function, the next blueprint node after calling your custom event will not be affected by the delay
Hope this helps!
thanks this is exactly what i want