Navigation
API > API/Plugins > API/Plugins/DatasmithImporter
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UInterchangePipelineBase
- UDatasmithTexturePipeline
References
| Module | DatasmithImporter |
| Header | /Engine/Plugins/Enterprise/DatasmithImporter/Source/DatasmithImporter/Public/DatasmithTextureImporter.h |
| Include | #include "DatasmithTextureImporter.h" |
Syntax
UCLASS&40;&41;
class UDatasmithTexturePipeline : public UInterchangePipelineBase
Variables
| Type | Name | Description | |
|---|---|---|---|
| TSharedPtr< IDatasmithTextureElement > | TextureElement |
Overridden from UInterchangePipelineBase
| Type | Name | Description | |
|---|---|---|---|
| void | ExecutePipeline
(
UInterchangeBaseNodeContainer* BaseNodeContainer, |
This function is called after the translation is done. | |
| bool | IsScripted () |
Non scripted class should return false here, we have the default to true because scripted class cannot override this function since it can be call in a asynchronous thread, which python cannot be executed. |