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. |
Structs
| Name | Remarks |
|---|---|
| FTedsTypedElementColumn | A column which contains a TypedElementHandle from the TypedElementFramework Prefer to use the namespaced alias when referencing in code - UE::Editor::DataStorage::Compatibility::FTypedElementColumn |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| FOnTypedElementBridgeEnabled | TMulticastDelegate_OneParam< void, bool > | Compatibility/TedsTypedElementBridge.h | |
| FTypedElementColumn | FTedsTypedElementColumn | Compatibility/Columns/TypedElement.h |