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