Project Lyra SendGameplayEventToActor not triggering ability on clients even when calling from server

send gameplay event is for abilities activation sole purpose, for messaging use broadcast message subsystem for one actor to another actor,lyra used this for abilities to UI communication see GA_ADS.
Even broadcast messages won’t work for server-to-client messaging. The old inbuilt system “run on client” function is the only option.

1 Like