FBox::FBox

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

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Math/Box.h"

Source

/Engine/Source/Runtime/Core/Private/Math/Box.cpp

Syntax

FBox
(
    const FVector * Points,
    int32 Count
)

Remarks

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

Parameters

Parameter

Description

Points

Array of Points to create for the bounding volume.

Count

The number of points.

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