UDataprepBoolFetcher::Fetch

This function is called when the fetcher is executed.

Windows
MacOS
Linux

References

Module

DataprepCore

Header

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

Include

#include "SelectionSystem/DataprepBoolFetcher.h"

Syntax

[UFUNCTION](Programming/UnrealArchitecture/Reference/Functions)(BlueprintNativeEvent)
bool Fetch
(
    const UObject * Object,
    bool & bOutFetchSucceded
) const

Remarks

This function is called when the fetcher is executed. If your defining your fetcher in Blueprint this is the function to override.

Returns

The fetched bool

Parameters

Parameter

Description

Object

The object from which the fetcher should try to retrieve the boolean

bOutFetchSucceded

If the fetcher managed to retrieve the boolean from the object this bool must be set to true

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss