Navigation
API > API/Runtime > API/Runtime/TypedElementFramework > API/Runtime/TypedElementFramework/ICompatibilityProvider
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void RemoveCompatibleObjectExplicit
(
UObject* Object |
Removes a UObject from the data storage. | Elements/Interfaces/TypedElementDataStorageCompatibilityInterface.h | |
void RemoveCompatibleObjectExplicit
(
void* Object |
Removes an FStruct from the data storage. | Elements/Interfaces/TypedElementDataStorageCompatibilityInterface.h |
RemoveCompatibleObjectExplicit(UObject *)
Description
Removes a UObject from the data storage.
| Name | RemoveCompatibleObjectExplicit |
| Type | function |
| Header File | /Engine/Source/Runtime/TypedElementFramework/Public/Elements/Interfaces/TypedElementDataStorageCompatibilityInterface.h |
| Include Path | #include "Elements/Interfaces/TypedElementDataStorageCompatibilityInterface.h" |
void RemoveCompatibleObjectExplicit
(
UObject * Object
)
RemoveCompatibleObjectExplicit(void *)
Description
Removes an FStruct from the data storage.
| Name | RemoveCompatibleObjectExplicit |
| Type | function |
| Header File | /Engine/Source/Runtime/TypedElementFramework/Public/Elements/Interfaces/TypedElementDataStorageCompatibilityInterface.h |
| Include Path | #include "Elements/Interfaces/TypedElementDataStorageCompatibilityInterface.h" |
void RemoveCompatibleObjectExplicit
(
void * Object
)