Set Random Group Source Visible
Set a random source from a group visible
Preview
Parameters
Connectionrequired
Select
Select the configured OBS Studio Connection to connect to
Any
- trigger on events from any OBS connectionDefault
- 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.
Grouprequired
Text
Select the group from this dropdown list, you can also manually enter a group name.
Variables
The following variables will be populated after executing this sub-action:
Description | ||
---|---|---|
randomSource | string | name of the chosen random source Example: Game Capture |
C# Usage
public string ObsSetRandomGroupSourceVisible(string scene, string groupName, int connection = 0)