You need to use the DYNAMIC
variants of delegates in order to be used with UPROPERTY
. Dynamic delegates have support for serialization that regular delegates do not have. What error do you get when you use those?
You need to use the DYNAMIC
variants of delegates in order to be used with UPROPERTY
. Dynamic delegates have support for serialization that regular delegates do not have. What error do you get when you use those?