Choose your operating system:
Windows
macOS
Linux
| UObjectBase
|
Module |
|
Header |
/Engine/Plugins/Enterprise/DataprepEditor/Source/DataprepCore/Public/SelectionSystem/DataprepFloatFilter.h |
Include |
#include "SelectionSystem/DataprepFloatFilter.h" |
UCLASS()
class UDataprepFloatFilter : public UDataprepFilter
Name | Description | ||
---|---|---|---|
|
Filter ( |
||
|
float |
GetEqualValue() |
|
|
EDataprepFlo... |
GetFloatMatchingCriteria() |
|
|
float |
GetTolerance() |
|
|
SetEqualValue ( |
||
|
SetFloatMatchingCriteria ( |
||
|
SetTolerance ( |
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 |