FModulationParameter

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()

Functions

Name Description

Public function Static

const FModul...

 

GetDefaultMixFunction()

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