TBox::TBox

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

Windows
MacOS
Linux

References

Module

Chaos

Header

/Engine/Source/Runtime/Experimental/Chaos/Public/Chaos/Box.h

Include

#include "Chaos/Box.h"

Syntax

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

Remarks

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