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. | |
| FString | DefaultPath | Set the default open path that the dialog will show to the user. | |
| FText | Title | If not empty, this will override the default title. |