Choose your operating system:
Windows
macOS
Linux
| FChange
|
Module |
|
Header |
/Engine/Source/Runtime/Core/Public/Misc/Change.h |
Include |
#include "Misc/Change.h" |
class FCompoundChange : public FSwapChange
FCompoundChange applies a sequence of FSwapChanges. The changes are executed in reverse order (this is like a mini undo stack)
Name | Description | |
---|---|---|
|
FCompoundChange ( |
Constructor |
Name | Description | ||
---|---|---|---|
|
TUniquePtr< ... |
Execute ( |
Makes the change to the object, returning a new change that can be used to perfectly roll back this change |
|
PrintToLog ( |
Prints this change to the log, including sub-changes if there are any. |
|
|
ToString() |
Describes this change (for debugging) |