Navigation
API > API/Plugins > API/Plugins/DataprepCore > API/Plugins/DataprepCore/SelectionSystem
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UDataprepParameterizableObject
- UDataprepFetcher
- UDataprepBoolFetcher
- UDataprepIsClassOfFetcher
References
| Module | DataprepCore |
| Header | /Engine/Plugins/Enterprise/DataprepEditor/Source/DataprepCore/Public/SelectionSystem/DataprepBoolFetcher.h |
| Include | #include "SelectionSystem/DataprepBoolFetcher.h" |
Syntax
UCLASS&40;Abstract, Blueprintable, Meta&61;&40;DisplayName&61;"Condition"&41;&41;
class UDataprepBoolFetcher : public UDataprepFetcher
Remarks
The bool fetcher is a specialized type of fetcher for the booleans
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | This function is called when the fetcher is executed. | ||
| bool | Fetch_Implementation
(
const UObject* Object, |
This function is the same has Fetch, but it's the extension point for an operation defined in c++. |