unreal.InterchangeFilePickerBase

class unreal.InterchangeFilePickerBase(outer: Object | None = None, name: 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 that allows Blueprint to implement an event-based function to implement 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 that allows Blueprint to implement an event-based function to implement FilePickerForTranslatorType().

Parameters:

translator_type (InterchangeTranslatorType) –

Returns:

parameters (InterchangeFilePickerParameters):

out_filenames (Array[str]):

Return type:

tuple or None