I am trying to make a projectile with an AOE upon an overlap event. This is in a replicated context. Currently and consistently the projectile spawns as desired, can collide with an actor, and damage be applied using my damage system. However, the AOE is not working properly and causes some very strange behavior as follows.
-The AOE emitter (using infinity blade resources) replicates ONLY if the shooter is hit by the projectile. AOE damage is reliably applied to everyone within radius in this case.
—Projectile damage is done to the overlapped character as expected in this case
—A debug sphere spawns only on shooter’s client
-Actors being hit by the projectile will reliably take damage applied by the projectile OR damage by the AOE, never both. very inconsistent on what is applied.
-AOE emitter will sometimes (also very unreliably) spawn twice
-fuse time does not affect outcome
-amount of projectiles spawned in the world has no impact on outcome
It is worth noting that I am replicating the Top-down template. RMB is used to move an AI character that is possessed upon spawning in the world. Have not really had an issue with anything during the project for getting things to replicate properly. BPs attached are the master projectile and master AOE.
Basic expected flow for entire event…
Input pressed>spawn projectile>projectile has overlap with any actor>projectile does damage and spawns AOE BP>AOE BP spawns an emitter and applies damage within specified radius


