Navigation
BlueprintAPI > BlueprintAPI/Utilities > BlueprintAPI/Utilities/Struct
Adds a node that breaks a 'Water Check Result' into its member fields
Inputs
| Type | Name | Description |
|---|---|---|
| struct | Water Check Result |
Outputs
| Type | Name | Description |
|---|---|---|
| boolean | Swimmable Volume | True if the hit found a valid swimmable volume. |
| struct | Hit Result | Hit result of the test that found a volume. Includes more specific data about the point of impact and surface normal at that point. |
| struct | Water Spline Data | Water Spline data to be used in calculating swimming movement, FX, etc. |