FSoundModulationParameter

Parameter allowing modulation control override for systems opting in to the Modulation System.

Windows
MacOS
Linux

References

Module

AudioExtensions

Header

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

Include

#include "IAudioExtensionPlugin.h"

Syntax

struct FSoundModulationParameter

Remarks

Parameter allowing modulation control override for systems opting in to the Modulation System.

Variables

Name Description

Public variable

FName

 

Control

Name of modulation control to drive parameter.

Public variable

float

 

Value

Default modulation parameter value.

Constructors

Name Description

Public function

FSoundModulationParameter()

Public function

FSoundModulationParameter

(
    float InValue,
    float InValueMin,
    float InValueMax
)

Functions

Name Description

Public function Const

float

 

GetMaxValue()

Public function Const

float

 

GetMinValue()

Public function Const

float

 

GetValue()

Public function

void

 

SetBounds

(
    float InValueMin,
    float InValueMax
)

Public function

bool

 

SetValue

(
    const FSoundModulationControls& In...
)

Returns true if updated by control, false if not

Operators

Name Description

Public function Const

 

operator float()

Public function

float

 

operator*

(
    float InValue
)

Public function

float

 

operator/

(
    float InValue
)

Public function

FSoundModula...

 

operator=

(
    const FSoundModulationParameter& I...
)

Public function

FSoundModula...

 

operator=

(
    float InValue
)

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss