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