Navigation
API > API/Plugins > API/Plugins/DataprepCore > API/Plugins/DataprepCore/SelectionSystem > API/Plugins/DataprepCore/SelectionSystem/UDataprepIntegerFetcher
References
| Module | DataprepCore |
| Header | /Engine/Plugins/Enterprise/DataprepEditor/Source/DataprepCore/Public/SelectionSystem/DataprepIntegerFetcher.h |
| Include | #include "SelectionSystem/DataprepIntegerFetcher.h" |
UFUNCTION (BlueprintNativeEvent)
int32 Fetch
(
const UObject * Object,
bool & bOutFetchSucceded
) const
Remarks
This function is called when the fetcher is executed. If your defining your fetcher in Blueprint this is the function to override. The fetched float
Parameters
| Name | Description |
|---|---|
| Object | The object from which the fetcher should try to retrieve a float |
| bOutFetchSucceded | If the fetcher managed to retrieve a float from the object this bool must be set to true |