Navigation
API > API/Runtime > API/Runtime/InterchangeEngine
| Name | UInterchangeFilePickerBase |
| Type | class |
| Header File | /Engine/Source/Runtime/Interchange/Engine/Public/InterchangeFilePickerBase.h |
| Include Path | #include "InterchangeFilePickerBase.h" |
Syntax
UCLASS (Abstract, BlueprintType, Blueprintable, MinimalAPI)
class UInterchangeFilePickerBase : public UObject
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UInterchangeFilePickerBase
Derived Classes
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool ScriptedFilePickerForTranslatorAssetType
(
const EInterchangeTranslatorAssetType TranslatorAssetType, |
Non-virtual helper that allows Blueprint to implement an event-based function to implement FilePickerForTranslatorAssetType(). | InterchangeFilePickerBase.h |
|
bool ScriptedFilePickerForTranslatorAssetType_Implementation
(
const EInterchangeTranslatorAssetType TranslatorAssetType, |
The default implementation, which is called if the Blueprint does not have any implementation, calls the virtual FilePickerForTranslatorAssetType(). | InterchangeFilePickerBase.h | |
bool ScriptedFilePickerForTranslatorType
(
const EInterchangeTranslatorType TranslatorType, |
Non-virtual helper that allows Blueprint to implement an event-based function to implement FilePickerForTranslatorType(). | InterchangeFilePickerBase.h |
|
bool ScriptedFilePickerForTranslatorType_Implementation
(
const EInterchangeTranslatorType TranslatorAssetType, |
The default implementation, which is called if the Blueprint does not have any implementation, calls the virtual FilePickerForTranslatorType(). | InterchangeFilePickerBase.h |
Protected
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool FilePickerForTranslatorAssetType
(
const EInterchangeTranslatorAssetType TranslatorAssetType, |
This function must set OutFilename with a valid file that can be import to create the specified TranslatorAssetType. | InterchangeFilePickerBase.h | |
virtual bool FilePickerForTranslatorType
(
const EInterchangeTranslatorType TranslatorType, |
This function must set OutFilename with a valid file that can be import to create the specified TranslatorType. | InterchangeFilePickerBase.h |