FOscFrequencyMod

Struct which wraps all factors which contribute to pitch of the oscillator.

Windows
MacOS
Linux

References

Module

SignalProcessing

Header

/Engine/Source/Runtime/SignalProcessing/Public/DSP/Osc.h

Include

#include "DSP/Osc.h"

Syntax

struct FOscFrequencyMod

Remarks

Struct which wraps all factors which contribute to pitch of the oscillator.

Variables

Name Description

Public variable

float

 

Cents

Cents frequency modulation

Public variable

float

 

Detune

Exponential frequency modulation.

Public variable

float

 

ExternalMod

External modulation source.

Public variable

float

 

Mod

The modulated frequency value.

Public variable

float

 

Octave

Octave frequency modulation.

Public variable

float

 

PitchBend

Pitch bend modulation (i.e. from mod wheel)

Public variable

float

 

Scale

A factor which directly scales the frequency output (used for FM modulation)

Public variable

float

 

Semitones

Semitones frequency modulation.

Constructors

Name Description

Public function

FOscFrequencyMod()

Public function

FOscFrequencyMod

(
    const FOscFrequencyMod& Other
)

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