Choose your operating system:
Windows
macOS
Linux
| UObjectBase
|
Module |
|
Header |
/Engine/Plugins/Enterprise/DataprepEditor/Source/DataprepLibraries/Public/Fetchers/DataprepIntegerFetcherLibrary.h |
Include |
#include "Fetchers/DataprepIntegerFetcherLibrary.h" |
UCLASS(BlueprintType, NotBlueprintable,
Meta=(DisplayName="Vertex Count", ToolTip="Filter objects based on their vertex count."))
class UDataprepVertexCountFetcher : public UDataprepIntegerFetcher
Name | Description | ||
---|---|---|---|
|
Fetch_Implementation |
This function is the same has Fetch, but it's the extension point for an operation defined in c++. |
Name | Description | ||
---|---|---|---|
|
GetNodeDisplayFetcherName_Implementation() |
||
|
IsThreadSafe() |
Is this fetcher safe to use in a multi thread execution? |