unreal.DataprepIntegerFetcher
¶
- class unreal.DataprepIntegerFetcher(outer: Optional[Object] = None, name: Union[Name, str] = 'None')¶
Bases:
DataprepFetcher
The integer fetcher is a specialized type of fetcher for the integer
C++ Source:
Plugin: DataprepEditor
Module: DataprepCore
File: DataprepIntegerFetcher.h
- fetch(object) -> (int32, out_fetch_succeded=bool)¶
This function is called when the fetcher is executed. If your defining your fetcher in Blueprint this is the function to override.