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" |
TSphere< T > & operator&43;&61;
&40;
const TSphere< T > & Other
&41;
Remarks
Adds to this sphere to include a new bounding volume. Reference to this bounding volume after resizing to include the other bounding volume.
Parameters
Name | Description |
---|---|
Other | the bounding volume to increase the bounding volume to. |