TBox

Overload list

Windows
MacOS
Linux
Name Description

Public function

TBox()

This should never be used outside of creating a default for arrays.

Public function

TBox

(
    const TBox< T, d >& Other
)

Public function

TBox

(
    TBox< T, d >&& Other
)

Public function

TBox

(
    const TVector< T, d >& Min,
    const TVector< T, d >& Max
)

This should never be used outside of creating a default for arrays.

Public function

TBox

(
    const TVector< T, d >& InMin,
    const TVector< T, d >& InMax,
    FReal InMargin
)

Create a box with the specified size and margin (Min and Max is the desired size including the margin).

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