# Sandbox.GameObject.GetPrefab

```csharp
static GameObject GetPrefab(string prefabFilePath)
```

Get the GameObject of a prefab from file path

### Parameters

- `prefabFilePath` (`string`)

### Returns

`GameObject`

Declared in [Sandbox.GameObject](/api/Sandbox.GameObject).
Assembly: `Sandbox.Engine`.
