Choose your operating system:
Windows
macOS
Linux
| UObjectBase
|
Module |
|
Header |
/Engine/Plugins/Enterprise/DatasmithImporter/Source/DatasmithImporter/Public/DatasmithTextureImporter.h |
Include |
#include "DatasmithTextureImporter.h" |
UCLASS()
class UDatasmithTexturePipeline : public UInterchangePipelineBase
Name | Description | ||
---|---|---|---|
|
TSharedPtr< IDa... |
TextureElement |
Name | Description | ||
---|---|---|---|
|
ExecutePreImportPipeline ( |
This function can modify the BaseNodeContainer to create a pipeline that will set the graph and the nodes options has it want it to be imported by the factories The interchange manager is not calling this function directly. |
|
|
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. |