UDataprepTriangleCountFetcher::Fetch_Implementation

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

Choose your operating system:

Windows

macOS

Linux

Override Hierarchy

UDataprepIntegerFetcher::Fetch_Implementation()

UDataprepTriangleCountFetcher::Fetch_Implementation()

References

Module

DataprepLibraries

Header

/Engine/Plugins/Enterprise/DataprepEditor/Source/DataprepLibraries/Public/Fetchers/DataprepIntegerFetcherLibrary.h

Include

#include "Fetchers/DataprepIntegerFetcherLibrary.h"

Source

/Engine/Plugins/Enterprise/DataprepEditor/Source/DataprepLibraries/Private/Fetchers/DataprepIntegerFetcherLibrary.cpp

Syntax

virtual int32 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 float

Parameters

Parameter

Description

Object

The object from which the fetcher should try to retrieve a float

bOutFetchSucceded

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