Removes OBS Effects
Removes effects currently loaded into OBS-PowerShell.
The name of the effect.
Type | Required | Position | PipelineInput | Aliases |
---|---|---|---|---|
[String] |
true | 1 | true (ByPropertyName) | Name |
This removes effects from memory, but will not delete effect commands or remove effect scripts.
Remove-OBSEffect [-EffectName] <String> [<CommonParameters>]