Navigation
API > API/Plugins > API/Plugins/DatasmithImporter > API/Plugins/DatasmithImporter/FDatasmithImporter
References
| Module | DatasmithImporter |
| Header | /Engine/Plugins/Enterprise/DatasmithImporter/Source/DatasmithImporter/Public/DatasmithImporter.h |
| Include | #include "DatasmithImporter.h" |
| Source | /Engine/Plugins/Enterprise/DatasmithImporter/Source/DatasmithImporter/Private/DatasmithImporter.cpp |
static UTexture &42; FinalizeTexture
&40;
UTexture &42; SourceTexture,
const TCHAR &42; TexturesFolderPath,
UTexture &42; ExistingTexture,
TMap< UObject &42;, UObject &42; > &42; ReferencesToRemap
&41;
Remarks
Copy a texture from its transient package into its final public package and builds it. The resulting texture
Parameters
| Name | Description |
|---|---|
| SourceTexture | The texture to finalize. |
| TexturesFolderPath | The path where to put the final texture, if we don't have an ExistingTexture |
| ExistingTexture | An optional existing texture on which we will finalize over. |
| ReferencesToRemap | A map of migrated objects. If SourceTexture refers to any key objects, those references will be replaced by the corresponding map value. |