Description
MergeSkeletons (v1)
Merges an array of skeletons into a single skeleton
Input(s) : Skeletons - Skeletons to merge together SharedRootPosition - World-space position of the shared root bone added to the merged skeleton bPreserveBoneNames - Whether to attempt to preserve the names of the bones from the input skeleton. Otherwise, bones will be simply numbered.
Output(s): MergedSkeleton - The merged skeleton
Information
| Module | DataflowEngine |
| Category | Skeleton |
| Tags | Append Merge Combine |
| Type | FMergeSkeletonsDataflowNode |
Inputs
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| Skeletons | Skeletons to merge together | TArray<FDataflowSkeleton> | |
| SharedRootPosition | World-space position of the shared root bone added to the merged skeleton | FVector | (X=0.000000,Y=0.000000,Z=0.000000) |
| bPreserveBoneNames | Whether to attempt to preserve the names of the bones from the input skeleton. Otherwise, bones will be simply numbered. | bool | True |
Outputs
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| MergedSkeleton | The merged skeleton | FDataflowSkeleton |