The difference between UE allocation event and binding event

The allocation event is actually bound first, and then the event callback needs to be specified when binding. The allocation event is automatically created. The event callback is automatically created, so when it is
generated, it is called binding to the event.
The second one in the figure below is bound to the Follow event. is created automatically.

image.png

Guess you like

Origin blog.csdn.net/u010042660/article/details/132018710