Navigation
API > API/Plugins > API/Plugins/DataprepCore > API/Plugins/DataprepCore/UDataprepBoolFetcher
Description
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.
| Name | Fetch_Implementation |
| Type | function |
| Header File | /Engine/Plugins/Enterprise/DataprepEditor/Source/DataprepCore/Public/SelectionSystem/DataprepBoolFetcher.h |
| Include Path | #include "SelectionSystem/DataprepBoolFetcher.h" |
virtual bool Fetch_Implementation
(
const UObject * Object,
bool & bOutFetchSucceded
) const
The fetched bool
Parameters
| Name | Remarks |
|---|---|
| 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 |