ISoundParameterControllerInterface::SetParameters

Sets an array of parameters as a batch.

Choose your operating system:

Windows

macOS

Linux

Override Hierarchy

IAudioParameterControllerInterface::SetParameters()

ISoundParameterControllerInterface::SetParameters()

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/Audio/SoundParameterControllerInterface.h

Include

#include "Audio/SoundParameterControllerInterface.h"

Source

/Engine/Source/Runtime/Engine/Private/Audio/SoundParameterControllerInterface.cpp

Syntax

virtual void SetParameters
(
    TArray< FAudioParameter > && InValues
)

Remarks

Sets an array of parameters as a batch.