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