UDataprepFloatFetcher

The float fetcher is a specialized type of fetcher for the float

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

DataprepCore

Header

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

Include

#include "SelectionSystem/DataprepFloatFetcher.h"

Syntax

[UCLASS](Programming/UnrealArchitecture/Reference/Classes#classdeclaration)(Abstract, Blueprintable)
class UDataprepFloatFetcher : public UDataprepFetcher

Remarks

The float fetcher is a specialized type of fetcher for the float

Functions

Name Description

Public function Const UFunction blueprintnativeevent

float

 

Fetch

(
    const UObject* Object,
    bool& bOutFetchSucceded
)

This function is called when the fetcher is executed.

Public function Virtual Const

float

 

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++.

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