Choose your operating system:
Windows
macOS
Linux
| UObjectBase
|
Module |
|
Header |
/Engine/Plugins/Enterprise/DataprepEditor/Source/DataprepLibraries/Public/Fetchers/DataprepBoolFetcherLibrary.h |
Include |
#include "Fetchers/DataprepBoolFetcherLibrary.h" |
UCLASS(BlueprintType, NotBlueprintable,
Meta=(DisplayName="Is Class Of", ToolTip="Filter objects based of their selected class."))
class UDataprepIsClassOfFetcher : public UDataprepBoolFetcher
Name | Description | ||
---|---|---|---|
|
bShouldIncludeChildClass |
||
|
TSubclassOf< UO... |
Class |
The key for the for the string. |
Name | Description | ||
---|---|---|---|
|
Fetch_Implementation |
This function is the same has Fetch, but it's the extension point for an operation defined in c++. |
Name | Description | ||
---|---|---|---|
|
GetAdditionalKeyword_Implementation() |
||
|
GetNodeDisplayFetcherName_Implementation() |
||
|
IsThreadSafe() |
Is this fetcher safe to use in a multi thread execution? |
Name |
Description |
---|---|
AdditionalKeyword |