UDataprepBoolFetcher

The bool fetcher is a specialized type of fetcher for the booleans

Choose your operating system:

Windows

macOS

Linux

Inheritance Hierarchy

References

Module

DataprepCore

Header

/Engine/Plugins/Enterprise/DataprepEditor/Source/DataprepCore/Public/SelectionSystem/DataprepBoolFetcher.h

Include

#include "SelectionSystem/DataprepBoolFetcher.h"

Syntax

UCLASS(Abstract, Blueprintable, Meta=(DisplayName="Condition"))
class UDataprepBoolFetcher : public UDataprepFetcher

Remarks

The bool fetcher is a specialized type of fetcher for the booleans

Functions

Name Description

Public function Const UFunction blueprintnativeevent

bool

 

Fetch

(
    const UObject* Object,
    bool& bOutFetchSucceded
)

This function is called when the fetcher is executed.

Public function Virtual Const

bool

 

Fetch_Implementation

(
    const UObject* Object,
    bool& bOutFetchSucceded
)

This function is the same has Fetch, but it's the extension point for an operation defined in c++.