Navigation
BlueprintAPI > BlueprintAPI/Utilities > BlueprintAPI/Utilities/Struct
Adds a node that breaks a 'Geometry Script Transform Collision Options' into its member fields
Inputs
| Type | Name | Description |
|---|---|---|
| struct | Geometry Script Transform Collision Options |
Outputs
| Type | Name | Description |
|---|---|---|
| boolean | Warn On Invalid Transforms | Whether to log a warning when a requested transform is not compatible with the simple collision shapes |
| boolean | Center Transform Pivot Per Shape | If true, we apply the Transform to each collision shape separately, and pivot the Transform around the local center of each shape.Otherwise, we apply the Transform to all shapes in the same space, with the pivot at the origin of the origin of that space.For example, if we apply a uniform 2x scale to a sphere w/ center (1,1,1), with this enabled, the center will not move and only the radius will scale.If this setting is not enabled, the 2x scale will move the sphere center to (2,2,2) |