This page is not available in the language you have chosen. It will be displayed in English by default. If you would like to view it in a different language, you can try selecting another language.
Description
GetOutfitRBFInterpolationData (v1) Experimental
Extract the Body Part RBF Interpolation Data from an outfit.
Input(s) : Outfit - The source outfit. BodySizeIndex - The body size index. BodyPartIndex - The body part (sub) index.
Output(s): Outfit [Passthrough] - The source outfit. InterpolationData - The interpolation data.
Information
| Package | ChaosOutfitAssetDataflowNodes |
| Category | Outfit |
| Tags | Outfit RBF Interpolation Data |
| Type | FChaosGetOutfitRBFInterpolationDataNode |
Inputs
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| Outfit | The source outfit. | TObjectPtr<UChaosOutfit> | None |
| BodySizeIndex | The body size index. | int32 | 0 |
| BodyPartIndex | The body part (sub) index. | int32 | 0 |
Outputs
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| Outfit | The source outfit. | TObjectPtr<UChaosOutfit> | |
| InterpolationData | The interpolation data. | FMeshResizingRBFInterpolationData |