FVector3GetMagnitude(FVector3, Single, Single, Single) Method

Return the raw lengths of each axis from point A to point B as a ray.

Definition

Namespace: Geometry
Assembly: Geometry (in Geometry.dll) Version: 25.2414.4032
C#
public static FVector3 GetMagnitude(
	FVector3 point,
	float destinationX,
	float destinationY,
	float destinationZ
)

Parameters

point  FVector3
Starting point.
destinationX  Single
Destination X coordinate.
destinationY  Single
Destination Y coordinate.
destinationZ  Single
Destination Z coordinate.

Return Value

FVector3
Ray of length values per axis.

See Also