Set Source Filter State
Modify the visibility of a source filter
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
Sourcerequired
Text
Select a source from the list, or enter a source name
Staterequired
Select
Select which state you want to set
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)