Navigation
BlueprintAPI > BlueprintAPI/Utilities > BlueprintAPI/Utilities/Struct
Adds a node that breaks a 'Migration Options' into its member fields
Inputs
| Type | Name | Description |
|---|---|---|
| struct | Migration Options |
Outputs
| Type | Name | Description |
|---|---|---|
| boolean | Prompt | Prompt user for confirmation (always false through scripting) |
| boolean | Ignore Dependencies | Ignore dependencies of assets, only migrate the given assets. usefull for automation. This will not migrate the actors of a OFPA (one file per actor) level |
| enum | Asset Conflict | What to do when Assets are conflicting on the destination |
| string | Orphan Folder | Destination for assets that don't have a corresponding content folder. If left empty those assets are not migrated. (Not used by the new migration) |