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+
(
const TSphere < T > & Other
) const
Remarks
Gets the result of addition to this bounding volume. A new bounding volume.
Parameters
Name | Description |
---|---|
Other | The other volume to add to this. |