Two DECLARE_MULTICAST_DELEGATE_OneParam with same params but different name

Since you want your events to be subscribed from BPs, then you need DECLARE_DYNAMIC_MULTICAST_DELEGATE_OneParam instead of one you using(which are cpp-only delegates)