Get Current Scene

Get the current scene
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

Variables

The following variables will be populated after executing this sub-action:

Description
currentScenestring

Name of the active scene at the time of execution

Example: Gaming Scene

C# Usage

public string ObsGetCurrentScene(int connection = 0)