Resetting the Undo History?
-
Does anyone know how to reset the undo history (e.g., Engine.undo)? Thanks.
-
@clevername27 Nobody knows how to reset the undo history? (It doesn't seem to be documented, but maybe I'm missing that.)
-
@clevername27 it wasn't possible yet, but it's now :)
-
@Christoph-Hart Cheers, mate.
-
@clevername27 Here's the API call:
Engine.clearUndoHistory();
-