Inherits DataPatchUpgrade.
Public Member Functions | |
| AZ_CLASS_ALLOCATOR (DataPatchTypeUpgrade, SystemAllocator) | |
| AZ_RTTI_NO_TYPE_INFO_DECL () | |
| DataPatchTypeUpgrade (AZStd::string_view nodeName, unsigned int fromVersion, unsigned int toVersion, AZStd::function< ToT(const FromT &data)> upgradeFunc) | |
| bool | operator< (const DataPatchTypeUpgrade &RHS) const |
| AZStd::any | Apply (const AZStd::any &in) const override |
| void | Apply (AZ::SerializeContext &context, SerializeContext::DataElementNode &node) const override |
| AZ::TypeId | GetFromType () const override |
| AZ::TypeId | GetToType () const override |