Navigation
BlueprintAPI > BlueprintAPI/Utilities > BlueprintAPI/Utilities/Struct
Adds a node that create a 'Relative IK Settings' from its members
Inputs
| Type | Name | Description |
|---|---|---|
| object | Source Physics Asset Override | Source mesh physics asset for relative body pair tests |
| object | Target Physics Asset Override | Target mesh physics asset for retargeting relative body pair vertices |
| name | Body Mapping | Physics body source -> target name mapping |
| real | Distance Threshold | Maximum distance for which body pair info is baked |
| real | Distance Fade | Maximum distance for which body pair info is baked |
| real | Feasibility Length Bias | Bias feasibility distance weighting relative to distance threshold (+ increase target feasibility/- reduced target feasibility) |
| real | Contribution Sum Weight | IK Goal normalization (internally multiplied by total of contribution weights) |
| integer | Temporal Smoothing Radius | Frames of temporal smoothing of body pair verts (0 is no smoothing) |
| boolean | Ignore Source Scale | Ignore source scaling when computing relative distance relationships |
| real | Retarget Contact Alpha | Alpha from contact-body to secondary body representation in contribution pairs |
| real | Retarget Spring Alpha | Alpha between primary and secondary pair distance relationship |
| boolean | Debug Draw Body Pairs | Draw source and target body pair relationships for current animation |
| name | Debug Full Retarget Pair Bones | Draw full retarget space (quad) pair relationships |
| boolean | Debug Draw Goal Contributions | Draw each pair's goal contribution (white) and show weighted final goal location (yellow) |
| boolean | Debug Draw Retarget Vert Averages | Draw retarget pair-line for each pair contribution |
| boolean | Debug Draw Physics Bodies | Display source and target physics bodies for baked data |
| boolean | Debug Draw Body Transforms | Show body-local transform setup (like baked verts) |
| boolean | Dry Run | Run op and display debug info but DON'T update IK Goals |
| boolean | Test Dist Contact Alpha | Use distance to pair contact to blend towards direct contact |
| boolean | Test Feasibility Weight | Dial back distance weighting based on feasibility length of target bone chain |
| boolean | Test Retarget Scale | Use target (default) when computing pair alternate representations |
| integer | LODThreshold | The maximum LOD that this Op is allowed to run at.For example if you have LODThreshold of 2, the Op will run until LOD 2 (based on 0 index). When the component LOD becomes 3, it will stop running.A value of -1 forces the Op to execute at all LOD levels. Default is -1. |
Outputs
| Type | Name | Description |
|---|---|---|
| struct | IKRetarget Relative IKOp Settings |