Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Math > API/Runtime/Core/Math/TBox
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Math/Box.h |
| Include | #include "Math/Box.h" |
TVector < T > & operator[]
(
int32 Index
)
Remarks
Gets reference to the min or max of this bounding volume. a reference to a point of the bounding volume.
Parameters
| Name | Description |
|---|---|
| Index | the index into points of the bounding volume. |