Choose your operating system:
Windows
macOS
Linux
| UObjectBase
|
Module |
|
Header |
/Engine/Plugins/Enterprise/DataprepEditor/Source/DataprepCore/Public/SelectionSystem/DataprepStringFilter.h |
Include |
#include "SelectionSystem/DataprepStringFilter.h" |
UCLASS()
class UDataprepStringFilter : public UDataprepFilter
Name | Description | ||
---|---|---|---|
|
Filter ( |
||
|
GetMatchInArray() |
||
|
UDataprepStr... |
GetStringArray() |
|
|
EDataprepStr... |
GetStringMatchingCriteria() |
|
|
GetUserString() |
||
|
SetMatchInArray ( |
||
|
SetStringMatchingCriteria ( |
||
|
SetUserString ( |
Name | Description | ||
---|---|---|---|
|
FilterAndGatherInfo ( |
Take an array of object and output the result into the arrays |
|
|
FilterAndStoreInArrayView ( |
Take an array of object and output the result into the result array |
|
|
FilterObjects ( |
Take an array of objects and return the objects that pass the filter |
|
|
TSubclassOf<... |
GetAcceptedFetcherClass() |
Return the type of fetcher associated with this filter |
|
GetFilterCategoryText() |
Return the selector category for this filter Imagine the category as the following: Select by|Your filter category| data fetched by the fetcher Here a full example: Select by|String with|Object Name |
|
|
IsThreadSafe() |
Is this filter safe to use in a multi thread execution? |
|
|
SetFetcher ( |
Set a new fetcher for this filter |