IAudioParameterControllerInterface::SetBoolArrayParameter

Sets a named Boolean Array.

Choose your operating system:

Windows

macOS

Linux

Override Hierarchy

IAudioParameterControllerInterface::SetBoolArrayParameter()

ISoundParameterControllerInterface::SetBoolArrayParameter()

References

Module

AudioExtensions

Header

/Engine/Source/Runtime/AudioExtensions/Public/AudioParameterControllerInterface.h

Include

#include "AudioParameterControllerInterface.h"

Syntax

void SetBoolArrayParameter
(
    FName InName,
    const TArray< bool > & InValue
)

Remarks

Sets a named Boolean Array.