UDataprepStringsArrayFetcher::Fetch_Implementation

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

Windows
MacOS
Linux

Override Hierarchy

References

Module

DataprepCore

Header

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

Include

#include "SelectionSystem/DataprepStringsArrayFetcher.h"

Syntax

virtual TArray< FString > Fetch_Implementation
(
    const UObject * Object,
    bool & bOutFetchSucceded
) const

Remarks

This function is the same has Fetch, but it's the extension point for an operation defined in c++. It will be called on the fetcher execution.

Returns

The fetched string

Parameters

Parameter

Description

Object

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

bOutFetchSucceded

If the fetcher managed to retrieve the string 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