FBox

Overload list

Windows
MacOS
Linux
Name Description

Public function

FBox()

Default constructor (no initialization).

Public function

FBox

(
    EForceInit
)

Creates and initializes a new box with zero extent and marks it as invalid.

Public function

FBox

(
    const TArray< FVector >& Points
)

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

Public function

FBox

(
    const FVector& InMin,
    const FVector& InMax
)

Creates and initializes a new box from the specified extents.

Public function

FBox

(
    const FVector* Points,
    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