Assertion failed: Role == ROLE_Authority [File:UnrealEngine4.15\Engine\Source\Runtime\Engine\Private\Actor.cpp] [Line: 2746]
that’s because the “Template” of FActorSpawnParameters is ROLE_SimulatedProxy, and the “Role” property value is copied to the new spawned actor.
you can ask your engineer, it is very easy to understand