# Sandbox.ProjectSettings.Get

```csharp
static T Get(string filename)
```

Gets or creates a default version of this config data. You can safely call this multiple times
and it will return the same object. The cache is cleared automatically when the project changes, 
or when it's hotloaded.

### Parameters

- `filename` (`string`)

### Returns

`T`

Declared in [Sandbox.ProjectSettings](/api/Sandbox.ProjectSettings).
Assembly: `Sandbox.Engine`.
