Choose your operating system:
Windows
macOS
Linux
| UDataprepStringsArrayFetcher::Fetch_Implementation()
|
Module |
|
Header |
/Engine/Plugins/Enterprise/DataprepEditor/Source/DataprepLibraries/Public/Fetchers/DataprepStringsArrayFetcherLibrary.h |
Include |
#include "Fetchers/DataprepStringsArrayFetcherLibrary.h" |
Source |
/Engine/Plugins/Enterprise/DataprepEditor/Source/DataprepLibraries/Private/Fetchers/DataprepStringsArrayFetcherLibrary.cpp |
This function is the same has Fetch, but it's the extension point for an operation defined in c++. It will be called on the fetcher execution.
The fetched string
Parameter |
Description |
---|---|
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 |