Navigation
API > API/Plugins > API/Plugins/DataprepCore
The float fetcher is a specialized type of fetcher for the float
| Name | UDataprepFloatFetcher |
| Type | class |
| Header File | /Engine/Plugins/Enterprise/DataprepEditor/Source/DataprepCore/Public/SelectionSystem/DataprepFloatFetcher.h |
| Include Path | #include "SelectionSystem/DataprepFloatFetcher.h" |
Syntax
UCLASS (Abstract, Blueprintable, Meta=(DisplayName="Float"))
class UDataprepFloatFetcher : public UDataprepFetcher
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UDataprepParameterizableObject → UDataprepFetcher → UDataprepFloatFetcher
Derived Classes
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
float Fetch
(
const UObject* Object, |
This function is called when the fetcher is executed. | SelectionSystem/DataprepFloatFetcher.h |
|
virtual float 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/DataprepFloatFetcher.h |