BroadCast event cpp not call my function

For people stumbling on this post years later, as i did:
The answer is to put the macro UFUNCTION() in front of the functions that are getting called by the broadcast.

1 Like