LazyPanda07 / AsyncBlueprintsExtensionPublic

0 stars 0 forks source link

Long calculation with stateful callback #3

Open LazyPanda07 opened 5 months ago

LazyPanda07 commented 5 months ago
mad-ben commented 3 months ago

I suppose this is demonstration of For Loop usage inside async task? Like for example i need to spawn 100 AIs this is how i would go about? Using long Task and spawning AI's using callback?

LazyPanda07 commented 3 months ago

I suppose this is demonstration of For Loop usage inside async task? Like for example i need to spawn 100 AIs this is how i would go about? Using long Task and spawning AI's using callback?

You can spawn inside for loop. Create event with spawning and then call this function in for loop with your event

mad-ben commented 3 months ago

I created something like this and it seems to work:

Game Mode: Screenshot 2024-06-08 085111

Task: 2