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