Navigation
Unreal Engine C++ API Reference > 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&40;BlueprintType, NotBlueprintable,
Meta&61;&40;DisplayName&61;"Triangle Count", ToolTip&61;"Filter objects based on their triangle count."&41;&41;
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? |