Navigation
API > API/Runtime > API/Runtime/TypedElementFramework > API/Runtime/TypedElementFramework/ICompatibilityProvider
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
RowHandle AddCompatibleObjectExplicit
(
UObject* Object |
Functions | Elements/Interfaces/TypedElementDataStorageCompatibilityInterface.h | |
RowHandle AddCompatibleObjectExplicit
(
void* Object, |
Adds an FStruct to the data storage. | Elements/Interfaces/TypedElementDataStorageCompatibilityInterface.h |
AddCompatibleObjectExplicit(UObject *)
Description
Functions
These are functions that work on specific types. Adds a UObject to the data storage.
| Name | AddCompatibleObjectExplicit |
| Type | function |
| Header File | /Engine/Source/Runtime/TypedElementFramework/Public/Elements/Interfaces/TypedElementDataStorageCompatibilityInterface.h |
| Include Path | #include "Elements/Interfaces/TypedElementDataStorageCompatibilityInterface.h" |
RowHandle AddCompatibleObjectExplicit
(
UObject * Object
)
AddCompatibleObjectExplicit(void *, TWeakObjectPtr< const UScriptStruct >)
Description
Adds an FStruct to the data storage.
| Name | AddCompatibleObjectExplicit |
| Type | function |
| Header File | /Engine/Source/Runtime/TypedElementFramework/Public/Elements/Interfaces/TypedElementDataStorageCompatibilityInterface.h |
| Include Path | #include "Elements/Interfaces/TypedElementDataStorageCompatibilityInterface.h" |
RowHandle AddCompatibleObjectExplicit
(
void * Object,
TWeakObjectPtr < const UScriptStruct > TypeInfo
)