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:

Text

get_display_fetcher_name() Text

Allows to change the name of the fetcher for the ui if needed.

Return type:

Text

get_node_display_fetcher_name() Text

The name displayed on node title.

Return type:

Text

get_tooltip_text() Text

Allows to change the tooltip of the fetcher for the ui if needed.

Return type:

Text