Choose your operating system:
Windows
macOS
Linux
| UObjectBase
|
Module |
|
Header |
/Engine/Plugins/Enterprise/DataprepEditor/Source/DataprepCore/Public/SelectionSystem/DataprepObjectSelectionFilter.h |
Include |
#include "SelectionSystem/DataprepObjectSelectionFilter.h" |
UCLASS(BlueprintType, NotBlueprintable, HideCategories=(Filter),
Meta=(Hidden, DisplayName="Selection", ToolTip="Filter selected objects"))
class UDataprepObjectSelectionFilter : public UDataprepFilterNoFetcher
Name | Description | |
---|---|---|
|
UDataprepObjectSelectionFilter() |
Name | Description | ||
---|---|---|---|
|
const TArray... |
GetCachedNames() |
|
|
GetNumActors() |
||
|
GetNumAssets() |
||
|
SetSelection |
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 |
|
|
IsThreadSafe() |
Is this filter safe to use in a multi thread execution? |