[solved] dynamic delegate vs dynamic delegate

Documentation for delegates is here:

In short, there is:

  1. “single vs multicast” group, distinguishable by maximum amount of subscribers
  2. “native vs dynamic” group, where the difference is only in ones being c++ oriented and others are being exposed for blueprints
2 Likes