unreal.DataprepFetcher
¶
- class unreal.DataprepFetcher(outer: Optional[Object] = None, name: Union[Name, str] = 'None')¶
Bases:
DataprepParameterizableObject
The Dataprep fetcher is a base class for Dataprep Selection system. The responsibility of fetcher is return a certain type of data for a object. (Look at DataprepStringFetcher for a example) This abstract base class exist currently for the discovery process, some compile time validation and to propagate UDataprepParameterizableObject
C++ Source:
Plugin: DataprepEditor
Module: DataprepCore
File: DataprepFetcher.h
- get_additional_keyword() Text ¶
Allows to add more keywords for when a user is searching for the fetcher in the ui.
- Return type: