Navigation
API > API/Runtime > API/Runtime/TypedElementFramework > API/Runtime/TypedElementFramework/ICompatibilityProvider
Description
Registration
Functions to register callbacks with the compatibility layer to help refine its operations. Objects like actors are registered through the compatibility layer in bulk. This can lead to objects being added that cause conflicts with other data in the data storage. This callback offers the opportunity to inspect the objects that are being added and if they include an object that shouldn't be store it can filter them out.
| Name | RegisterRegistrationFilter |
| Type | function |
| Header File | /Engine/Source/Runtime/TypedElementFramework/Public/Elements/Interfaces/TypedElementDataStorageCompatibilityInterface.h |
| Include Path | #include "Elements/Interfaces/TypedElementDataStorageCompatibilityInterface.h" |
void RegisterRegistrationFilter
(
ObjectRegistrationFilter Filter
)