Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Plugins/Enterprise/DataprepEditor/Source/DataprepCore/Public/SelectionSystem/DataprepBoolFetcher.h |
Include |
#include "SelectionSystem/DataprepBoolFetcher.h" |
UCLASS(Abstract, Blueprintable, Meta=(DisplayName="Condition"))
class UDataprepBoolFetcher : public UDataprepFetcher
The bool fetcher is a specialized type of fetcher for the booleans
Name | Description | ||
---|---|---|---|
|
Fetch |
This function is called when the fetcher is executed. |
|
|
Fetch_Implementation |
This function is the same has Fetch, but it's the extension point for an operation defined in c++. |