FPoint3Clone(FVector3) Method
Return a memberwise clone of the provided point.
Namespace: GeometryAssembly: Geometry (in Geometry.dll) Version: 25.2613.4238
public static FPoint3 Clone(
FVector3 vector
)
Public Shared Function Clone (
vector As FVector3
) As FPoint3
No code example is currently available or this language may not be supported.
- vector FVector3
-
Reference to the source vector to be cloned.
FPoint3
Reference to a new FPoint instance where the primitive member values
are the same as those in the source, if a legitimate source was
provided. Otherwise, an empty FPoint.