Announcement
Collapse
No announcement yet.
Event dispatcher not working
Collapse
X
-
If the cast is failing, it could be due using the cast in the construction script. Since the construction script runs when an object is created, its possible its happening before the player object exists, thus the cast will fail. You can try moving it to EventBeginPlay in the event graph if that is the case.
Comment
Comment