Navigation
API > API/Plugins > API/Plugins/InterchangeFactoryNodes
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UInterchangeBaseNode
- UInterchangeFactoryBaseNode
- UInterchangePhysicsAssetFactoryNode
References
| Module | InterchangeFactoryNodes |
| Header | /Engine/Plugins/Interchange/Runtime/Source/FactoryNodes/Public/InterchangePhysicsAssetFactoryNode.h |
| Include | #include "InterchangePhysicsAssetFactoryNode.h" |
Syntax
UCLASS&40;BlueprintType, Experimental&41;
class UInterchangePhysicsAssetFactoryNode : public UInterchangeFactoryBaseNode
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bIsNodeClassInitialized |
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | GetCustomSkeletalMeshUid
(
FString& AttributeValue |
Get skeletalMesh asset Uid used to create the data in the post pipeline step. | |
| void | InitializePhysicsAssetNode
(
const FString& UniqueID, |
Initialize node data | |
| bool | SetCustomSkeletalMeshUid
(
const FString& AttributeValue |
Set skeletalMesh asset Uid used to create the data in the post pipeline step. |
Overridden from UInterchangeFactoryBaseNode
| Type | Name | Description | |
|---|---|---|---|
| UClass * | Get the class this node want to create |
Overridden from UInterchangeBaseNode
| Type | Name | Description | |
|---|---|---|---|
| FGuid | GetHash () |
Return a FGuid build from the FSHA1 of all the attribute data contain in the node. | |
| FString | GetTypeName () |
Return the node type name of the class, we use this when reporting error |