UDataprepVertexCountFetcher

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

DataprepLibraries

Header

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

Include

#include "Fetchers/DataprepIntegerFetcherLibrary.h"

Syntax

[UCLASS](Programming/UnrealArchitecture/Reference/Classes#classdeclaration)(BlueprintType, NotBlueprintable,
       Meta=(DisplayName="Vertex Count", ToolTip="Return the vertex count for the object"))
class UDataprepVertexCountFetcher : public UDataprepIntegerFetcher

Overridden from UDataprepIntegerFetcher

Name Description

Public function Virtual Const

int32

 

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

Overridden from UDataprepFetcher

Name Description

Public function Virtual Const

FText

 

GetNodeDisplayFetcherName_Implementation()

Public function Virtual Const

bool

 

IsThreadSafe()

Is this fetcher safe to use in a multi thread execution?

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