Navigation
BlueprintAPI > BlueprintAPI/Math > BlueprintAPI/Math/Geometry
Returns Slope Pitch and Roll angles in degrees based on the following information:
Target is Kismet Math Library
Inputs
| Type | Name | Description |
|---|---|---|
| vector | My Right YAxis | Right (Y) direction unit vector of Actor standing on Slope. |
| vector | Floor Normal | Floor Normal (unit) vector. |
| vector | Up Vector | UpVector of reference frame. |
Outputs
| Type | Name | Description |
|---|---|---|
| real | Out Slope Pitch Degree Angle | |
| real | Out Slope Roll Degree Angle |