Navigation
API > API/Plugins > API/Plugins/DatasmithInterchange
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UInterchangeBaseNode
- UInterchangeDatasmithSceneNode
References
| Module | DatasmithInterchange |
| Header | /Engine/Plugins/Experimental/Enterprise/DatasmithInterchange/Source/DatasmithInterchange/Public/InterchangeDatasmithSceneNode.h |
| Include | #include "InterchangeDatasmithSceneNode.h" |
Syntax
UCLASS&40;BlueprintType, Experimental&41;
class UInterchangeDatasmithSceneNode : public UInterchangeBaseNode
Variables
| Type | Name | Description | |
|---|---|---|---|
| TSharedPtr< IDatasmithScene > | DatasmithScene | ||
| TSharedPtr< UE::DatasmithImporter::FExternalSource > | ExternalSource | Used by the InterchangeDatasmithPipeline while we are in the process of transferring the Datasmith Import logic over Interchange. |
Overridden from UInterchangeBaseNode
| Type | Name | Description | |
|---|---|---|---|
| FString | GetTypeName () |
Return the node type name of the class, we use this when reporting error |