unreal.InterchangeFilePickerBase

class unreal.InterchangeFilePickerBase(outer: Optional[Object] = None, name: Union[Name, str] = 'None')

Bases: Object

Interchange File Picker Base

C++ Source:

  • Module: InterchangeEngine

  • File: InterchangeFilePickerBase.h

scripted_file_picker_for_translator_asset_type(translator_asset_type) (parameters=InterchangeFilePickerParameters, out_filenames=Array[str]) or None

Non virtual helper to allow blueprint to implement event base function to implement the function FilePickerForTranslatorAssetType,

Parameters:

translator_asset_type (InterchangeTranslatorAssetType) –

Returns:

parameters (InterchangeFilePickerParameters):

out_filenames (Array[str]):

Return type:

tuple or None

scripted_file_picker_for_translator_type(translator_type) (parameters=InterchangeFilePickerParameters, out_filenames=Array[str]) or None

Non virtual helper to allow blueprint to implement event base function to implement the function FilePickerForTranslatorType,

Parameters:

translator_type (InterchangeTranslatorType) –

Returns:

parameters (InterchangeFilePickerParameters):

out_filenames (Array[str]):

Return type:

tuple or None