FRay3

public FVector3 Origin

Language: C#

The origin point of the ray.

public FVector3 Direction

Language: C#

The direction of the ray.

public float Length

Language: C#

The length of the ray.

public FRay3(FVector3 origin, FVector3 direction, float length = float.PositiveInfinity)

Language: C#

Initializes a new instance of the [] struct.

Parameters:

  • origin: The origin point of the ray.
  • direction: The direction of the ray.
  • length: The length of the ray.