FLine3

public FVector3 Start

Language: C#

The start point of the line.

public FVector3 End

Language: C#

The end point of the line.

public FLine3(FVector3 start, FVector3 end)

Language: C#

Initializes a new instance of the [] struct.

Parameters:

  • start: The start point of the line.
  • end: The end point of the line.