Skip to content

Network Object Despawner

AlexanderMcCord edited this page Sep 21, 2022 · 2 revisions

This small, but quite useful class lets you safely de-spawn an active NetworkObject that is part of the active networked session. There is only one main method which is DespawnNetworkObject:

DespawnNetworkObject:

  • networkObject: The network object that will be de-spawned(removed) from the networked session.