# Sandbox.PlatformSettings.SubtitlesShowUI

```csharp
bool SubtitlesShowUI { get; set; }
```

Show the default subtitle UI overlay for sounds with subtitle tracks. When
false, the tracks still load and `M:Sandbox.SubtitlesGameObjectSystem.GetActive(System.Collections.Generic.List{Sandbox.SubtitlesGameObjectSystem.Line})`
still works, but the built-in overlay is hidden. Use this when implementing
a custom subtitle UI.

Declared in [Sandbox.PlatformSettings](/api/Sandbox.PlatformSettings).
Assembly: `Sandbox.Engine`.
