Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TBoxSphereBounds > API/Runtime/Core/TBoxSphereBounds/Builder
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
Builder & operator+=
(
const TBoxSphereBounds< T, TExtent >& Other |
Math/BoxSphereBounds.h | ||
Builder & operator+=
(
const TBox< T >& Box |
Math/BoxSphereBounds.h | ||
Builder & operator+=
(
const TSphere< T >& Sphere |
Math/BoxSphereBounds.h | ||
Builder & operator+=
(
const TVector< T >& Point |
Math/BoxSphereBounds.h |
operator+=(const TBoxSphereBounds< T, TExtent > &)
| Name | operator+= |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Math/BoxSphereBounds.h |
| Include Path | #include "Math/BoxSphereBounds.h" |
Builder & operator+=
(
const TBoxSphereBounds < T, TExtent > & Other
)
operator+=(const TBox< T > &)
| Name | operator+= |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Math/BoxSphereBounds.h |
| Include Path | #include "Math/BoxSphereBounds.h" |
Builder & operator+=
(
const TBox < T > & Box
)
operator+=(const TSphere< T > &)
| Name | operator+= |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Math/BoxSphereBounds.h |
| Include Path | #include "Math/BoxSphereBounds.h" |
Builder & operator+=
(
const TSphere < T > & Sphere
)
operator+=(const TVector< T > &)
| Name | operator+= |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Math/BoxSphereBounds.h |
| Include Path | #include "Math/BoxSphereBounds.h" |
Builder & operator+=
(
const TVector < T > & Point
)