FBox2D

Overload list

Windows
MacOS
Linux
Name Description

Public function

FBox2D()

Default constructor (no initialization).

Public function

FBox2D

(
    int32
)

Use ForceInit constructor instead.

Public function

FBox2D

(
    EForceInit
)

Creates and initializes a new box.

Public function

FBox2D

(
    const TArray< FVector2D >& Points
)

Creates and initializes a new box from an array of points.

Public function

FBox2D

(
    const FVector2D& InMin,
    const FVector2D& InMax
)

Creates and initializes a new box from the specified parameters.

Public function

FBox2D

(
    const FVector2D* Points,
    const int32 Count
)

Creates and initializes a new box from the given set 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