Navigation
API > API/Plugins > API/Plugins/InterchangeEditorUtilities > API/Plugins/InterchangeEditorUtilities/UInterchangeFilePickerGeneric
- UInterchangeFilePickerBase::FilePickerForTranslatorAssetType()
- UInterchangeFilePickerGeneric::FilePickerForTranslatorAssetType()
References
| Module | InterchangeEditorUtilities |
| Header | /Engine/Plugins/Interchange/Editor/Source/Utilities/Public/InterchangeOpenFileDialog.h |
| Include | #include "InterchangeOpenFileDialog.h" |
| Source | /Engine/Plugins/Interchange/Editor/Source/Utilities/Private/InterchangeOpenFileDialog.cpp |
virtual bool FilePickerForTranslatorAssetType
&40;
const EInterchangeTranslatorAssetType TranslatorAssetType,
FInterchangeFilePickerParameters & Parameters,
TArray< FString > & OutFilenames
&41;
Remarks
This function must set OutFilename with a valid file that can be import to create the specified TranslatorAssetType. 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.