FVector3 Conversion (FVector2 to FVector3)
Cast the FVector2 instance to an FVector3.
Namespace: GeometryAssembly: Geometry (in Geometry.dll) Version: 25.2714.4042
public static implicit operator FVector3 (
FVector2 value
)
Public Shared Widening Operator CType (
value As FVector2
) As FVector3
No code example is currently available or this language may not be supported.
- value FVector2
-
Reference to the vector to be converted.
FVector3
Reference to a newly created FVector3 representing the values in
the caller's vector.