Navigation
API > API/Plugins > API/Plugins/DataprepLibraries > API/Plugins/DataprepLibraries/Fetchers
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UDataprepParameterizableObject
- UDataprepFetcher
- UDataprepStringFetcher
- UDataprepStringActorLabelFetcher
References
| Module | DataprepLibraries |
| Header | /Engine/Plugins/Enterprise/DataprepEditor/Source/DataprepLibraries/Public/Fetchers/DataprepStringFetcherLibrary.h |
| Include | #include "Fetchers/DataprepStringFetcherLibrary.h" |
Syntax
UCLASS (BlueprintType, NotBlueprintable,
Meta=(DisplayName="Actor Label", ToolTip="Filter actors based on their label."))
class UDataprepStringActorLabelFetcher : public UDataprepStringFetcher
Overridden from UDataprepStringFetcher
| Type | Name | Description | |
|---|---|---|---|
| FString | 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? |