Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

4.8.1 Gameplay Cue Definition #84

Open
DanteSSS333 opened this issue Jul 18, 2022 · 2 comments
Open

4.8.1 Gameplay Cue Definition #84

DanteSSS333 opened this issue Jul 18, 2022 · 2 comments

Comments

@DanteSSS333
Copy link

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?

@ameaninglessname
Copy link
Contributor

From what i know:

Did you apply the GE (which is stack-able) twice?

So this is intended, because it's the same tag, same cue.

Your second OnActive call is from a RPC explicitly.

@DanteSSS333
Copy link
Author

From what i know:

Did you apply the GE (which is stack-able) twice?

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).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants