Navigation
API > API/Runtime > API/Runtime/TypedElementFramework > API/Runtime/TypedElementFramework/ICompatibilityProvider
Description
Notifications and request can be made to the compatibility layer for objects that are stored but don't directly map to a row. An example is a UObject represented by a column. If the UObject gets updated there's no direct mapping to the row the column is stored in but the row still needs to be updated. For cases like this it's possible to store information to find the row that's being aliased.
| Name | RegisterDealiaserCallback |
| Type | function |
| Header File | /Engine/Source/Runtime/TypedElementFramework/Public/Elements/Interfaces/TypedElementDataStorageCompatibilityInterface.h |
| Include Path | #include "Elements/Interfaces/TypedElementDataStorageCompatibilityInterface.h" |
void RegisterDealiaserCallback
(
ObjectToRowDealiaser Dealiaser
)