I might have figured out why this isnt working… but please correct me if Im wrong…
The replication of Custom events (for instance Execute On Server) can not be used if the event is part of an actor-blueprint? (Basically my entire script is a part of an actor)…Could this be the reason to why I can’t get the events to fire?..
I just tried by createing a very simple custom event and set it to replicate and to run on server… and then simply called on that event once I press the A-key… and placed this script in my PlayerControllerBP instead of the actors BP… and then the event did fire…