Navigation
API > API/Plugins > API/Plugins/DataprepCore > API/Plugins/DataprepCore/SelectionSystem
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UDataprepParameterizableObject
- UDataprepFetcher
- UDataprepIntegerFetcher
- UDataprepTriangleCountFetcher
- UDataprepVertexCountFetcher
References
| Module | DataprepCore |
| Header | /Engine/Plugins/Enterprise/DataprepEditor/Source/DataprepCore/Public/SelectionSystem/DataprepIntegerFetcher.h |
| Include | #include "SelectionSystem/DataprepIntegerFetcher.h" |
Syntax
UCLASS (Abstract, Blueprintable, Meta=(DisplayName="Integer"))
class UDataprepIntegerFetcher : public UDataprepFetcher
Remarks
The integer fetcher is a specialized type of fetcher for the integer
Functions
| Type | Name | Description | |
|---|---|---|---|
| int32 | This function is called when the fetcher is executed. | ||
| 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++. |