Hello i’m trying destroy actor in multiplayer
Destroying placed actor in level is no problem
but if i use “spawn actor from class” to spawn actor
it doesn’t destroyed
i make custom event in multicast both spawn and destroy
please help
Hello i’m trying destroy actor in multiplayer
Destroying placed actor in level is no problem
but if i use “spawn actor from class” to spawn actor
it doesn’t destroyed
i make custom event in multicast both spawn and destroy
please help
Set the actor to “Replicate” and only spawn it once from the server.
Destroy it on the server.
sorry to late comment
i tried another way and i can solve this problem
but thank you for your answer