FBoxSphereBounds

Overload list

Windows
MacOS
Linux
Name Description

Public function

FBoxSphereBounds()

Default constructor.

Public function

FBoxSphereBounds

(
    EForceInit
)

Creates and initializes a new instance.

Public function

FBoxSphereBounds

(
    const FBox& Box
)

Creates and initializes a new instance the given Box.

Public function

FBoxSphereBounds

(
    const FSphere& Sphere
)

Creates and initializes a new instance for the given sphere.

Public function

FBoxSphereBounds

(
    const FBox& Box,
    const FSphere& Sphere
)

Creates and initializes a new instance from the given Box and Sphere.

Public function

FBoxSphereBounds

(
    const FVector* Points,
    uint32 NumPoints
)

Creates and initializes a new instance from the given set of points.

Public function

FBoxSphereBounds

(
    const FVector& InOrigin,
    const FVector& InBoxExtent,
    float InSphereRadius
)

Creates and initializes a new instance from the specified parameters.

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