unreal.AudioParameterControllerInterface
¶
- class unreal.AudioParameterControllerInterface(outer: Optional[Object] = None, name: Union[Name, str] = 'None')¶
Bases:
Interface
Audio Parameter Controller Interface
C++ Source:
Module: AudioExtensions
File: AudioParameterControllerInterface.h
- set_parameters_blueprint(parameters) None ¶
Sets an array of parameters as a batch
- Parameters:
parameters (Array[AudioParameter]) –
- set_trigger_parameter(name) None ¶
Executes a named trigger. Does not cache trigger value, so only executes if the sound is already playing. If the intent is for the trigger to execute immediately (if playing) and be called on initialization for all future instances, call ‘SetBoolParameter’ with the intended initial trigger behavior (true if trigger desired on initialization, false if not).
- Parameters:
name (Name) –