BlueprintAPI > BlueprintAPI/Math > BlueprintAPI/Math/Plane
Creates a plane with a facing direction of Normal at the given Point
Target is Kismet Math Library
Inputs
Type | Name | Description |
---|---|---|
vector | Point | A point on the plane |
vector | Normal | The Normal of the plane at Point |
Outputs
Type | Name | Description |
---|---|---|
struct | Return Value | Plane instance |