Navigation
API > API/Plugins > API/Plugins/WaveformTransformations
Used to make CuePoints work with PropertyHandles.
| |
|
| Name |
UWaveCueArray |
| Type |
class |
| Header File |
/Engine/Plugins/Editor/WaveformEditor/Source/WaveformTransformations/Public/WaveformTransformationMarkers.h |
| Include Path |
#include "WaveformTransformationMarkers.h" |
Syntax
UCLASS (BlueprintType, DefaultToInstanced)
class UWaveCueArray : public UObject
Inheritance Hierarchy
Typedefs
| Name |
Type |
Remarks |
Include Path |
| CycleMarkerLoopRegionDelegate |
TBaseDelegate_OneParam< void, ELoopModificationControls > |
|
WaveformTransformationMarkers.h |
| ModifyMarkerLoopRegionDelegate |
TBaseDelegate_OneParam< void, ELoopModificationControls > |
|
WaveformTransformationMarkers.h |
| OnCueChange |
TBaseDelegate_NoParams< void > |
|
WaveformTransformationMarkers.h |
Constants
| Name |
Type |
Remarks |
Include Path |
| MinLoopSize |
int64 |
To minimize complexity while supporting all common editing cases, loops have a min length of 10 frames. |
WaveformTransformationMarkers.h |
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| CueChanged |
OnCueChange |
|
WaveformTransformationMarkers.h |
|
| CuesAndLoops |
TArray< FSoundWaveCuePoint > |
|
WaveformTransformationMarkers.h |
- EditAnywhere
- Category="Markers"
|
| CycleMarkerLoop |
CycleMarkerLoopRegionDelegate |
|
WaveformTransformationMarkers.h |
|
| ModifyMarkerLoop |
ModifyMarkerLoopRegionDelegate |
|
WaveformTransformationMarkers.h |
|
| SelectedCue |
int32 |
|
WaveformTransformationMarkers.h |
- EditAnywhere
- Category="Markers"
|
Protected
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| bIsInitialized |
bool |
|
WaveformTransformationMarkers.h |
|
Functions
Public
| Name |
Remarks |
Include Path |
Unreal Specifiers |
|
|
WaveformTransformationMarkers.h |
|
|
If uninitialized, init Marker array. |
WaveformTransformationMarkers.h |
|
|
Uninitialize and empty Marker array. |
WaveformTransformationMarkers.h |
|
Overridden from UObject