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