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