ISoundParameterControllerInterface::SetParameter

Sets a named parameter to the given parameter structure value.

Choose your operating system:

Windows

macOS

Linux

Override Hierarchy

IAudioParameterControllerInterface::SetParameter()

ISoundParameterControllerInterface::SetParameter()

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 SetParameter
(
    FAudioParameter && InValue
)

Remarks

Sets a named parameter to the given parameter structure value.