FVector4IsEmpty Method
            Return a value indicating whether the specified vector is empty.
            
Namespace: GeometryAssembly: Geometry (in Geometry.dll) Version: 25.3011.3729
public static bool IsEmpty(
	FVector4 vector
)
Public Shared Function IsEmpty ( 
	vector As FVector4
) As Boolean
No code example is currently available or this language may not be supported.
- vector  FVector4
- 
            Reference to the object to inspect.
            
Boolean
            True if the specified vector is empty. Otherwise, false.