Navigation
Unreal Engine C++ API Reference > Runtime > Core > Math > TSphere
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/Math/Sphere.h |
Include | #include "Math/Sphere.h" |
bool operator!=
(
const TSphere < T > & Other
) const
Remarks
Compares two spheres for inequality. true if the spheres are not equal, false otherwise.
Parameters
Name | Description |
---|---|
Other | The other sphere to compare with. |