Navigation
| Name | TedsCore |
| Type | Editor |
| Part of Plugins | TEDS: Editor Data Storage |
| Location | /Engine/Plugins/Experimental/EditorDataStorage/Source/TedsCore/ |
| Module Build Rules | TedsCore.Build.cs |
Classes
| Name | Remarks |
|---|---|
| FEditorDataStorageModule | |
| UTedsDefaultMementoTranslator | Turn-key translator to convert columns to mementos and back Creates a new struct that has the same UPROPERTIES the ColumnType To opt-in a column to be mementoized, override the GetColumnType with the column that should be mementoized |
| UTedsMementoTranslatorBase | A MementoTranslator is used to convert columns of data to mementos and back again Mementos are special types of columns that hold a subset of column data for dehydrating a row. |