FLineTransferValues Method
Transfer member values to the specified line.
Namespace: GeometryAssembly: Geometry (in Geometry.dll) Version: 25.2820.4317
public static void TransferValues(
FLine target,
FVector2 pointA,
FVector2 pointB
)
Public Shared Sub TransferValues (
target As FLine,
pointA As FVector2,
pointB As FVector2
)
No code example is currently available or this language may not be supported.
Parameters
- target FLine
-
Reference to the target line to receive the new points.
- pointA FVector2
-
Reference to the point to be assigned to the target PointA property.
- pointB FVector2
-
Reference to the point to be assigned to the target PointB property.