Allows manipulation of volume and pitch over a set time period
Member | Type | Offset | Share |
---|---|---|---|
LoopStart
The time in seconds where the envelope's loop begins. |
float | 0x48 | |
LoopEnd
The time in seconds where the envelope's loop ends. |
float | 0x4c | |
DurationAfterLoop
The time in seconds it takes the evelope to fade out after the last loop is completed. |
float | 0x50 | |
LoopCount
The number of times the envelope should loop if looping is enabled and the envelope is not set to loop indefinitely. |
int32_t | 0x54 | |
bLoopIndefinitely : 1 | char | 0x58 | |
bLoop : 1 | char | 0x58 | |
VolumeInterpCurve | UDistributionFloatConstantCurve* | 0x60 | |
PitchInterpCurve | UDistributionFloatConstantCurve* | 0x68 | |
VolumeCurve
The distribution defining the volume envelope. |
FRuntimeFloatCurve | 0x70 | |
PitchCurve
The distribution defining the pitch envelope. |
FRuntimeFloatCurve | 0xf8 | |
PitchMin
The minimum pitch for the input sound. |
float | 0x180 | |
PitchMax
The maximum pitch for the input sound. |
float | 0x184 | |
VolumeMin
The minimum volume for the input sound. |
float | 0x188 | |
VolumeMax
The maximum volume for the input sound. |
float | 0x18c |