Hide Source's Filters

Hide all the filters from a source
Preview
Preview

Parameters

Connectionrequired
Select

Select the configured OBS Studio Connection to connect to

  • Any - trigger on events from any OBS connection
  • Default - trigger on events from the default OBS connection
Scenerequired
Text

Select the scene from this dropdown list, you can also manually enter a scene name.

Sourcerequired
Text

Select the source from this dropdown list, you can also manually enter a source name.

Variables

This sub-action does not populate any variables.

C# Usage

Disable all filters for a given scene and source

public void ObsHideSourcesFilters(string scene, string source, int connection = 0)