Navigation
API > API/Plugins > API/Plugins/HarmonixDsp
| Name | FWaveShape |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/Harmonix/Source/HarmonixDsp/Public/HarmonixDsp/Modulators/Lfo.h |
| Include Path | #include "HarmonixDsp/Modulators/Lfo.h" |
Syntax
struct FWaveShape
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| FWaveShapeFunction | float(*) | HarmonixDsp/Modulators/Lfo.h |
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| sWaveShapeTable | FWaveShapeFunction | HarmonixDsp/Modulators/Lfo.h |
Functions
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static float Apply
(
EWaveShape WaveShape, |
HarmonixDsp/Modulators/Lfo.h | ||
static FWaveShapeFunction GetFunction
(
EWaveShape WaveShape |
HarmonixDsp/Modulators/Lfo.h | ||
static float Noise
(
float x |
HarmonixDsp/Modulators/Lfo.h | ||
static float SawtoothDown
(
float x |
HarmonixDsp/Modulators/Lfo.h | ||
static float SawtoothUp
(
float x |
HarmonixDsp/Modulators/Lfo.h | ||
static float Sine
(
float x |
HarmonixDsp/Modulators/Lfo.h | ||
static float Square
(
float x |
HarmonixDsp/Modulators/Lfo.h | ||
static float Triangle
(
float x |
HarmonixDsp/Modulators/Lfo.h |