What happens to a bound delegate when the object that bound it is destroyed without being explicitly unbound?
-
A
The delegate is automatically removed from the dispatcher
-
B
The dispatcher stops working entirely
-
C
Calling the dispatcher can cause a crash due to a dangling reference
-
D
Unreal Engine automatically pauses the dispatcher