Event not firing for an actor reference stored as variable?

this won’t work since initially the default value of your created variable is null and all event will be bind to that null at that moment.

so when you do a Set, you will have to rebind the events.

Example:

2 Likes