Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Misc
Inheritance Hierarchy
- FChange
- FSwapChange
- FCompoundChange
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Misc/Change.h |
| Include | #include "Misc/Change.h" |
Syntax
class FSwapChange : public FChange
Remarks
To use FSwapChange you must implement Execute(). This function must do two things: 1) apply the change to the given UObject 2) return a new FSwapChange that does the "opposite" action
Overridden from FChange
| Type | Name | Description | |
|---|---|---|---|
| void | Apply
(
UObject* Object |
Makes the change to the object | |
| EChangeStyle | What style of change is this | ||
| void | Revert
(
UObject* Object |
Reverts change to the object |