Can't AddDynamic to DYNAMIC_MULTICAST_DELEGATE in C++

Few things that might be it,

The Inventory = const, try removing const.
Delegate is using int. So far I have only used int32 as this is supported by blueprint. Unsure how far int64 support goes with it these days.

1 Like