Get Current Scene
Get the current scene
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
Variables
The following variables will be populated after executing this sub-action:
Description | ||
---|---|---|
currentScene | string | Name of the active scene at the time of execution Example: Gaming Scene |
C# Usage
public string ObsGetCurrentScene(int connection = 0)