Bind multicast delegate from C++ in blueprint

I think You need change

DECLARE_MULTICAST_DELEGATE

to

DECLARE_DYNAMIC_MULTICAST_DELEGATE
1 Like