unreal.DataprepFloatFetcher¶
- class unreal.DataprepFloatFetcher(outer=None, name='None')¶
Bases:
unreal.DataprepFetcherThe float fetcher is a specialized type of fetcher for the float
C++ Source:
Plugin: DataprepEditor
Module: DataprepCore
File: DataprepFloatFetcher.h
- fetch(object) -> (float, 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.