Navigation
API > API/Plugins > API/Plugins/DataprepLibraries > API/Plugins/DataprepLibraries/Fetchers
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UDataprepParameterizableObject
- UDataprepFetcher
- UDataprepIntegerFetcher
- UDataprepTriangleCountFetcher
References
| Module | DataprepLibraries |
| Header | /Engine/Plugins/Enterprise/DataprepEditor/Source/DataprepLibraries/Public/Fetchers/DataprepIntegerFetcherLibrary.h |
| Include | #include "Fetchers/DataprepIntegerFetcherLibrary.h" |
Syntax
UCLASS (BlueprintType, NotBlueprintable,
Meta=(DisplayName="Triangle Count", ToolTip="Filter objects based on their triangle count."))
class UDataprepTriangleCountFetcher : public UDataprepIntegerFetcher
Overridden from UDataprepIntegerFetcher
| Type | Name | Description | |
|---|---|---|---|
| int32 | Fetch_Implementation
(
const UObject* Object, |
This function is the same has Fetch, but it's the extension point for an operation defined in c++. |
Overridden from UDataprepFetcher
| Type | Name | Description | |
|---|---|---|---|
| FText | |||
| bool | IsThreadSafe () |
Is this fetcher safe to use in a multi thread execution? |