Navigation
API > API/Plugins > API/Plugins/AudioModulation
References
| Module | AudioModulation |
| Header | /Engine/Plugins/Runtime/AudioModulation/Source/AudioModulation/Public/SoundModulationPatch.h |
| Include | #include "SoundModulationPatch.h" |
Syntax
USTRUCT (BlueprintType )
struct FSoundControlModulationPatch
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bBypass | Whether or not patch is bypassed (patch is still active, but always returns output parameter default value when modulated) | |
| TArray< FSoundControlModulationInput > | Inputs | Modulation inputs | |
| TObjectPtr< USoundModulationParameter > | OutputParameter |