Choose your operating system:
Windows
macOS
Linux
| IInterface
|
Module |
|
Header |
/Engine/Source/Runtime/AudioExtensions/Public/AudioParameterControllerInterface.h |
Include |
#include "AudioParameterControllerInterface.h" |
class IAudioParameterControllerInterface : public IInterface
Base interface for any object implementing parameter control for a given sound instance controller.
Name | Description | ||
---|---|---|---|
|
ResetParameters() |
Resets all parameters to their original values. |
|
|
SetBoolArrayParameter |
Sets a named Boolean Array. |
|
|
SetBoolParameter |
Sets a named Boolean. |
|
|
SetFloatArrayParameter |
Sets a named Float Array. |
|
|
SetFloatParameter ( |
Sets a named Float. |
|
|
SetIntArrayParameter |
Sets a named Int32 Array. |
|
|
SetIntParameter |
Sets a named Int32. |
|
|
SetObjectArrayParameter |
Sets a named UObject Array. |
|
|
SetObjectParameter |
Sets a named UObject. |
|
|
SetParameter |
||
|
SetParameter |
||
|
SetParameter |
||
|
SetParameter |
||
|
SetParameter |
||
|
SetParameter |
||
|
SetParameter ( |
||
|
SetParameter |
||
|
SetParameter ( |
Template Specialization for non-script clients. |
|
|
SetParameter ( |
Sets a named parameter to the given parameter structure value. |
|
|
SetParameter |
||
|
SetParameter |
||
|
SetParameters ( |
Sets an array of parameters as a batch. |
|
|
SetStringArrayParameter |
Sets a named String Array. |
|
|
SetStringParameter |
Sets a named String. |
|
|
SetTriggerParameter ( |
Executes a named trigger. |