Navigation
API > API/Plugins > API/Plugins/InterchangeEditorUtilities
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UInterchangeFilePickerBase
- UInterchangeFilePickerGeneric
References
| Module | InterchangeEditorUtilities |
| Header | /Engine/Plugins/Interchange/Editor/Source/Utilities/Public/InterchangeOpenFileDialog.h |
| Include | #include "InterchangeOpenFileDialog.h" |
Syntax
UCLASS&40;BlueprintType, Blueprintable&41;
class UInterchangeFilePickerGeneric : public UInterchangeFilePickerBase
Overridden from UInterchangeFilePickerBase
| Type | Name | Description | |
|---|---|---|---|
| bool | FilePickerForTranslatorAssetType
(
const EInterchangeTranslatorAssetType TranslatorAssetType, |
This function must set OutFilename with a valid file that can be import to create the specified TranslatorAssetType. | |
| bool | FilePickerForTranslatorType
(
const EInterchangeTranslatorType TranslatorType, |
This function must set OutFilename with a valid file that can be import to create the specified TranslatorType. |