Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FBoxCenterAndExtent
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Default constructor. | Math/GenericOctree.h | ||
FBoxCenterAndExtent
(
const FBox& Box |
FBox conversion constructor. | Math/GenericOctree.h | |
FBoxCenterAndExtent
(
const UE::Math::TBoxSphereBounds< FReal, TExtent >& BoxSphere |
FBoxSphereBounds conversion constructor. | Math/GenericOctree.h | |
FBoxCenterAndExtent
(
const float PositionRadius |
Center - radius as four contiguous floats conversion constructor. | Math/GenericOctree.h | |
FBoxCenterAndExtent
(
const FVector& InCenter, |
Initialization constructor. | Math/GenericOctree.h |
FBoxCenterAndExtent()
Description
Default constructor.
| Name | FBoxCenterAndExtent |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Math/GenericOctree.h |
| Include Path | #include "Math/GenericOctree.h" |
FBoxCenterAndExtent()
FBoxCenterAndExtent(const FBox &)
Description
FBox conversion constructor.
| Name | FBoxCenterAndExtent |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Math/GenericOctree.h |
| Include Path | #include "Math/GenericOctree.h" |
FBoxCenterAndExtent
(
const FBox & Box
)
FBoxCenterAndExtent(const UE::Math::TBoxSphereBounds< FReal, TExtent > &)
Description
FBoxSphereBounds conversion constructor.
| Name | FBoxCenterAndExtent |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Math/GenericOctree.h |
| Include Path | #include "Math/GenericOctree.h" |
template<typename TExtent>
FBoxCenterAndExtent
(
const UE::Math::TBoxSphereBounds < FReal, TExtent > & BoxSphere
)
FBoxCenterAndExtent(const float)
Description
Center - radius as four contiguous floats conversion constructor.
| Name | FBoxCenterAndExtent |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Math/GenericOctree.h |
| Include Path | #include "Math/GenericOctree.h" |
FBoxCenterAndExtent
(
const float PositionRadius
)
FBoxCenterAndExtent(const FVector &, const FVector &)
Description
Initialization constructor.
| Name | FBoxCenterAndExtent |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Math/GenericOctree.h |
| Include Path | #include "Math/GenericOctree.h" |
FBoxCenterAndExtent
(
const FVector & InCenter,
const FVector & InExtent
)