Navigation
API > API/Runtime > API/Runtime/Engine
Dictates whether to use the CuePoints and Loop Regions from the .wav file or from the waveform editor Marker transformations during playback
| Name | ESoundWaveCuePointOrigin |
| Type | enum |
| Header File | /Engine/Source/Runtime/Engine/Classes/Sound/SoundWave.h |
| Include Path | #include "Sound/SoundWave.h" |
Syntax
enum ESoundWaveCuePointOrigin
{
WaveFile = 0,
MarkerTransformation,
}
Values
| Name | Remarks |
|---|---|
| WaveFile | |
| MarkerTransformation |