FModulationParameter

Choose your operating system:

Windows

macOS

Linux

References

Module

AudioExtensions

Header

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

Include

#include "IAudioModulation.h"

Syntax

struct FModulationParameter

Variables

Name Description

Public variable

bool

 

bRequiresConversion

Whether or not unit conversion is required.

Public variable

float

 

DefaultValue

Default value of parameter in unit space.

Public variable

float

 

MaxValue

Default minimum value of parameter in unit space.

Public variable

float

 

MinValue

Default minimum value of parameter in unit space.

Public variable

FModulationMixF...

 

MixFunction

Function used to mix normalized values together.

Public variable

FModulationNorm...

 

NormalizedFunction

Function used to convert value buffer from unit space to normalized, unitless [0.0f, 1.0f] space.

Public variable

FName

 

ParameterName

Public variable

FText

 

UnitDisplayName

Public variable

FModulationUnit...

 

UnitFunction

Function used to convert value buffer from normalized, unitless space [0.0f, 1.0f] to unit space.

Constructors

Name Description

Public function

FModulationParameter()

Public function

FModulationParameter

(
    const FModulationParameter& InPara...
)

Public function

FModulationParameter

(
    FModulationParameter&& InParam
)

Functions

Operators

Name Description

Public function

FModulationP...

 

operator=

(
    FModulationParameter&& InParam
)

Public function

FModulationP...

 

operator=

(
    const FModulationParameter& InPara...
)