BlueprintAPI > BlueprintAPI/Utilities > BlueprintAPI/Utilities/Struct
Adds a node that breaks a 'RBFParams' into its member fields
Inputs
Type | Name | Description |
---|---|---|
struct | RBFParams |
Outputs
Type | Name | Description |
---|---|---|
enum | Solver Type | Specifies the type of solver to use. The additive solver requires normalization, for themost part, whereas the Interpolative solver is not as reliant on it. The interpolativesolver also has smoother blending, whereas the additive solver requires more targets buthas a more precise control over the influence of each target. |
real | Radius | Default radius for each target. |
boolean | Automatic Radius | Automatically pick the radius based on the average distance between targets |
enum | Function | |
enum | Distance Method | |
enum | Twist Axis | Axis to use when DistanceMethod is SwingAngle |
real | Weight Threshold | Weight below which we shouldn't bother returning a contribution from a target |
enum | Normalize Method | Method to use for normalizing the weight |
vector | Median Reference | Rotation or position of median (used for normalization) |
real | Median Min | Minimum distance used for median |
real | Median Max | Maximum distance used for median |