Navigation
API > API/Plugins > API/Plugins/DataprepCore > API/Plugins/DataprepCore/UDataprepStringsArrayFetcher
Description
This function is called when the fetcher is executed. If you are defining your fetcher in Blueprint this is the function to override.
| Name | Fetch |
| Type | function |
| Header File | /Engine/Plugins/Enterprise/DataprepEditor/Source/DataprepCore/Public/SelectionSystem/DataprepStringsArrayFetcher.h |
| Include Path | #include "SelectionSystem/DataprepStringsArrayFetcher.h" |
UFUNCTION (BlueprintNativeEvent)
TArray< FString > Fetch
(
const UObject * Object,
bool & bOutFetchSucceded
) const
The fetched string
Parameters
| Name | Remarks |
|---|---|
| Object | The object from which the fetcher should try to retrieve the string |
| bOutFetchSucceded | If the fetcher managed to retrieve the string from the object this bool must be set to true |