Navigation
Unreal Engine C++ API Reference > Runtime > Core > Math
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/Math/GenericOctree.h |
Include | #include "Math/GenericOctree.h" |
Syntax
class FBoxCenterAndExtent
Remarks
An unquantized bounding box.
Variables
Type | Name | Description | |
---|---|---|---|
![]() |
FVector4 | Center | |
![]() |
FVector4 | Extent |
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
Default constructor. | ||
![]() |
FBoxCenterAndExtent
(
const FBox& Box |
FBox conversion constructor. | |
![]() |
FBoxCenterAndExtent
(
const UE::Math::TBoxSphereBounds< FReal, TExtent >& BoxSphere |
FBoxSphereBounds conversion constructor. | |
![]() |
FBoxCenterAndExtent
(
const float PositionRadius |
Center - radius as four contiguous floats conversion constructor. | |
![]() |
FBoxCenterAndExtent
(
const FVector& InCenter, |
Initialization constructor. |
Functions
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
FBox | GetBox () |
Converts to a FBox. |
Typedefs
Name | Description |
---|---|
FReal |