Navigation
API > API/Plugins > API/Plugins/DataprepLibraries > API/Plugins/DataprepLibraries/Fetchers > API/Plugins/DataprepLibraries/Fetchers/UDataprepIsClassOfFetcher
- UDataprepBoolFetcher::Fetch_Implementation()
- UDataprepIsClassOfFetcher::Fetch_Implementation()
References
| Module | DataprepLibraries |
| Header | /Engine/Plugins/Enterprise/DataprepEditor/Source/DataprepLibraries/Public/Fetchers/DataprepBoolFetcherLibrary.h |
| Include | #include "Fetchers/DataprepBoolFetcherLibrary.h" |
| Source | /Engine/Plugins/Enterprise/DataprepEditor/Source/DataprepLibraries/Private/Fetchers/DataprepBoolFetcherLibrary.cpp |
virtual bool Fetch_Implementation
&40;
const UObject &42; Object,
bool & bOutFetchSucceded
&41; const
Remarks
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 bool
Parameters
| Name | Description |
|---|---|
| Object | The object from which the fetcher should try to retrieve the boolean |
| bOutFetchSucceded | If the fetcher managed to retrieve the boolean from the object this bool must be set to true |