[solved] dynamic delegate vs dynamic delegate

whats the difference? i thought there where only 3: single, multicast, dynamic multi, but dynamic delegate what is it?

It’s the same as apples vs apples…

Can you be a bit more specific?

1 Like

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

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.