UDataprepIsClassOfFetcher

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

DataprepLibraries

Header

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

Include

#include "Fetchers/DataprepBoolFetcherLibrary.h"

Syntax

[UCLASS](Programming/UnrealArchitecture/Reference/Classes#classdeclaration)(BlueprintType, NotBlueprintable,
       Meta=(DisplayName="Is Class Of", ToolTip="Filter objects based of their selected class."))
class UDataprepIsClassOfFetcher : public UDataprepBoolFetcher

Variables

Name Description

Public variable UProperty Category BlueprintReadWrite editinstanceonly

bool

 

bShouldIncludeChildClass

Public variable UProperty Category BlueprintReadWrite editinstanceonly

TSubclassOf< UO...

 

Class

The key for the for the string.

Overridden from UDataprepBoolFetcher

Name Description

Public function Virtual Const

bool

 

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

 

GetAdditionalKeyword_Implementation()

Public function Virtual Const

FText

 

GetNodeDisplayFetcherName_Implementation()

Public function Virtual Const

bool

 

IsThreadSafe()

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

Constants

Name

Description

AdditionalKeyword

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