void ufoEditorNotifyEdited( ufoEditor editor_instance, int* param_index_array, int number_of_parameters, ufoEditorEventType ufo_event_type);
ufoEditorNotifyEdited notifies Media Illusion of changes to parameters as a result of an edit.
For interactive changes, for example when dragging sliders or onscreen tools, ufoEditorDrag should be passed as the ufo_event_type.
For release changes, such as releasing sliders or onscreen tools, ufoEditorRelease should be passed as the ufo_event_type.
ufoEditorNotifyEdited may be called within ufoEditorOverlayDraw, ufoEditorRGBDraw, ufoEditorMouseDown, ufoEditorMouseUp, ufoEditorMouseDrag, ufoEditorMousePosition, and ufoEditorKeyEvent.
Autodesk Softimage v7.5