Event dispatcher doesn't work with mouse click event... why?

Regarding the BPChar player ref in the pic on the left, in the TEst BP:

  • you’ve created a variable that can reference the player - that’s great
  • how did you assign it value, though? Because creating a var is not enough, you need to also tell the engine which player instance you mean even if there is only one.

Instead of the variable, try:

2 Likes