FBox2D::FBox2D

Creates and initializes a new box from the specified parameters.

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Math/Box2D.h"

Syntax

FBox2D
(
    const FVector2D & InMin,
    const FVector2D & InMax
)

Remarks

Creates and initializes a new box from the specified parameters.

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