Navigation
API > API/Runtime > API/Runtime/TypedElementFramework > API/Runtime/TypedElementFramework/ICompatibilityProvider
Description
Allows a specific type to be associated with a table. Whenever a compatible object is added, the type information of that object will be used to find the closest match in the registered types and use the associated table. E.g. actors derive from uobjects so if the type information of an actor is registered the actor table will be used instead of the uobject table.
| Name | RegisterTypeTableAssociation |
| Type | function |
| Header File | /Engine/Source/Runtime/TypedElementFramework/Public/Elements/Interfaces/TypedElementDataStorageCompatibilityInterface.h |
| Include Path | #include "Elements/Interfaces/TypedElementDataStorageCompatibilityInterface.h" |
void RegisterTypeTableAssociation
(
TWeakObjectPtr < UStruct > TypeInfo,
TableHandle Table
)