Navigation
API > API/Plugins > API/Plugins/DatasmithImporter > API/Plugins/DatasmithImporter/FDatasmithImportContext
References
| Module | DatasmithImporter |
| Header | /Engine/Plugins/Enterprise/DatasmithImporter/Source/DatasmithImporter/Public/DatasmithImportContext.h |
| Include | #include "DatasmithImportContext.h" |
| Source | /Engine/Plugins/Enterprise/DatasmithImporter/Source/DatasmithImporter/Private/DatasmithImportContext.cpp |
bool SetupDestination
&40;
const FString & InImportPath,
EObjectFlags InFlags,
FFeedbackContext &42; InWarn,
bool bSilent
&41;
Remarks
Second part of the Init process, replaces Init, requires a call to InitOptions before that. Setup destination packages false if the user canceled -> import should not occurs in that case.
Parameters
| Name | Description |
|---|---|
| InImportPath | Destination package's name |
| InFlags | Flags applied to all generated objects during the following import |
| InWarn | Feedback context for the following import |
| bSilent | When false, prompt the user to save dirty packages |