FBoxCenterAndExtent

An unquantized bounding box.

Windows
MacOS
Linux

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

Name Description

Public variable

FVector4

 

Center

Public variable

FVector4

 

Extent

Constructors

Name Description

Public function

FBoxCenterAndExtent()

Default constructor.

Public function

FBoxCenterAndExtent

(
    const FBox& Box
)

FBox conversion constructor.

Public function

FBoxCenterAndExtent

(
    const FBoxSphereBounds& BoxSphere
)

FBoxSphereBounds conversion constructor.

Public function

FBoxCenterAndExtent

(
    const float PositionRadius
)

Center - radius as four contiguous floats conversion constructor.

Public function

FBoxCenterAndExtent

(
    const FVector& InCenter,
    const FVector& InExtent
)

Initialization constructor.

Functions

Name Description

Public function Const

FBox

 

GetBox()

Converts to a FBox.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss