Navigation
API > API/Plugins > API/Plugins/DataprepCore > API/Plugins/DataprepCore/SelectionSystem
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UDataprepParameterizableObject
- UDataprepFetcher
- UDataprepFloatFetcher
- UDataprepFloatBoundingVolumeFetcher
References
| Module | DataprepCore |
| Header | /Engine/Plugins/Enterprise/DataprepEditor/Source/DataprepCore/Public/SelectionSystem/DataprepFloatFetcher.h |
| Include | #include "SelectionSystem/DataprepFloatFetcher.h" |
Syntax
UCLASS&40;Abstract, Blueprintable, Meta&61;&40;DisplayName&61;"Float"&41;&41;
class UDataprepFloatFetcher : public UDataprepFetcher
Remarks
The float fetcher is a specialized type of fetcher for the float
Functions
| Type | Name | Description | |
|---|---|---|---|
| float | This function is called when the fetcher is executed. | ||
| 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++. |