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&61;&61;
&40;
const TSphere< T > & Other
&41; const
Remarks
Compares two spheres for equality. true if the spheres are equal, false otherwise.
Parameters
Name | Description |
---|---|
Other | The other sphere to compare with. |