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