Navigation
Unreal Engine C++ API Reference > Plugins > DataprepLibraries > Fetchers
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UDataprepParameterizableObject
- UDataprepFetcher
- UDataprepStringFetcher
- UDataprepStringObjectNameFetcher
References
Module | DataprepLibraries |
Header | /Engine/Plugins/Enterprise/DataprepEditor/Source/DataprepLibraries/Public/Fetchers/DataprepStringFetcherLibrary.h |
Include | #include "Fetchers/DataprepStringFetcherLibrary.h" |
Syntax
UCLASS&40;BlueprintType, NotBlueprintable,
Meta&61;&40;DisplayName&61;"Object Name", ToolTip&61;"Filter objects based on their names."&41;&41;
class UDataprepStringObjectNameFetcher : 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? |