Right way to spawn niagara system in multiplayer? (I'm looking for a condition to filter in replication)

This seem to be the condition i was looking for…

bool Condition = !((Actor->GetLocalRole() != ENetRole::ROLE_SimulatedProxy) && Actor->HasAuthority());

Now seem i can avoid the niagara null pointers

Thank you @3dRaven