Navigation
API > API/Plugins > API/Plugins/DataprepCore
| Name | UDataprepStringsArrayFetcher |
| Type | class |
| Header File | /Engine/Plugins/Enterprise/DataprepEditor/Source/DataprepCore/Public/SelectionSystem/DataprepStringsArrayFetcher.h |
| Include Path | #include "SelectionSystem/DataprepStringsArrayFetcher.h" |
Syntax
UCLASS (Abstract, Blueprintable, Meta=(DisplayName="Strings Array"))
class UDataprepStringsArrayFetcher : public UDataprepFetcher
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UDataprepParameterizableObject → UDataprepFetcher → UDataprepStringsArrayFetcher
Derived Classes
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TArray< FString > Fetch
(
const UObject* Object, |
This function is called when the fetcher is executed. | SelectionSystem/DataprepStringsArrayFetcher.h |
|
virtual TArray< FString > Fetch_Implementation
(
const UObject* Object, |
This function is the same has Fetch, but it's the extension point for an operation defined in c++. | SelectionSystem/DataprepStringsArrayFetcher.h |