blueprint interface vs event dispatchers in performance

I just want to know which get better performance in project for transfer data?
for example which use less Cpu or Memory usage?
Thanks in advance.

They are used for totally different things, so it’s not really much of a comparison.

They both pass parameter on the stack, I don’t think it makes any difference.

2 Likes