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