FBoxSphereBounds::FBoxSphereBounds

Creates and initializes a new instance from the specified parameters.

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Math/BoxSphereBounds.h

Include

#include "Math/BoxSphereBounds.h"

Syntax

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

Remarks

Creates and initializes a new instance from the specified parameters.

Parameters

Parameter

Description

InOrigin

origin of the bounding box and sphere.

InBoxExtent

half size of box.

InSphereRadius

radius of the sphere.

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