Navigation
API > API/Runtime > API/Runtime/InterchangeEngine
Inheritance Hierarchy
- UObject
- UInterchangeFilePickerBase
References
| Module | InterchangeEngine |
| Header | /Engine/Source/Runtime/Interchange/Engine/Public/InterchangeFilePickerBase.h |
| Include | #include "InterchangeFilePickerBase.h" |
Syntax
UCLASS (Abstract, BlueprintType, Blueprintable, MinimalAPI)
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 that allows Blueprint to implement an event-based function to implement FilePickerForTranslatorAssetType(). | |
| bool | ScriptedFilePickerForTranslatorAssetType_Implementation
(
const EInterchangeTranslatorAssetType TranslatorAssetType, |
The default implementation, which is called if the Blueprint does not have any implementation, calls the virtual FilePickerForTranslatorAssetType(). | |
| bool | ScriptedFilePickerForTranslatorType
(
const EInterchangeTranslatorType TranslatorType, |
Non-virtual helper that allows Blueprint to implement an event-based function to implement FilePickerForTranslatorType(). | |
| bool | ScriptedFilePickerForTranslatorType_Implementation
(
const EInterchangeTranslatorType TranslatorAssetType, |
The default implementation, which is called if the Blueprint does not have any implementation, calls the virtual FilePickerForTranslatorType(). |