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