Navigation
API > API/Runtime > API/Runtime/InterchangeEngine > API/Runtime/InterchangeEngine/UInterchangeFilePickerBase
- UInterchangeFilePickerBase::FilePickerForTranslatorType()
- UInterchangeFilePickerGeneric::FilePickerForTranslatorType()
References
| Module | InterchangeEngine |
| Header | /Engine/Source/Runtime/Interchange/Engine/Public/InterchangeFilePickerBase.h |
| Include | #include "InterchangeFilePickerBase.h" |
virtual bool FilePickerForTranslatorType
&40;
const EInterchangeTranslatorType TranslatorType,
FInterchangeFilePickerParameters & Parameters,
TArray< FString > & OutFilenames
&41;
Remarks
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.
- true if it set OutFilename with a valid file path, false otherwise.