FModulatorContinuousParams

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Sound/SoundNodeModulatorContinuous.h

Include

#include "Sound/SoundNodeModulatorContinuous.h"

Syntax

struct FModulatorContinuousParams

Variables

Name Description

Public variable

float

 

Default

The default value to be used if the parameter is not found.

Public variable

float

 

MaxInput

The maximum input value. Values will be clamped to the [MinInput, MaxInput] range.

Public variable

float

 

MaxOutput

The maximum output value.

Public variable

float

 

MinInput

The minimum input value. Values will be clamped to the [MinInput, MaxInput] range.

Public variable

float

 

MinOutput

The minimum output value.

Public variable

FName

 

ParameterName

The name of the sound instance parameter that specifies the current value.

Public variable

TEnumAsByte< en...

 

ParamMode

The mode with which to treat the input value

Constructors

Name Description

Public function

FModulatorContinuousParams()

Functions

Name Description

Public function Const

float

 

GetValue

(
    const FActiveSound& ActiveSound
)

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