# Sandbox.SceneWorld.DeletePendingObjects

```csharp
void DeletePendingObjects()
```

Deleted objects are actually deleted at the end of each frame. Call this
to actually delete pending deletes right now instead of waiting.

Declared in [Sandbox.SceneWorld](/api/Sandbox.SceneWorld).
Assembly: `Sandbox.Engine`.
