DECLARE_DYNAMIC_MULTICAST_DELEGATE_OneParam

Can someone give a brief explanation on what this delegate does? I check out the header file delegate.h and still don’t understand what it means. When should I use a delegate? And which version? Single cast or multiple cast? Are there any books talking about delegates?

Thanks!

David

Thanks! That’s helpful!