Navigation
API > API/Plugins > API/Plugins/DataprepCore
The string fetcher is a specialized type of fetcher for the string
| Name | UDataprepStringFetcher |
| Type | class |
| Header File | /Engine/Plugins/Enterprise/DataprepEditor/Source/DataprepCore/Public/SelectionSystem/DataprepStringFetcher.h |
| Include Path | #include "SelectionSystem/DataprepStringFetcher.h" |
Syntax
UCLASS (Abstract, Blueprintable, Meta=(DisplayName="String"))
class UDataprepStringFetcher : public UDataprepFetcher
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UDataprepParameterizableObject → UDataprepFetcher → UDataprepStringFetcher
Derived Classes
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FString Fetch
(
const UObject* Object, |
This function is called when the fetcher is executed. | SelectionSystem/DataprepStringFetcher.h |
|
virtual 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++. | SelectionSystem/DataprepStringFetcher.h |