Navigation
API > API/Plugins > API/Plugins/InterchangeFactoryNodes > API/Plugins/InterchangeFactoryNodes/UInterchangeSkeletonFactoryNode
References
| Module | InterchangeFactoryNodes |
| Header | /Engine/Plugins/Interchange/Runtime/Source/FactoryNodes/Public/InterchangeSkeletonFactoryNode.h |
| Include | #include "InterchangeSkeletonFactoryNode.h" |
UFUNCTION (BlueprintCallable, Category="Interchange | Node | Skeleton")
void InitializeSkeletonNode
(
const FString & UniqueID,
const FString & DisplayLabel,
const FString & InAssetClass
)
Remarks
Initialize node data.
Parameters
| Name | Description |
|---|---|
| UniqueID - The unique ID for this node. | |
| DisplayLabel | The name of the node. |
| InAssetClass | The class the Skeleton factory will create for this node. |