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