Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/Core/Public/Misc/Change.h |
Include |
#include "Misc/Change.h" |
class FCommandChange : public FChange
To use FCommandChange you must implement Apply() and Revert()Revert() is called to "Undo" and Apply() is called to "Redo"
Name | Description | ||
---|---|---|---|
|
TUniquePtr< ... |
Execute ( |
Makes the change to the object, returning a new change that can be used to perfectly roll back this change |
|
GetChangeType() |
What style of change is this |