Navigation
API > API/Runtime > API/Runtime/InterchangeEngine
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UInterchangeFilePickerBase
- UInterchangeFilePickerGeneric
References
Module | InterchangeEngine |
Header | /Engine/Source/Runtime/Interchange/Engine/Public/InterchangeFilePickerBase.h |
Include | #include "InterchangeFilePickerBase.h" |
Syntax
class UInterchangeFilePickerBase : public UObject
Functions
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. |
![]() |
bool | ScriptedFilePickerForTranslatorAssetType
(
const EInterchangeTranslatorAssetType TranslatorAssetType, |
Non virtual helper to allow blueprint to implement event base function to implement the function FilePickerForTranslatorAssetType, |
![]() |
bool | ScriptedFilePickerForTranslatorAssetType_Implementation
(
const EInterchangeTranslatorAssetType TranslatorAssetType, |
The default implementation (call if the blueprint do not have any implementation) will call the virtual FilePickerForTranslatorAssetType |
![]() |
bool | ScriptedFilePickerForTranslatorType
(
const EInterchangeTranslatorType TranslatorType, |
Non virtual helper to allow blueprint to implement event base function to implement the function FilePickerForTranslatorType, |
![]() |
bool | ScriptedFilePickerForTranslatorType_Implementation
(
const EInterchangeTranslatorType TranslatorAssetType, |
The default implementation (call if the blueprint do not have any implementation) will call the virtual FilePickerForTranslatorType |