Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Sound
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/Sound/SoundWave.h |
| Include | #include "Sound/SoundWave.h" |
Syntax
USTRUCT ()
struct FSoundWaveEnvelopeTimeData
Remarks
Struct used to store time-stamped envelope data.
Variables
| Type | Name | Description | |
|---|---|---|---|
| float | Amplitude | The normalized linear amplitude of the audio. | |
| float | TimeSec | The timestamp of the audio. |