Set Scene Filter State
Update the visibility of a filter for a given scene
Parameters
Connectionrequired
Select
Select the configured Streamlabs Desktop Connection to connect to
Scenerequired
Text
Select a scene from the list, or enter a scene name
Filterrequired
Text
Select a filter from the list, or enter a filter name
Staterequired
Select
Select the new state for the selected filter
Visible
: Sets the filter state on your scene to VisibleHidden
: Sets the filter state on your scene to HiddenToggle
: Toggles the filter state on your scene between Visible and Hidden
Variables
This sub-action does not populate any variables.
C# Usage
public void SlobsSetFilterState(string scene, string source, string filterName, int state, int connection = 0)
public void SlobsSetFilterState(string scene, string filterName, int state, int connection = 0)