Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Plugins/Enterprise/DataprepEditor/Source/DataprepCore/Public/SelectionSystem/DataprepIntegerFetcher.h |
Include |
#include "SelectionSystem/DataprepIntegerFetcher.h" |
UCLASS(Abstract, Blueprintable, Meta=(DisplayName="Integer"))
class UDataprepIntegerFetcher : public UDataprepFetcher
The integer fetcher is a specialized type of fetcher for the integer
Name | Description | ||
---|---|---|---|
|
Fetch |
This function is called when the fetcher is executed. |
|
|
Fetch_Implementation |
This function is the same has Fetch, but it's the extension point for an operation defined in c++. |