Navigation
API > API/Runtime > API/Runtime/InterchangeEngine
References
| Module | InterchangeEngine |
| Header | /Engine/Source/Runtime/Interchange/Engine/Public/InterchangeFilePickerBase.h |
| Include | #include "InterchangeFilePickerBase.h" |
Syntax
USTRUCT (BlueprintType )
struct FInterchangeFilePickerParameters
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bAllowMultipleFiles | If true, the user will be able to select multiple files. | |
| bool | bShowAllFactoriesExtension | If true, the user will be able to select any unreal editor factory + interchange file types. | |
| FString | DefaultPath | Set the default open path that the dialog will show to the user. | |
| TArray< FString > | ExtraFormats | Add some extension to the picker. Format text item that way TEXT("fbx;Filmbox") | |
| FText | Title | If not empty, this will override the default title. |