How to Use,(version 1) - npcbx/AsyncFuncCaller GitHub Wiki

  1. download and import this plugins to your own porject(or create a new one).

  2. make sure the plugin is enabled;

enable plugin

3.create a custom blueprint actor.Name it to AsyncBPFuncTest_BP. Create a bp Actor Create a bp actor2 Rename the actor

4.Create a custom Bp func,give it some work, make sure it has no return result. Create customed bp func

  1. use StartAsyncFunc to involve it in the begin play. or anywhere else you want to use it. involve the customed bp func

6.place the actor into the game world. place the actor into the game world

7.click begin play to see the result. Result