UDataprepVertexCountFetcher

Choose your operating system:

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(BlueprintType, NotBlueprintable,
       Meta=(DisplayName="Vertex Count", ToolTip="Filter objects based on their vertex count."))
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?