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