Navigation
API > API/Plugins > API/Plugins/DataprepCore > API/Plugins/DataprepCore/SelectionSystem > API/Plugins/DataprepCore/SelectionSystem/UDataprepIntegerFetcher
- UDataprepIntegerFetcher::Fetch_Implementation()
- UDataprepTriangleCountFetcher::Fetch_Implementation()
- UDataprepVertexCountFetcher::Fetch_Implementation()
References
| Module | DataprepCore |
| Header | /Engine/Plugins/Enterprise/DataprepEditor/Source/DataprepCore/Public/SelectionSystem/DataprepIntegerFetcher.h |
| Include | #include "SelectionSystem/DataprepIntegerFetcher.h" |
virtual int32 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 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 |