Navigation
API > API/Plugins > API/Plugins/DataprepLibraries
| Name | UDataprepIsClassOfFetcher |
| Type | class |
| Header File | /Engine/Plugins/Enterprise/DataprepEditor/Source/DataprepLibraries/Public/Fetchers/DataprepBoolFetcherLibrary.h |
| Include Path | #include "Fetchers/DataprepBoolFetcherLibrary.h" |
Syntax
UCLASS (BlueprintType, NotBlueprintable,
Meta=(DisplayName="Is Class Of", ToolTip="Filter objects based of their selected class."))
class UDataprepIsClassOfFetcher : public UDataprepBoolFetcher
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UDataprepParameterizableObject → UDataprepFetcher → UDataprepBoolFetcher → UDataprepIsClassOfFetcher
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| AdditionalKeyword | FText | Fetchers/DataprepBoolFetcherLibrary.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bShouldIncludeChildClass | bool | Fetchers/DataprepBoolFetcherLibrary.h |
|
|
| Class | TSubclassOf< UObject > | The key for the for the string. | Fetchers/DataprepBoolFetcherLibrary.h |
|
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool Fetch_Implementation
(
const UObject* Object, |
Fetchers/DataprepBoolFetcherLibrary.h | ||
virtual FText GetAdditionalKeyword_Implementation() |
Fetchers/DataprepBoolFetcherLibrary.h | ||
virtual FText GetNodeDisplayFetcherName_Implementation() |
Fetchers/DataprepBoolFetcherLibrary.h | ||
virtual bool IsThreadSafe() |
Fetchers/DataprepBoolFetcherLibrary.h |