Navigation
API > API/Plugins > API/Plugins/DataprepCore
The integer fetcher is a specialized type of fetcher for the integer
| Name | UDataprepIntegerFetcher |
| Type | class |
| Header File | /Engine/Plugins/Enterprise/DataprepEditor/Source/DataprepCore/Public/SelectionSystem/DataprepIntegerFetcher.h |
| Include Path | #include "SelectionSystem/DataprepIntegerFetcher.h" |
Syntax
UCLASS (Abstract, Blueprintable, Meta=(DisplayName="Integer"))
class UDataprepIntegerFetcher : public UDataprepFetcher
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UDataprepParameterizableObject → UDataprepFetcher → UDataprepIntegerFetcher
Derived Classes
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
int32 Fetch
(
const UObject* Object, |
This function is called when the fetcher is executed. | SelectionSystem/DataprepIntegerFetcher.h |
|
virtual int32 Fetch_Implementation
(
const UObject* Object, |
This function is the same has Fetch, but it's the extension point for an operation defined in c++. | SelectionSystem/DataprepIntegerFetcher.h |