Navigation
API > API/Runtime > API/Runtime/InterchangeEngine > API/Runtime/InterchangeEngine/UInterchangeFilePickerBase
Description
This function must set OutFilename with a valid file that can be import to create the specified TranslatorType. We expect the user to see a file picker dialog when the editor is available.
@Return - true if OutFilename was set with a valid file path, or false otherwise.
| Name | FilePickerForTranslatorType |
| Type | function |
| Header File | /Engine/Source/Runtime/Interchange/Engine/Public/InterchangeFilePickerBase.h |
| Include Path | #include "InterchangeFilePickerBase.h" |
virtual bool FilePickerForTranslatorType
(
const EInterchangeTranslatorType TranslatorType,
FInterchangeFilePickerParameters & Parameters,
TArray < FString > & OutFilenames
)