Navigation
API > API/Plugins > API/Plugins/DataprepCore > API/Plugins/DataprepCore/SelectionSystem
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UDataprepParameterizableObject
- UDataprepFetcher
- UDataprepStringFetcher
- UDataprepStringActorLabelFetcher
- UDataprepStringObjectNameFetcher
References
| Module | DataprepCore |
| Header | /Engine/Plugins/Enterprise/DataprepEditor/Source/DataprepCore/Public/SelectionSystem/DataprepStringFetcher.h |
| Include | #include "SelectionSystem/DataprepStringFetcher.h" |
Syntax
UCLASS&40;Abstract, Blueprintable, Meta&61;&40;DisplayName&61;"String"&41;&41;
class UDataprepStringFetcher : public UDataprepFetcher
Remarks
The string fetcher is a specialized type of fetcher for the string
Functions
| Type | Name | Description | |
|---|---|---|---|
| FString | This function is called when the fetcher is executed. | ||
| 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++. |