Navigation
API > API/Runtime > API/Runtime/TypedElementFramework > API/Runtime/TypedElementFramework/IUiProvider
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Unregister a function to handle converting a property into a searcher. | Elements/Interfaces/TypedElementDataStorageUiInterface.h | ||
void UnregisterSearcherGeneratorForProperty
(
const FFieldClass* PropertyType |
Unregister a function to handle converting a property into a searcher. | Elements/Interfaces/TypedElementDataStorageUiInterface.h |
UnregisterSearcherGeneratorForProperty()
Description
Unregister a function to handle converting a property into a searcher.
| Name | UnregisterSearcherGeneratorForProperty |
| Type | function |
| Header File | /Engine/Source/Runtime/TypedElementFramework/Public/Elements/Interfaces/TypedElementDataStorageUiInterface.h |
| Include Path | #include "Elements/Interfaces/TypedElementDataStorageUiInterface.h" |
template<PropertyClassType PropertyClass>
void UnregisterSearcherGeneratorForProperty()
UnregisterSearcherGeneratorForProperty(const FFieldClass *)
Description
Unregister a function to handle converting a property into a searcher.
| Name | UnregisterSearcherGeneratorForProperty |
| Type | function |
| Header File | /Engine/Source/Runtime/TypedElementFramework/Public/Elements/Interfaces/TypedElementDataStorageUiInterface.h |
| Include Path | #include "Elements/Interfaces/TypedElementDataStorageUiInterface.h" |
void UnregisterSearcherGeneratorForProperty
(
const FFieldClass * PropertyType
)