Navigation
API > API/Runtime > API/Runtime/Core
An unquantized bounding box.
| Name | FBoxCenterAndExtent |
| Type | class |
| Header File | /Engine/Source/Runtime/Core/Public/Math/GenericOctree.h |
| Include Path | #include "Math/GenericOctree.h" |
Syntax
class FBoxCenterAndExtent
Constructors
| 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 |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| FReal | FVector4::FReal | Math/GenericOctree.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Center | FVector4 | Math/GenericOctree.h | ||
| Extent | FVector4 | Math/GenericOctree.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FBox GetBox() |
Converts to a FBox. | Math/GenericOctree.h |