![]() |
Iliad
Painting Plugin for UnrealEngine4 by Praxinos
|
Public Member Functions | |
void | Construct (const FArguments &InArgs, FOdysseyUndoHistory *InOdysseyUndoHistory) |
virtual void | Tick (const FGeometry &AllottedGeometry, const double InCurrentTime, const float InDeltaTime) override |
Public Attributes | |
SOdysseyUndoHistory | |
Protected Member Functions | |
void | OnUndoBufferChanged () |
void | ReloadUndoList () |
Implements the undo history panel for the painter editor.
void SOdysseyUndoHistory::Construct | ( | const FArguments & | InArgs, |
FOdysseyUndoHistory * | InOdysseyUndoHistory | ||
) |
Construct this widget
InArgs | The declaration data for this widget. |
|
protected |
|
protected |
Reloads the list of undo transactions.
|
overridevirtual |
SOdysseyUndoHistory::SOdysseyUndoHistory |