Gets OBS Effects
Gets effects currently loaded into OBS-PowerShell.
An effect can be thought of as a name with a series of messages to OBS.
Those messages can be defined in a .json file or a script, in any module that tags OBS.
They can also be defined in a function or script named like:
*.OBS.FX.**.OBS.Effect.**.OBS.Effects.*The name of the effect.
| Type | Required | Position | PipelineInput | Aliases |
|---|---|---|---|---|
[String] |
false | 1 | true (ByPropertyName) | EffectName |
Get-OBSEffect [[-Name] <String>] [<CommonParameters>]