You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using a mixed replication ASC in my listen server game in UE 5.0.3 and On Removed does not fire twice for Gameplay Cue Actors (added via duration GEs). On Added does fire twice just like the documentation suggests. Is this an oversight in the documentation?
The text was updated successfully, but these errors were encountered:
So this is intended, because it's the same tag, same cue.
Your second OnActive call is from a RPC explicitly.
The GE is only applied once and only by the Listen Server. According to the documentation, this should trigger both On Added and On Removed twice on the Listen Server for the GC associated with the GE (due to minimal effect replication netmulticast), however, from my testing, only On Added is called twice, On Removed is only called once (thankfully).
I'm using a mixed replication ASC in my listen server game in UE 5.0.3 and On Removed does not fire twice for Gameplay Cue Actors (added via duration GEs). On Added does fire twice just like the documentation suggests. Is this an oversight in the documentation?
The text was updated successfully, but these errors were encountered: