FGrainEnvelope

Simple class that generates an envelope and lets you retrieve interpolated values at any given fraction.

Windows
MacOS
Linux

References

Module

SignalProcessing

Header

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

Include

#include "DSP/Granulator.h"

Syntax

class FGrainEnvelope

Remarks

Simple class that generates an envelope and lets you retrieve interpolated values at any given fraction.

Constructors

Name Description

Public function

FGrainEnvelope()

Destructors

Name Description

Public function

~FGrainEnvelope()

Functions

Name Description

Public function

void

 

GenerateEnvelope

(
    const EGrainEnvelopeType EnvelopeTy...,
    const int32 NumFrames
)

Public function Const

float

 

GetValue

(
    const float Fraction
)

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