FVector2Clone Method
Return a deep clone of the caller's vector.
Namespace: GeometryAssembly: Geometry (in Geometry.dll) Version: 25.2414.4032
public static FVector2 Clone(
FVector2 vector
)
Public Shared Function Clone (
vector As FVector2
) As FVector2
No code example is currently available or this language may not be supported.
- vector FVector2
-
Reference to the vector to clone.
FVector2
Reference to the deep clone of the caller's value, if eligible.
Otherwise, a blank FVector2.