Choose your operating system:
Windows
macOS
Linux
Module |
|
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
(
const FString & InImportPath,
EObjectFlags InFlags,
FFeedbackContext * InWarn,
bool bSilent
)
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.
Parameter |
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 |