Blueprint Multicast Event Replication not working

Where you call the function from, some object only exist in server, if you call in that then event never being called in client. For example, GameMode only exist in server, multicast will not work in GameMode, or PlayerController only exist in server and owning client, multicast will only send back to owning client.