Navigation
API > API/Plugins > API/Plugins/DatasmithImporter > API/Plugins/DatasmithImporter/FDatasmithImportContext
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FDatasmithImportContext
(
const TSharedPtr< UE::DatasmithImporter::FExternalSource >& InExternalSource, |
DatasmithImportContext.h | ||
FDatasmithImportContext
(
const FString& InFileName, |
DatasmithImportContext.h |
FDatasmithImportContext(const TSharedPtr< UE::DatasmithImporter::FExternalSource > &, bool, const FName &, const FText &)
| Name | FDatasmithImportContext |
| Type | function |
| Header File | /Engine/Plugins/Enterprise/DatasmithImporter/Source/DatasmithImporter/Public/DatasmithImportContext.h |
| Include Path | #include "DatasmithImportContext.h" |
| Source | /Engine/Plugins/Enterprise/DatasmithImporter/Source/DatasmithImporter/Private/DatasmithImportContext.cpp |
FDatasmithImportContext
(
const TSharedPtr < UE::DatasmithImporter::FExternalSource > & InExternalSource,
bool bLoadConfig,
const FName & LoggerName,
const FText & LoggerLabel
)
FDatasmithImportContext(const FString &, bool, const FName &, const FText &, TSharedPtr< IDatasmithTranslator >)
| Name | FDatasmithImportContext |
| Type | function |
| Header File | /Engine/Plugins/Enterprise/DatasmithImporter/Source/DatasmithImporter/Public/DatasmithImportContext.h |
| Include Path | #include "DatasmithImportContext.h" |
| Source | /Engine/Plugins/Enterprise/DatasmithImporter/Source/DatasmithImporter/Private/DatasmithImportContext.cpp |
FDatasmithImportContext
(
const FString & InFileName,
bool bLoadConfig,
const FName & LoggerName,
const FText & LoggerLabel,
TSharedPtr < IDatasmithTranslator > InSceneTranslator
)