Navigation
API > API/Plugins > API/Plugins/WaveformTransformations
| |
|
| Name |
ELoopModificationControls |
| Type |
enum |
| Header File |
/Engine/Plugins/Editor/WaveformEditor/Source/WaveformTransformations/Public/WaveformTransformationMarkers.h |
| Include Path |
#include "WaveformTransformationMarkers.h" |
Syntax
enum ELoopModificationControls
{
None = 0,
LeftHandleIncrement,
LeftHandleDecrement,
RightHandleIncrement,
RightHandleDecrement,
IncreaseIncrement,
DecreaseIncrement,
SelectNextLoop,
SelectPreviousLoop,
LeftHandleNextZeroCrossing,
LeftHandlePreviousZeroCrossing,
RightHandleNextZeroCrossing,
RightHandlePreviousZeroCrossing,
}
Values
| Name |
Remarks |
| None |
|
| LeftHandleIncrement |
|
| LeftHandleDecrement |
|
| RightHandleIncrement |
|
| RightHandleDecrement |
|
| IncreaseIncrement |
|
| DecreaseIncrement |
|
| SelectNextLoop |
|
| SelectPreviousLoop |
|
| LeftHandleNextZeroCrossing |
|
| LeftHandlePreviousZeroCrossing |
|
| RightHandleNextZeroCrossing |
|
| RightHandlePreviousZeroCrossing |
|