FBox::FBox

Creates and initializes a new box from the specified extents.

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Math/Box.h"

Syntax

FBox
(
    const FVector & InMin,
    const FVector & InMax
)

Remarks

Creates and initializes a new box from the specified extents.

Parameters

Parameter

Description

InMin

The box's minimum point.

InMax

The box's maximum point.

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