SF_EXPORT bool IsValid() const;
IsValid determines whether the Matrix4x4 matrix object is valid or not. This method checks if all matrix values are within the -Max...Max value range.
A Boolean value of true if the Matrix4x4 object is valid otherwise false.